|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A source generator for elements or attributes.
Method Summary | |
void |
generate()
Generates the objects sources. |
Context |
getClassContext()
Returns the objects Context . |
XsQName |
getName()
Returns the objects name. |
TypeSG |
getTypeSG()
Returns the objects type. |
JavaSource |
getXMLHandler()
If the object is global and complex: Generates its XML handler. |
JavaSource |
getXMLImplementation()
If the object is global and complex: Generates its XML implementation. |
JavaSource |
getXMLInterface()
If the object is global and complex: Generates its XML interface. |
JavaSource |
getXMLSerializer()
If the object is global and complex: Generates its XML serializer. |
boolean |
isGlobal()
Returns whether the ObjectSG is global. |
Methods inherited from interface org.apache.ws.jaxme.generator.sg.SGItem |
getFactory, getLocator, getSchema, init |
Method Detail |
public XsQName getName()
Returns the objects name.
public Context getClassContext()
Returns the objects Context
.
public TypeSG getTypeSG()
Returns the objects type.
public JavaSource getXMLInterface() throws org.xml.sax.SAXException
If the object is global and complex: Generates its XML interface.
org.xml.sax.SAXException
public JavaSource getXMLImplementation() throws org.xml.sax.SAXException
If the object is global and complex: Generates its XML implementation.
org.xml.sax.SAXException
public JavaSource getXMLHandler() throws org.xml.sax.SAXException
If the object is global and complex: Generates its XML handler.
org.xml.sax.SAXException
public JavaSource getXMLSerializer() throws org.xml.sax.SAXException
If the object is global and complex: Generates its XML serializer.
org.xml.sax.SAXException
public void generate() throws org.xml.sax.SAXException
Generates the objects sources.
org.xml.sax.SAXException
public boolean isGlobal() throws org.xml.sax.SAXException
ObjectSG
is global.
org.xml.sax.SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |