java.lang.Object
org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
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
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type.static class
Java class for anonymous complex type.static class
Java class for anonymous complex type. -
Field Summary
Modifier and TypeFieldDescriptionprotected XmlBindings.JavaTypes
protected String
protected XmlAccessOrder
protected XmlAccessType
protected XmlElementNillable
protected XmlBindings.XmlEnums
protected XmlJavaTypeAdapters
protected Boolean
protected String
protected XmlNullPolicy
protected XmlBindings.XmlRegistries
protected XmlSchema
protected XmlSchemaType
protected XmlSchemaTypes
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the javaTypes property.Gets the value of the packageName property.Gets the value of the xmlAccessorOrder property.Gets the value of the xmlAccessorType property.Gets the value of the xmlElementNillable property.Gets the value of the xmlEnums property.Gets the value of the xmlJavaTypeAdapters property.Gets the value of the xmlNameTransformer property.Gets the value of the xmlNullPolicy property.Gets the value of the xmlRegistries property.Gets the value of the xmlSchema property.Gets the value of the xmlSchemaType property.Gets the value of the xmlSchemaTypes property.boolean
Indicates if XmlAccessorOrder is set, i.e.boolean
Indicates if XmlAccessorType is set, i.e.boolean
boolean
Gets the value of the xmlMappingMetadataComplete property.void
Sets the value of the javaTypes property.void
setPackageName
(String value) Sets the value of the packageName property.void
Sets the value of the xmlAccessorOrder property.void
setXmlAccessorType
(XmlAccessType value) Sets the value of the xmlAccessorType property.void
Sets the value of the xmlElementNillable property.void
setXmlEnums
(XmlBindings.XmlEnums value) Sets the value of the xmlEnums property.void
Sets the value of the xmlJavaTypeAdapters property.void
Sets the value of the xmlMappingMetadataComplete property.void
setXmlNameTransformer
(String value) Sets the value of the xmlNameTransformer property.void
setXmlNullPolicy
(XmlNullPolicy value) Sets the value of the xmlNullPolicy property.void
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 Details
-
xmlSchema
-
xmlSchemaType
-
xmlSchemaTypes
-
xmlJavaTypeAdapters
-
xmlRegistries
-
xmlEnums
-
javaTypes
-
xmlNullPolicy
-
xmlElementNillable
-
xmlAccessorType
-
xmlAccessorOrder
-
xmlMappingMetadataComplete
-
packageName
-
xmlNameTransformer
-
-
Constructor Details
-
XmlBindings
public XmlBindings()
-
-
Method Details
-
getXmlSchema
Gets the value of the xmlSchema property.- Returns:
- possible object is
XmlSchema
-
setXmlSchema
Sets the value of the xmlSchema property.- Parameters:
value
- allowed object isXmlSchema
-
getXmlSchemaType
Gets the value of the xmlSchemaType property.- Returns:
- possible object is
XmlSchemaType
-
setXmlSchemaType
Sets the value of the xmlSchemaType property.- Parameters:
value
- allowed object isXmlSchemaType
-
getXmlSchemaTypes
Gets the value of the xmlSchemaTypes property.- Returns:
- possible object is
XmlSchemaTypes
-
setXmlSchemaTypes
Sets the value of the xmlSchemaTypes property.- Parameters:
value
- allowed object isXmlSchemaTypes
-
getXmlJavaTypeAdapters
Gets the value of the xmlJavaTypeAdapters property.- Returns:
- possible object is
XmlJavaTypeAdapters
-
setXmlJavaTypeAdapters
Sets the value of the xmlJavaTypeAdapters property.- Parameters:
value
- allowed object isXmlJavaTypeAdapters
-
getXmlRegistries
Gets the value of the xmlRegistries property.- Returns:
- possible object is
XmlBindings.XmlRegistries
-
setXmlRegistries
Sets the value of the xmlRegistries property.- Parameters:
value
- allowed object isXmlBindings.XmlRegistries
-
getXmlEnums
Gets the value of the xmlEnums property.- Returns:
- possible object is
XmlBindings.XmlEnums
-
setXmlEnums
Sets the value of the xmlEnums property.- Parameters:
value
- allowed object isXmlBindings.XmlEnums
-
getJavaTypes
Gets the value of the javaTypes property.- Returns:
- possible object is
XmlBindings.JavaTypes
-
setJavaTypes
Sets the value of the javaTypes property.- Parameters:
value
- allowed object isXmlBindings.JavaTypes
-
getXmlNullPolicy
Gets the value of the xmlNullPolicy property.- Returns:
- possible object is
XmlNullPolicy
-
setXmlNullPolicy
Sets the value of the xmlNullPolicy property.- Parameters:
value
- allowed object isXmlNullPolicy
-
getXmlElementNillable
Gets the value of the xmlElementNillable property.- Returns:
- possible object is
XmlElementNillable
-
setXmlElementNillable
Sets the value of the xmlElementNillable property.- Parameters:
value
- allowed object isXmlElementNillable
-
getXmlAccessorType
Gets the value of the xmlAccessorType property.- Returns:
- possible object is
XmlAccessType
-
setXmlAccessorType
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
Gets the value of the xmlAccessorOrder property.- Returns:
- possible object is
XmlAccessOrder
-
setXmlAccessorOrder
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
Sets the value of the xmlMappingMetadataComplete property.- Parameters:
value
- allowed object isBoolean
-
getPackageName
Gets the value of the packageName property.- Returns:
- possible object is
String
-
setPackageName
Sets the value of the packageName property.- Parameters:
value
- allowed object isString
-
getXmlNameTransformer
Gets the value of the xmlNameTransformer property.- Returns:
- possible object is
String
-
setXmlNameTransformer
Sets the value of the xmlNameTransformer property.- Parameters:
value
- allowed object isString
-
isSetXmlMappingMetadataComplete
public boolean isSetXmlMappingMetadataComplete()
-