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.SimpleTypeSGChainImpl
Constructor Summary | |
public void addValidation(SimpleTypeSG pController, JavaMethod pMethod, DirectAccessible pValue) throws SAXException
- Specified by:
- addValidation in interface SimpleTypeSGChain
public void forAllNonNullValues(SimpleTypeSG pController, JavaMethod pMethod, Object pValue, SGlet pSGlet) throws SAXException
- Specified by:
- forAllNonNullValues in interface SimpleTypeSGChain
public void forAllValues(SimpleTypeSG pController, JavaMethod pMethod, Object pValue, SGlet pSGlet) throws SAXException
- Specified by:
- forAllValues in interface SimpleTypeSGChain
public void generate(SimpleTypeSG pController) throws SAXException
- Specified by:
- generate in interface SimpleTypeSGChain
public void generate(SimpleTypeSG pController, JavaSource pSource) throws SAXException
- Specified by:
- generate in interface SimpleTypeSGChain
public AtomicTypeSG getAtomicType(SimpleTypeSG pController)
- Specified by:
- getAtomicType in interface SimpleTypeSGChain
public TypedValue getCastFromString(SimpleTypeSG pController, String pValue) throws SAXException
- Specified by:
- getCastFromString in interface SimpleTypeSGChain
public TypedValue getCastFromString(SimpleTypeSG pController, JavaMethod pMethod, Object pValue, Object pData) throws SAXException
- Specified by:
- getCastFromString in interface SimpleTypeSGChain
public TypedValue getCastToString(SimpleTypeSG pController, JavaMethod pMethod, Object pValue, DirectAccessible pData) throws SAXException
- Specified by:
- getCastToString in interface SimpleTypeSGChain
public String getCollectionType(SimpleTypeSG pController)
- Specified by:
- getCollectionType in interface SimpleTypeSGChain
public Object getEqualsCheck(SimpleTypeSG pController, JavaMethod pMethod, Object pValue1, Object pValue2) throws SAXException
- Specified by:
- getEqualsCheck 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 JavaQName getRuntimeType(SimpleTypeSG pController)
- Specified by:
- getRuntimeType 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) throws SAXException
- 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 isCausingParseConversionEvent(SimpleTypeSG pController)
- Specified by:
- isCausingParseConversionEvent 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(SimpleTypeSG pController, boolean pNullable)
- Specified by:
- setNullable in interface SimpleTypeSGChain