public abstract class PrimitiveTypeSG extends AtomicTypeSGImpl
Modifier | Constructor and Description |
---|---|
protected |
PrimitiveTypeSG(SGFactory pFactory,
SchemaSG pSchema,
XSType pType)
Creates a new instance of PrimitiveTypeSG.java.
|
Modifier and Type | Method and Description |
---|---|
void |
forAllNonNullValues(SimpleTypeSG pController,
JavaMethod pMethod,
java.lang.Object pValue,
SGlet pSGlet) |
void |
forAllValues(SimpleTypeSG pController,
JavaMethod pMethod,
java.lang.Object pValue,
SGlet pSGlet) |
TypedValue |
getCastFromString(SimpleTypeSG pController,
JavaMethod pMethod,
java.lang.Object pValue,
java.lang.Object pData) |
TypedValue |
getCastToString(SimpleTypeSG pController,
JavaMethod pMethod,
java.lang.Object pValue,
DirectAccessible pData) |
java.lang.Object |
getEqualsCheck(SimpleTypeSG pController,
JavaMethod pMethod,
java.lang.Object pValue1,
java.lang.Object pValue2) |
protected abstract JavaQName |
getObjectRuntimeType(SimpleTypeSG pController) |
protected abstract JavaQName |
getPrimitiveRuntimeType(SimpleTypeSG pController) |
JavaQName |
getRuntimeType(SimpleTypeSG pController) |
protected boolean |
isUnsigned() |
getAtomicType, getCastFromString, getDatatypeName, getDatatypeType, isAtomic, isCausingParseConversionEvent
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
protected boolean isUnsigned()
protected abstract JavaQName getObjectRuntimeType(SimpleTypeSG pController)
protected abstract JavaQName getPrimitiveRuntimeType(SimpleTypeSG pController)
public JavaQName getRuntimeType(SimpleTypeSG pController)
public TypedValue getCastFromString(SimpleTypeSG pController, JavaMethod pMethod, java.lang.Object pValue, java.lang.Object pData) throws org.xml.sax.SAXException
getCastFromString
in interface SimpleTypeSGChain
getCastFromString
in class AtomicTypeSGImpl
org.xml.sax.SAXException
public TypedValue getCastToString(SimpleTypeSG pController, JavaMethod pMethod, java.lang.Object pValue, DirectAccessible pData)
getCastToString
in interface SimpleTypeSGChain
getCastToString
in class AtomicTypeSGImpl
public void forAllValues(SimpleTypeSG pController, JavaMethod pMethod, java.lang.Object pValue, SGlet pSGlet) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void forAllNonNullValues(SimpleTypeSG pController, JavaMethod pMethod, java.lang.Object pValue, SGlet pSGlet) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public java.lang.Object getEqualsCheck(SimpleTypeSG pController, JavaMethod pMethod, java.lang.Object pValue1, java.lang.Object pValue2) throws org.xml.sax.SAXException
getEqualsCheck
in interface SimpleTypeSGChain
getEqualsCheck
in class AtomicTypeSGImpl
org.xml.sax.SAXException