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

All Known Implementing Classes:
JAXBSchemaBindingsImpl

public interface JAXBSchemaBindings

This interface implements the JAXB schema bindings.

Version:
$Id$
Author:
Jochen Wiedmann

Nested Class Summary
static interface JAXBSchemaBindings.NameTransformation
           
static interface JAXBSchemaBindings.NameXmlTransform
           
static interface JAXBSchemaBindings.Package
          Configures the package that is used in this schema.
 
Method Summary
 JAXBSchemaBindings.NameXmlTransform[] getNameXmlTransform()
          Returns the list of NameXmlTransforms.
 JAXBSchemaBindings.Package getPackage()
          Returns the package declaration.
 

Method Detail

getPackage

JAXBSchemaBindings.Package getPackage()

Returns the package declaration.


getNameXmlTransform

JAXBSchemaBindings.NameXmlTransform[] getNameXmlTransform()

Returns the list of NameXmlTransforms.