org.apache.ws.jaxme.xs.jaxb
Interface JAXBSchemaBindings.NameXmlTransform

All Superinterfaces:
XsObject
All Known Implementing Classes:
JAXBSchemaBindingsImpl.NameXmlTransformImpl
Enclosing interface:
JAXBSchemaBindings

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 Detail

getTypeName

JAXBSchemaBindings.NameTransformation getTypeName()

Returns the typeName's NameTransformation.


getElementName

JAXBSchemaBindings.NameTransformation getElementName()

Returns the elementName's NameTransformation.


getModelGroupName

JAXBSchemaBindings.NameTransformation getModelGroupName()

Returns the modelGroupName's NameTransformation.


getAnonymousTypeName

JAXBSchemaBindings.NameTransformation getAnonymousTypeName()

Returns the anonymousTypeName's NameTransformation.