org.apache.ws.jaxme.generator.sg
public interface ObjectSG extends SGItem
A source generator for elements or attributes.
Method Summary | |
---|---|
void | generate() Generates the objects sources. |
Context | getClassContext() Returns the objects {@link 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. |
Generates the objects sources.
Returns the objects {@link Context}.
Returns the objects name.
Returns the objects type.
If the object is global and complex: Generates its XML handler.
If the object is global and complex: Generates its XML implementation.
If the object is global and complex: Generates its XML interface.
If the object is global and complex: Generates its XML serializer.
ObjectSG
is global.