org.exolab.castor.builder.binding.xml |
|
Java Source File Name | Type | Comment |
AutomaticNamingType.java | Class | Class AutomaticNamingType. |
Binding.java | Class | The root element that contains the different binding elements.
The binding file is written from a schema point of view and
follows the
structure of an XML Schema.
The root element can also be used to configure the default
binding type. |
ClassType.java | Class | This type gathers the needed information to generate a Java
Class
from a binding file. |
ComponentBindingType.java | Class | A binding element is defined to express the binding between an
XML Schema Component
and Java class OR a java interface or a java member class. |
ComponentBindingTypeChoice.java | Class | Class ComponentBindingTypeChoice. |
ContentMemberType.java | Class | This type represents the binding for the 'content' member
generated
as part of a 'mixed' complex type definition. |
EnumBindingType.java | Class | This type allows the mapping between an XML schema enumeration
and a java class that follows the type-safe enumeration
paradigm. |
EnumClassName.java | Class | Class EnumClassName. |
EnumMember.java | Class | Class EnumMember. |
Exclude.java | Class | Class Exclude. |
Excludes.java | Class | Class Excludes. |
FieldType.java | Class | This type represents the binding for class member. |
Force.java | Class | Class Force. |
Forces.java | Class | Class Forces. |
IncludeType.java | Class | A binding file can include other binding files by specifying the
location
(URI) of the binding files to include. |
Interface.java | Class | Class Interface. |
NamingType.java | Class | Class NamingType. |
NamingXMLType.java | Class | This element allows to define naming convention when naming a
complexType, element or
modelGroup. |
PackageType.java | Class | Mappings between a namespace and a java package can directly
be defined in the binding file. |
PackageTypeChoice.java | Class | Class PackageTypeChoice. |
PathType.java | Class | This type represents an easy path to access an
element or an attribute
inside a schema. |