org.apache.ws.jaxme.generator.sg

Interface SGItem

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}.

Author: Jochen Wiedmann

Method Summary
SGFactorygetFactory()

Returns the factory that created this item.

LocatorgetLocator()

Returns the items location in the schema; useful for error messages.

SchemaSGgetSchema()

Returns the items schema.

voidinit()

Initializes the item.

Method Detail

getFactory

public SGFactory getFactory()

Returns the factory that created this item.

getLocator

public Locator getLocator()

Returns the items location in the schema; useful for error messages.

getSchema

public SchemaSG getSchema()

Returns the items schema.

init

public void init()

Initializes the item.