public class QNameSG extends AtomicTypeSGImpl
| Modifier and Type | Field and Description |
|---|---|
static JavaQName |
QNAME_TYPE |
| Constructor and Description |
|---|
QNameSG(SGFactory pFactory,
SchemaSG pSchema,
XSType pType)
Creates a new instance of QNameSG.
|
| 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 |
getCastFromString(SimpleTypeSG pController,
java.lang.String pValue) |
TypedValue |
getCastToString(SimpleTypeSG pController,
JavaMethod pMethod,
java.lang.Object pValue,
DirectAccessible pData) |
protected java.lang.String |
getDatatypeName() |
protected JavaQName |
getDatatypeType() |
JavaQName |
getRuntimeType(SimpleTypeSG pController) |
getAtomicType, getEqualsCheck, isAtomic, isCausingParseConversionEventaddValidation, 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 QNAME_TYPE
protected java.lang.String getDatatypeName()
getDatatypeName in class AtomicTypeSGImplprotected JavaQName getDatatypeType()
getDatatypeType in class AtomicTypeSGImplpublic JavaQName getRuntimeType(SimpleTypeSG pController)
public TypedValue getCastFromString(SimpleTypeSG pController, java.lang.String pValue) throws org.xml.sax.SAXException
getCastFromString in interface SimpleTypeSGChaingetCastFromString in class AtomicTypeSGImplorg.xml.sax.SAXExceptionpublic TypedValue getCastFromString(SimpleTypeSG pController, JavaMethod pMethod, java.lang.Object pValue, java.lang.Object pData) throws org.xml.sax.SAXException
getCastFromString in interface SimpleTypeSGChaingetCastFromString in class AtomicTypeSGImplorg.xml.sax.SAXExceptionpublic TypedValue getCastToString(SimpleTypeSG pController, JavaMethod pMethod, java.lang.Object pValue, DirectAccessible pData)
getCastToString in interface SimpleTypeSGChaingetCastToString in class AtomicTypeSGImplpublic void forAllNonNullValues(SimpleTypeSG pController, JavaMethod pMethod, java.lang.Object pValue, SGlet pSGlet) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic void forAllValues(SimpleTypeSG pController, JavaMethod pMethod, java.lang.Object pValue, SGlet pSGlet) throws org.xml.sax.SAXException
org.xml.sax.SAXException