org.apache.ws.jaxme.generator.sg
Interface Context

All Known Implementing Classes:
AbstractContext

public interface Context

A common base interface for items that may enclose a local type. This is used to construct inner class names.


Method Summary
 XsQName getName()
          Returns the qualified name, from which Java class names have been derived.
 JavaQName getPMName()
          Returns the contexts PM name.
 JavaQName getXMLHandlerName()
          Returns the contexts XML handler name.
 JavaQName getXMLImplementationName()
          Returns the contexts XML implementation name.
 JavaQName getXMLInterfaceName()
          Returns the contexts XML interface name.
 JavaQName getXMLSerializerName()
          Returns the contexts XML serializer name.
 JavaQName getXMLValidatorName()
          Returns the contexts XML validator name.
 boolean isGlobal()
          Returns whether the class context is global.
 

Method Detail

getName

public XsQName getName()
Returns the qualified name, from which Java class names have been derived.


getXMLInterfaceName

public JavaQName getXMLInterfaceName()

Returns the contexts XML interface name.


getXMLImplementationName

public JavaQName getXMLImplementationName()

Returns the contexts XML implementation name.


getXMLHandlerName

public JavaQName getXMLHandlerName()

Returns the contexts XML handler name.


getXMLSerializerName

public JavaQName getXMLSerializerName()

Returns the contexts XML serializer name.


getXMLValidatorName

public JavaQName getXMLValidatorName()

Returns the contexts XML validator name.


getPMName

public JavaQName getPMName()

Returns the contexts PM name.


isGlobal

public boolean isGlobal()

Returns whether the class context is global.