Class XmlBindings
- java.lang.Object
-
- 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> <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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description 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
Fields Modifier and Type Field Description protected XmlBindings.JavaTypes
javaTypes
protected java.lang.String
packageName
protected XmlAccessOrder
xmlAccessorOrder
protected XmlAccessType
xmlAccessorType
protected XmlElementNillable
xmlElementNillable
protected XmlBindings.XmlEnums
xmlEnums
protected XmlJavaTypeAdapters
xmlJavaTypeAdapters
protected java.lang.Boolean
xmlMappingMetadataComplete
protected java.lang.String
xmlNameTransformer
protected XmlNullPolicy
xmlNullPolicy
protected XmlBindings.XmlRegistries
xmlRegistries
protected XmlSchema
xmlSchema
protected XmlSchemaType
xmlSchemaType
protected XmlSchemaTypes
xmlSchemaTypes
-
Constructor Summary
Constructors Constructor Description XmlBindings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.XmlElementNillable
getXmlElementNillable()
Gets the value of the xmlElementNillable 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.XmlNullPolicy
getXmlNullPolicy()
Gets the value of the xmlNullPolicy 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
setXmlElementNillable(XmlElementNillable value)
Sets the value of the xmlElementNillable 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
setXmlNullPolicy(XmlNullPolicy value)
Sets the value of the xmlNullPolicy 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.
-
-
-
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
-
xmlNullPolicy
protected XmlNullPolicy xmlNullPolicy
-
xmlElementNillable
protected XmlElementNillable xmlElementNillable
-
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
-
-
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 isXmlSchema
-
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 isXmlSchemaType
-
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 isXmlSchemaTypes
-
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 isXmlJavaTypeAdapters
-
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 isXmlBindings.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 isXmlBindings.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 isXmlBindings.JavaTypes
-
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 isXmlNullPolicy
-
getXmlElementNillable
public XmlElementNillable getXmlElementNillable()
Gets the value of the xmlElementNillable property.- Returns:
- possible object is
XmlElementNillable
-
setXmlElementNillable
public void setXmlElementNillable(XmlElementNillable value)
Sets the value of the xmlElementNillable property.- Parameters:
value
- allowed object isXmlElementNillable
-
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 isXmlAccessType
-
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 isXmlAccessOrder
-
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 isBoolean
-
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 isString
-
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 isString
-
isSetXmlMappingMetadataComplete
public boolean isSetXmlMappingMetadataComplete()
-
-