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.TypeSGImpl
Constructor Summary | |
Method Summary | |
void |
|
void |
|
ComplexTypeSG | |
TypeSG | |
SGFactory |
|
TypeSGChain | |
Locator |
|
XsQName |
|
Object |
|
TypeSG | |
JavaQName | |
SchemaSG |
|
XsSchemaHeader | |
SimpleTypeSG | |
JavaField |
|
JavaMethod |
|
JavaMethod |
|
JavaMethod |
|
void |
|
boolean | |
boolean | |
boolean | |
boolean | |
boolean | |
Object | |
Object | |
void |
|
public ComplexTypeSG getComplexTypeSG()
- Specified by:
- getComplexTypeSG in interface TypeSG
public SGFactory getFactory()
Returns the factory that created this item.
- Specified by:
- getFactory in interface SGItem
public Locator getLocator()
Returns the items location in the schema; useful for error messages.
- Specified by:
- getLocator in interface SGItem
public TypeSG getRestrictedType()
- Specified by:
- getRestrictedType in interface TypeSG
public JavaQName getRuntimeType() throws SAXException
- Specified by:
- getRuntimeType in interface TypeSG
public XsSchemaHeader getSchemaHeader()
- Specified by:
- getSchemaHeader in interface TypeSG
public SimpleTypeSG getSimpleTypeSG()
- Specified by:
- getSimpleTypeSG in interface TypeSG
public JavaField getXMLField(JavaSource pSource, String pFieldName, String pDefaultValue) throws SAXException
- Specified by:
- getXMLField in interface TypeSG
public JavaMethod getXMLGetMethod(JavaSource pSource, String pFieldName, String pMethodName) throws SAXException
- Specified by:
- getXMLGetMethod in interface TypeSG
public JavaMethod getXMLIsSetMethod(JavaSource pSource, String pFieldName, String pMethodName) throws SAXException
- Specified by:
- getXMLIsSetMethod in interface TypeSG
public JavaMethod getXMLSetMethod(JavaSource pSource, String pFieldName, String pParamName, String pMethodName, boolean pSetIsSet) throws SAXException
- Specified by:
- getXMLSetMethod in interface TypeSG
public void init() throws SAXException
Initializes the item.
public Object newComplexTypeSG() throws SAXException
- Specified by:
- newComplexTypeSG in interface TypeSG
public Object newSimpleTypeSG() throws SAXException
- Specified by:
- newSimpleTypeSG in interface TypeSG
public void setProperty(String pName, Object pValue)
- Specified by:
- setProperty in interface TypeSG