org.apache.ws.jaxme.xs.jaxb

Interface JAXBSchemaBindings.NameXmlTransform

public static interface JAXBSchemaBindings.NameXmlTransform extends XsObject

Method Summary
JAXBSchemaBindings.NameTransformationgetAnonymousTypeName()

Returns the anonymousTypeName's NameTransformation.

JAXBSchemaBindings.NameTransformationgetElementName()

Returns the elementName's NameTransformation.

JAXBSchemaBindings.NameTransformationgetModelGroupName()

Returns the modelGroupName's NameTransformation.

JAXBSchemaBindings.NameTransformationgetTypeName()

Returns the typeName's NameTransformation.

Method Detail

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.