org.apache.ws.jaxme.generator.sg
public interface SGItem
A common base interface for {@link org.apache.ws.jaxme.generator.sg.ComplexTypeSG}, {@link org.apache.ws.jaxme.generator.sg.ObjectSG}, {@link org.apache.ws.jaxme.generator.sg.SchemaSG}, {@link org.apache.ws.jaxme.generator.sg.SimpleTypeSG}, and {@link org.apache.ws.jaxme.generator.sg.TypeSG}.
Method Summary | |
---|---|
SGFactory | getFactory() Returns the factory that created this item. |
Locator | getLocator() Returns the items location in the schema; useful for error messages. |
SchemaSG | getSchema() Returns the items schema. |
void | init() Initializes the item. |
Returns the factory that created this item.
Returns the items location in the schema; useful for error messages.
Returns the items schema.
Initializes the item.