net.sf.jaxme.xs.jaxb
Interface JAXBSchemaBindings.NameXmlTransformation

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

public static interface JAXBSchemaBindings.NameXmlTransformation
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 net.sf.jaxme.xs.xml.XsObject
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate
 

Method Detail

getTypeName

public JAXBSchemaBindings.NameTransformation getTypeName()

Returns the typeName's NameTransformation.


getElementName

public JAXBSchemaBindings.NameTransformation getElementName()

Returns the elementName's NameTransformation.


getModelGroupName

public JAXBSchemaBindings.NameTransformation getModelGroupName()

Returns the modelGroupName's NameTransformation.


getAnonymousTypeName

public JAXBSchemaBindings.NameTransformation getAnonymousTypeName()

Returns the anonymousTypeName's NameTransformation.