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, isUnsignedgetAtomicType, isAtomicaddValidation, generate, generate, getCollectionType, getFacet, getFacets, getFactory, getInitialValue, getListType, getLocator, getSchema, getUnionType, getXMLSetMethod, getXSType, hasSetMethod, init, isList, isNullable, isUnion, setNullable, setNullablegetFactory, getLocator, getSchema, getXSObjectpublic static final JavaQName BOOLEAN_TYPE
public static final JavaQName BOOLEAN_OBJECT_TYPE
protected java.lang.String getDatatypeName()
getDatatypeName in class AtomicTypeSGImplprotected JavaQName getDatatypeType()
getDatatypeType in class AtomicTypeSGImplpublic JavaQName getPrimitiveRuntimeType(SimpleTypeSG pController)
getPrimitiveRuntimeType in class PrimitiveTypeSGprotected JavaQName getObjectRuntimeType(SimpleTypeSG pController)
getObjectRuntimeType in class PrimitiveTypeSGpublic TypedValue getCastFromString(SimpleTypeSG pController, java.lang.String pValue) throws org.xml.sax.SAXException
getCastFromString in interface SimpleTypeSGChaingetCastFromString in class AtomicTypeSGImplorg.xml.sax.SAXExceptionpublic boolean isCausingParseConversionEvent(SimpleTypeSG pController)
isCausingParseConversionEvent in interface SimpleTypeSGChainisCausingParseConversionEvent in class AtomicTypeSGImpl