EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.jaxb.xmlmodel
Class XmlBindings

java.lang.Object
  extended by org.eclipse.persistence.jaxb.xmlmodel.XmlBindings

public class XmlBindings
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element ref="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-schema" minOccurs="0"/>
         <element ref="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-schema-type" minOccurs="0"/>
         <element ref="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-schema-types" minOccurs="0"/>
         <element ref="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-java-type-adapters" minOccurs="0"/>
         <element name="xml-registries" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-registry" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="xml-enums" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-enum" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="java-types" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}java-type" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </all>
       <attribute name="xml-accessor-type" type="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-access-type" default="PUBLIC_MEMBER" />
       <attribute name="xml-accessor-order" type="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-access-order" default="UNDEFINED" />
       <attribute name="xml-mapping-metadata-complete" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="package-name" type="{http://www.w3.org/2001/XMLSchema}string" default="##default" />
       <attribute name="xml-name-transformer" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class XmlBindings.JavaTypes
          Java class for anonymous complex type.
static class XmlBindings.XmlEnums
          Java class for anonymous complex type.
static class XmlBindings.XmlRegistries
          Java class for anonymous complex type.
 
Field Summary
protected  XmlBindings.JavaTypes javaTypes
           
protected  java.lang.String packageName
           
protected  XmlAccessOrder xmlAccessorOrder
           
protected  XmlAccessType xmlAccessorType
           
protected  XmlBindings.XmlEnums xmlEnums
           
protected  XmlJavaTypeAdapters xmlJavaTypeAdapters
           
protected  java.lang.Boolean xmlMappingMetadataComplete
           
protected  java.lang.String xmlNameTransformer
           
protected  XmlBindings.XmlRegistries xmlRegistries
           
protected  XmlSchema xmlSchema
           
protected  XmlSchemaType xmlSchemaType
           
protected  XmlSchemaTypes xmlSchemaTypes
           
 
Constructor Summary
XmlBindings()
           
 
Method Summary
 XmlBindings.JavaTypes getJavaTypes()
          Gets the value of the javaTypes property.
 java.lang.String getPackageName()
          Gets the value of the packageName property.
 XmlAccessOrder getXmlAccessorOrder()
          Gets the value of the xmlAccessorOrder property.
 XmlAccessType getXmlAccessorType()
          Gets the value of the xmlAccessorType property.
 XmlBindings.XmlEnums getXmlEnums()
          Gets the value of the xmlEnums property.
 XmlJavaTypeAdapters getXmlJavaTypeAdapters()
          Gets the value of the xmlJavaTypeAdapters property.
 java.lang.String getXmlNameTransformer()
          Gets the value of the xmlNameTransformer property.
 XmlBindings.XmlRegistries getXmlRegistries()
          Gets the value of the xmlRegistries property.
 XmlSchema getXmlSchema()
          Gets the value of the xmlSchema property.
 XmlSchemaType getXmlSchemaType()
          Gets the value of the xmlSchemaType property.
 XmlSchemaTypes getXmlSchemaTypes()
          Gets the value of the xmlSchemaTypes property.
 boolean isSetXmlAccessorOrder()
          Indicates if XmlAccessorOrder is set, i.e. non-null.
 boolean isSetXmlAccessorType()
          Indicates if XmlAccessorType is set, i.e. non-null.
 boolean isSetXmlMappingMetadataComplete()
           
 boolean isXmlMappingMetadataComplete()
          Gets the value of the xmlMappingMetadataComplete property.
 void setJavaTypes(XmlBindings.JavaTypes value)
          Sets the value of the javaTypes property.
 void setPackageName(java.lang.String value)
          Sets the value of the packageName property.
 void setXmlAccessorOrder(XmlAccessOrder value)
          Sets the value of the xmlAccessorOrder property.
 void setXmlAccessorType(XmlAccessType value)
          Sets the value of the xmlAccessorType property.
 void setXmlEnums(XmlBindings.XmlEnums value)
          Sets the value of the xmlEnums property.
 void setXmlJavaTypeAdapters(XmlJavaTypeAdapters value)
          Sets the value of the xmlJavaTypeAdapters property.
 void setXmlMappingMetadataComplete(java.lang.Boolean value)
          Sets the value of the xmlMappingMetadataComplete property.
 void setXmlNameTransformer(java.lang.String value)
          Sets the value of the xmlNameTransformer property.
 void setXmlRegistries(XmlBindings.XmlRegistries value)
          Sets the value of the xmlRegistries property.
 void setXmlSchema(XmlSchema value)
          Sets the value of the xmlSchema property.
 void setXmlSchemaType(XmlSchemaType value)
          Sets the value of the xmlSchemaType property.
 void setXmlSchemaTypes(XmlSchemaTypes value)
          Sets the value of the xmlSchemaTypes property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xmlSchema

protected XmlSchema xmlSchema

xmlSchemaType

protected XmlSchemaType xmlSchemaType

xmlSchemaTypes

protected XmlSchemaTypes xmlSchemaTypes

xmlJavaTypeAdapters

protected XmlJavaTypeAdapters xmlJavaTypeAdapters

xmlRegistries

protected XmlBindings.XmlRegistries xmlRegistries

xmlEnums

protected XmlBindings.XmlEnums xmlEnums

javaTypes

protected XmlBindings.JavaTypes javaTypes

xmlAccessorType

protected XmlAccessType xmlAccessorType

xmlAccessorOrder

protected XmlAccessOrder xmlAccessorOrder

xmlMappingMetadataComplete

protected java.lang.Boolean xmlMappingMetadataComplete

packageName

protected java.lang.String packageName

xmlNameTransformer

protected java.lang.String xmlNameTransformer
Constructor Detail

XmlBindings

public XmlBindings()
Method Detail

getXmlSchema

public XmlSchema getXmlSchema()
Gets the value of the xmlSchema property.

Returns:
possible object is XmlSchema

setXmlSchema

public void setXmlSchema(XmlSchema value)
Sets the value of the xmlSchema property.

Parameters:
value - allowed object is XmlSchema

getXmlSchemaType

public XmlSchemaType getXmlSchemaType()
Gets the value of the xmlSchemaType property.

Returns:
possible object is XmlSchemaType

setXmlSchemaType

public void setXmlSchemaType(XmlSchemaType value)
Sets the value of the xmlSchemaType property.

Parameters:
value - allowed object is XmlSchemaType

getXmlSchemaTypes

public XmlSchemaTypes getXmlSchemaTypes()
Gets the value of the xmlSchemaTypes property.

Returns:
possible object is XmlSchemaTypes

setXmlSchemaTypes

public void setXmlSchemaTypes(XmlSchemaTypes value)
Sets the value of the xmlSchemaTypes property.

Parameters:
value - allowed object is XmlSchemaTypes

getXmlJavaTypeAdapters

public XmlJavaTypeAdapters getXmlJavaTypeAdapters()
Gets the value of the xmlJavaTypeAdapters property.

Returns:
possible object is XmlJavaTypeAdapters

setXmlJavaTypeAdapters

public void setXmlJavaTypeAdapters(XmlJavaTypeAdapters value)
Sets the value of the xmlJavaTypeAdapters property.

Parameters:
value - allowed object is XmlJavaTypeAdapters

getXmlRegistries

public XmlBindings.XmlRegistries getXmlRegistries()
Gets the value of the xmlRegistries property.

Returns:
possible object is XmlBindings.XmlRegistries

setXmlRegistries

public void setXmlRegistries(XmlBindings.XmlRegistries value)
Sets the value of the xmlRegistries property.

Parameters:
value - allowed object is XmlBindings.XmlRegistries

getXmlEnums

public XmlBindings.XmlEnums getXmlEnums()
Gets the value of the xmlEnums property.

Returns:
possible object is XmlBindings.XmlEnums

setXmlEnums

public void setXmlEnums(XmlBindings.XmlEnums value)
Sets the value of the xmlEnums property.

Parameters:
value - allowed object is XmlBindings.XmlEnums

getJavaTypes

public XmlBindings.JavaTypes getJavaTypes()
Gets the value of the javaTypes property.

Returns:
possible object is XmlBindings.JavaTypes

setJavaTypes

public void setJavaTypes(XmlBindings.JavaTypes value)
Sets the value of the javaTypes property.

Parameters:
value - allowed object is XmlBindings.JavaTypes

getXmlAccessorType

public XmlAccessType getXmlAccessorType()
Gets the value of the xmlAccessorType property.

Returns:
possible object is XmlAccessType

setXmlAccessorType

public void setXmlAccessorType(XmlAccessType value)
Sets the value of the xmlAccessorType property.

Parameters:
value - allowed object is XmlAccessType

isSetXmlAccessorType

public boolean isSetXmlAccessorType()
Indicates if XmlAccessorType is set, i.e. non-null.

Returns:
true if xmlAccessorType is not null, false otherwise

getXmlAccessorOrder

public XmlAccessOrder getXmlAccessorOrder()
Gets the value of the xmlAccessorOrder property.

Returns:
possible object is XmlAccessOrder

setXmlAccessorOrder

public void setXmlAccessorOrder(XmlAccessOrder value)
Sets the value of the xmlAccessorOrder property.

Parameters:
value - allowed object is XmlAccessOrder

isSetXmlAccessorOrder

public boolean isSetXmlAccessorOrder()
Indicates if XmlAccessorOrder is set, i.e. non-null.

Returns:
true if xmlAccessorOrder is not null, false otherwise

isXmlMappingMetadataComplete

public boolean isXmlMappingMetadataComplete()
Gets the value of the xmlMappingMetadataComplete property.

Returns:
possible object is Boolean

setXmlMappingMetadataComplete

public void setXmlMappingMetadataComplete(java.lang.Boolean value)
Sets the value of the xmlMappingMetadataComplete property.

Parameters:
value - allowed object is Boolean

getPackageName

public java.lang.String getPackageName()
Gets the value of the packageName property.

Returns:
possible object is String

setPackageName

public void setPackageName(java.lang.String value)
Sets the value of the packageName property.

Parameters:
value - allowed object is String

getXmlNameTransformer

public java.lang.String getXmlNameTransformer()
Gets the value of the xmlNameTransformer property.

Returns:
possible object is String

setXmlNameTransformer

public void setXmlNameTransformer(java.lang.String value)
Sets the value of the xmlNameTransformer property.

Parameters:
value - allowed object is String

isSetXmlMappingMetadataComplete

public boolean isSetXmlMappingMetadataComplete()

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference