public interface JAXBSchemaBindings
This interface implements the JAXB schema bindings.
Modifier and Type | Interface and Description |
---|---|
static interface |
JAXBSchemaBindings.NameTransformation |
static interface |
JAXBSchemaBindings.NameXmlTransform |
static interface |
JAXBSchemaBindings.Package
Configures the package that is used in this schema.
|
Modifier and Type | Method and Description |
---|---|
JAXBSchemaBindings.NameXmlTransform[] |
getNameXmlTransform()
Returns the list of NameXmlTransforms.
|
JAXBSchemaBindings.Package |
getPackage()
Returns the package declaration.
|
JAXBSchemaBindings.Package getPackage()
Returns the package declaration.
JAXBSchemaBindings.NameXmlTransform[] getNameXmlTransform()
Returns the list of NameXmlTransforms.