public class ListTypeSGImpl extends SimpleTypeSGImpl
| Modifier and Type | Field and Description |
|---|---|
static JavaQName |
ARRAYLIST_TYPE |
static JavaQName |
LIST_TYPE |
| Constructor and Description |
|---|
ListTypeSGImpl(SGFactory pFactory,
SchemaSG pSchemaSG,
XSType pType,
Context pClassContext,
XsQName pName)
Creates a new instance of ListTypeSG in the given
Context. |
| 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) |
java.lang.Object |
getEqualsCheck(SimpleTypeSG pController,
JavaMethod pMethod,
java.lang.Object pValue1,
java.lang.Object pValue2) |
java.lang.Object |
getInitialValue(SimpleTypeSG pController,
JavaSource p0) |
protected TypeSG |
getItemType() |
ListTypeSG |
getListType(SimpleTypeSG pController) |
JavaQName |
getRuntimeType(SimpleTypeSG pController) |
boolean |
hasSetMethod(SimpleTypeSG pController) |
void |
init(SimpleTypeSG pController) |
boolean |
isCausingParseConversionEvent(SimpleTypeSG pController) |
boolean |
isList(SimpleTypeSG pController) |
addValidation, generate, generate, getAtomicType, getCollectionType, getFacet, getFacets, getFactory, getLocator, getSchema, getUnionType, getXMLSetMethod, getXSType, isAtomic, isNullable, isUnion, setNullable, setNullablegetFactory, getLocator, getSchema, getXSObjectpublic static final JavaQName LIST_TYPE
public static final JavaQName ARRAYLIST_TYPE
public boolean hasSetMethod(SimpleTypeSG pController)
hasSetMethod in interface SimpleTypeSGChainhasSetMethod in class SimpleTypeSGImplpublic boolean isList(SimpleTypeSG pController)
isList in interface SimpleTypeSGChainisList in class SimpleTypeSGImplpublic void init(SimpleTypeSG pController) throws org.xml.sax.SAXException
init in interface SimpleTypeSGChaininit in class SimpleTypeSGImplorg.xml.sax.SAXExceptionprotected TypeSG getItemType()
public ListTypeSG getListType(SimpleTypeSG pController)
getListType in interface SimpleTypeSGChaingetListType in class SimpleTypeSGImplpublic JavaQName getRuntimeType(SimpleTypeSG pController)
public TypedValue getCastFromString(SimpleTypeSG pController, java.lang.String pValue) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic TypedValue getCastFromString(SimpleTypeSG pController, JavaMethod pMethod, java.lang.Object pValue, java.lang.Object pData) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic TypedValue getCastToString(SimpleTypeSG pController, JavaMethod pMethod, java.lang.Object pValue, DirectAccessible pData) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic 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.SAXExceptionpublic java.lang.Object getEqualsCheck(SimpleTypeSG pController, JavaMethod pMethod, java.lang.Object pValue1, java.lang.Object pValue2) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic java.lang.Object getInitialValue(SimpleTypeSG pController, JavaSource p0) throws org.xml.sax.SAXException
getInitialValue in interface SimpleTypeSGChaingetInitialValue in class SimpleTypeSGImplorg.xml.sax.SAXExceptionpublic boolean isCausingParseConversionEvent(SimpleTypeSG pController)