org.apache.ws.jaxme.xs.jaxb

Interface JAXBSchemaBindings.NameXmlTransform

All Superinterfaces:
XsObject
Known Implementing Classes:
JAXBSchemaBindingsImpl.NameXmlTransformImpl

public static interface JAXBSchemaBindings.NameXmlTransform
extends XsObject

Method Summary

JAXBSchemaBindings.NameTransformation
getAnonymousTypeName()
Returns the anonymousTypeName's NameTransformation.
JAXBSchemaBindings.NameTransformation
getElementName()
Returns the elementName's NameTransformation.
JAXBSchemaBindings.NameTransformation
getModelGroupName()
Returns the modelGroupName's NameTransformation.
JAXBSchemaBindings.NameTransformation
getTypeName()
Returns the typeName's NameTransformation.

Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsObject

getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate

Method Details

getAnonymousTypeName

public JAXBSchemaBindings.NameTransformation getAnonymousTypeName()
Returns the anonymousTypeName's NameTransformation.

getElementName

public JAXBSchemaBindings.NameTransformation getElementName()
Returns the elementName's NameTransformation.

getModelGroupName

public JAXBSchemaBindings.NameTransformation getModelGroupName()
Returns the modelGroupName's NameTransformation.

getTypeName

public JAXBSchemaBindings.NameTransformation getTypeName()
Returns the typeName's NameTransformation.