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

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

public static interface JAXBSchemaBindings.NameTransformation
extends XsObject


Method Summary
 java.lang.String getPrefix()
          Returns the prefix.
 java.lang.String getSuffix()
          Returns the suffix.
 
Methods inherited from interface net.sf.jaxme.xs.xml.XsObject
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate
 

Method Detail

getSuffix

public java.lang.String getSuffix()

Returns the suffix.


getPrefix

public java.lang.String getPrefix()

Returns the prefix.