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, setNullable
getFactory, getLocator, getSchema, getXSObject
public static final JavaQName LIST_TYPE
public static final JavaQName ARRAYLIST_TYPE
public boolean hasSetMethod(SimpleTypeSG pController)
hasSetMethod
in interface SimpleTypeSGChain
hasSetMethod
in class SimpleTypeSGImpl
public boolean isList(SimpleTypeSG pController)
isList
in interface SimpleTypeSGChain
isList
in class SimpleTypeSGImpl
public void init(SimpleTypeSG pController) throws org.xml.sax.SAXException
init
in interface SimpleTypeSGChain
init
in class SimpleTypeSGImpl
org.xml.sax.SAXException
protected TypeSG getItemType()
public ListTypeSG getListType(SimpleTypeSG pController)
getListType
in interface SimpleTypeSGChain
getListType
in class SimpleTypeSGImpl
public JavaQName getRuntimeType(SimpleTypeSG pController)
public TypedValue getCastFromString(SimpleTypeSG pController, java.lang.String pValue) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public TypedValue getCastFromString(SimpleTypeSG pController, JavaMethod pMethod, java.lang.Object pValue, java.lang.Object pData) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public TypedValue getCastToString(SimpleTypeSG pController, JavaMethod pMethod, java.lang.Object pValue, DirectAccessible pData) 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 void forAllValues(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
org.xml.sax.SAXException
public java.lang.Object getInitialValue(SimpleTypeSG pController, JavaSource p0) throws org.xml.sax.SAXException
getInitialValue
in interface SimpleTypeSGChain
getInitialValue
in class SimpleTypeSGImpl
org.xml.sax.SAXException
public boolean isCausingParseConversionEvent(SimpleTypeSG pController)