org.apache.ws.jaxme.xs.jaxb

Interface JAXBSchemaBindings.NameTransformation

All Superinterfaces:
XsObject
Known Implementing Classes:
JAXBSchemaBindingsImpl.NameXmlTransformImpl.NameTransformationImpl

public static interface JAXBSchemaBindings.NameTransformation
extends XsObject

Method Summary

String
getPrefix()
Returns the prefix.
String
getSuffix()
Returns the suffix.

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

getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate

Method Details

getPrefix

public String getPrefix()
Returns the prefix.

getSuffix

public String getSuffix()
Returns the suffix.