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

Class LocalContext

Implemented Interfaces:
Context

public class LocalContext
extends AbstractContext

Author:
Jochen Wiedmann

Constructor Summary

LocalContext(Context pContext, String pName, XSObject pJAXBClassOwner, String pPrefix, String pSuffix, SchemaSG pSchemaSG)
Creates a new instance of LocalClassContext.java.

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

LocalContext

public LocalContext(Context pContext,
                    String pName,
                    XSObject pJAXBClassOwner,
                    String pPrefix,
                    String pSuffix,
                    SchemaSG pSchemaSG)
            throws SAXException
Creates a new instance of LocalClassContext.java.

Method Details

isGlobal

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