net.sf.jaxme.xs.jaxb
Interface JAXBSchemaBindings

All Known Implementing Classes:
JAXBSchemaBindingsImpl

public interface JAXBSchemaBindings

This interface implements the JAXB schema bindings.

Version:
$Id: JAXBSchemaBindings.java,v 1.1 2003/07/21 05:01:10 joe Exp $
Author:
Jochen Wiedmann

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

Method Detail

getPackage

public JAXBSchemaBindings.Package getPackage()

Returns the package declaration.


getNameXmlTransformation

public JAXBSchemaBindings.NameXmlTransformation[] getNameXmlTransformation()

Returns the list of NameXmlTransformations.