org.apache.ws.jaxme.generator.sg.impl

Class GlobalContext

Implemented Interfaces:
Context

public class GlobalContext
extends AbstractContext

Author:
Jochen Wiedmann

Constructor Summary

GlobalContext(XsQName pQName, XSObject pJAXBClassOwner, String pPrefix, String pSuffix, SchemaSG pSchemaSG)
Creates a new, global class context.

Method Summary

boolean
isGlobal()
Returns whether the class context is global.

Methods inherited from class org.apache.ws.jaxme.generator.sg.impl.AbstractContext

getClassNameFromLocalName, getName, getPMName, getPackageName, getPackageNameFromURI, getPackageNameFromURL, getXMLHandlerName, getXMLImplementationName, getXMLInterfaceName, getXMLSerializerName, getXMLValidatorName, setName, setPMName, setXMLHandlerName, setXMLImplementationName, setXMLInterfaceName, setXMLSerializerName, setXMLValidatorName, toString

Constructor Details

GlobalContext

public GlobalContext(XsQName pQName,
                     XSObject pJAXBClassOwner,
                     String pPrefix,
                     String pSuffix,
                     SchemaSG pSchemaSG)
            throws SAXException
Creates a new, global class context.

Method Details

isGlobal

public boolean isGlobal()
Returns whether the class context is global.
Specified by:
isGlobal in interface Context