Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.ws.jaxme.generator.sg.impl.JAXBSGItem
org.apache.ws.jaxme.generator.types.SimpleTypeSGImpl
Constructor Summary | |
|
Methods inherited from class org.apache.ws.jaxme.generator.sg.impl.JAXBSGItem | |
getFactory , getLocator , getSchema , getXSObject |
public void addValidation(SimpleTypeSG pController, JavaMethod pMethod, DirectAccessible pValue) throws SAXException
- Specified by:
- addValidation in interface SimpleTypeSGChain
public void generate(SimpleTypeSG pController)
- Specified by:
- generate in interface SimpleTypeSGChain
public void generate(SimpleTypeSG pController, JavaSource pSource)
- Specified by:
- generate in interface SimpleTypeSGChain
public AtomicTypeSG getAtomicType(SimpleTypeSG pController)
- Specified by:
- getAtomicType in interface SimpleTypeSGChain
public String getCollectionType(SimpleTypeSG pController)
- Specified by:
- getCollectionType in interface SimpleTypeSGChain
public Facet getFacet(SimpleTypeSG pController, Facet.Type pType)
- Specified by:
- getFacet in interface SimpleTypeSGChain
public Facet[] getFacets(SimpleTypeSG pController)
- Specified by:
- getFacets in interface SimpleTypeSGChain
public SGFactory getFactory(SimpleTypeSG pController)
- Specified by:
- getFactory in interface SimpleTypeSGChain
public Object getInitialValue(SimpleTypeSG pController, JavaSource pSource) throws SAXException
- Specified by:
- getInitialValue in interface SimpleTypeSGChain
public ListTypeSG getListType(SimpleTypeSG pController)
- Specified by:
- getListType in interface SimpleTypeSGChain
public Locator getLocator(SimpleTypeSG pController)
- Specified by:
- getLocator in interface SimpleTypeSGChain
public SchemaSG getSchema(SimpleTypeSG pController)
- Specified by:
- getSchema in interface SimpleTypeSGChain
public UnionTypeSG getUnionType(SimpleTypeSG pController)
- Specified by:
- getUnionType in interface SimpleTypeSGChain
public JavaMethod getXMLSetMethod(SimpleTypeSG pController, JavaSource pSource, String pFieldName, String pParamName, String pMethodName) throws SAXException
- Specified by:
- getXMLSetMethod in interface SimpleTypeSGChain
public boolean hasSetMethod(SimpleTypeSG pController)
- Specified by:
- hasSetMethod in interface SimpleTypeSGChain
public void init(SimpleTypeSG pController) throws SAXException
- Specified by:
- init in interface SimpleTypeSGChain
public boolean isAtomic(SimpleTypeSG pController)
- Specified by:
- isAtomic in interface SimpleTypeSGChain
public boolean isList(SimpleTypeSG pController)
- Specified by:
- isList in interface SimpleTypeSGChain
public boolean isNullable(SimpleTypeSG pController)
- Specified by:
- isNullable in interface SimpleTypeSGChain
public boolean isUnion(SimpleTypeSG pController)
- Specified by:
- isUnion in interface SimpleTypeSGChain
public void setNullable(boolean pNullable)
Sets whether the data type is nullable.
public void setNullable(SimpleTypeSG pController, boolean pNullable)
- Specified by:
- setNullable in interface SimpleTypeSGChain