Class 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>
             <element ref="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-null-policy" minOccurs="0"/>
             <element ref="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-element-nillable" minOccurs="0"/>
           </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>
     
    • 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
      • setXmlJavaTypeAdapters

        public void setXmlJavaTypeAdapters​(XmlJavaTypeAdapters value)
        Sets the value of the xmlJavaTypeAdapters property.
        Parameters:
        value - allowed object is XmlJavaTypeAdapters
      • getXmlNullPolicy

        public XmlNullPolicy getXmlNullPolicy()
        Gets the value of the xmlNullPolicy property.
        Returns:
        possible object is XmlNullPolicy
      • setXmlNullPolicy

        public void setXmlNullPolicy​(XmlNullPolicy value)
        Sets the value of the xmlNullPolicy property.
        Parameters:
        value - allowed object is XmlNullPolicy
      • setXmlElementNillable

        public void setXmlElementNillable​(XmlElementNillable value)
        Sets the value of the xmlElementNillable property.
        Parameters:
        value - allowed object is XmlElementNillable
      • 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()