public class BooleanSG extends PrimitiveTypeSG
Modifier and Type | Field and Description |
---|---|
static JavaQName |
BOOLEAN_OBJECT_TYPE
The object boolean type.
|
static JavaQName |
BOOLEAN_TYPE
The primitive boolean type.
|
Constructor and Description |
---|
BooleanSG(SGFactory pFactory,
SchemaSG pSchema,
XSType pType)
Creates a new instance of BooleanSG.java.
|
Modifier and Type | Method and Description |
---|---|
TypedValue |
getCastFromString(SimpleTypeSG pController,
java.lang.String pValue) |
protected java.lang.String |
getDatatypeName() |
protected JavaQName |
getDatatypeType() |
protected JavaQName |
getObjectRuntimeType(SimpleTypeSG pController) |
JavaQName |
getPrimitiveRuntimeType(SimpleTypeSG pController) |
boolean |
isCausingParseConversionEvent(SimpleTypeSG pController) |
forAllNonNullValues, forAllValues, getCastFromString, getCastToString, getEqualsCheck, getRuntimeType, isUnsigned
getAtomicType, isAtomic
addValidation, generate, generate, getCollectionType, getFacet, getFacets, getFactory, getInitialValue, getListType, getLocator, getSchema, getUnionType, getXMLSetMethod, getXSType, hasSetMethod, init, isList, isNullable, isUnion, setNullable, setNullable
getFactory, getLocator, getSchema, getXSObject
public static final JavaQName BOOLEAN_TYPE
public static final JavaQName BOOLEAN_OBJECT_TYPE
protected java.lang.String getDatatypeName()
getDatatypeName
in class AtomicTypeSGImpl
protected JavaQName getDatatypeType()
getDatatypeType
in class AtomicTypeSGImpl
public JavaQName getPrimitiveRuntimeType(SimpleTypeSG pController)
getPrimitiveRuntimeType
in class PrimitiveTypeSG
protected JavaQName getObjectRuntimeType(SimpleTypeSG pController)
getObjectRuntimeType
in class PrimitiveTypeSG
public TypedValue getCastFromString(SimpleTypeSG pController, java.lang.String pValue) throws org.xml.sax.SAXException
getCastFromString
in interface SimpleTypeSGChain
getCastFromString
in class AtomicTypeSGImpl
org.xml.sax.SAXException
public boolean isCausingParseConversionEvent(SimpleTypeSG pController)
isCausingParseConversionEvent
in interface SimpleTypeSGChain
isCausingParseConversionEvent
in class AtomicTypeSGImpl