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>
Modifier and Type | Class and 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.
|
Modifier and Type | Field and 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 and Description |
---|
XmlBindings() |
Modifier and Type | Method and 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.
|
protected XmlSchema xmlSchema
protected XmlSchemaType xmlSchemaType
protected XmlSchemaTypes xmlSchemaTypes
protected XmlJavaTypeAdapters xmlJavaTypeAdapters
protected XmlBindings.XmlRegistries xmlRegistries
protected XmlBindings.XmlEnums xmlEnums
protected XmlBindings.JavaTypes javaTypes
protected XmlNullPolicy xmlNullPolicy
protected XmlElementNillable xmlElementNillable
protected XmlAccessType xmlAccessorType
protected XmlAccessOrder xmlAccessorOrder
protected java.lang.Boolean xmlMappingMetadataComplete
protected java.lang.String packageName
protected java.lang.String xmlNameTransformer
public XmlSchema getXmlSchema()
XmlSchema
public void setXmlSchema(XmlSchema value)
value
- allowed object is
XmlSchema
public XmlSchemaType getXmlSchemaType()
XmlSchemaType
public void setXmlSchemaType(XmlSchemaType value)
value
- allowed object is
XmlSchemaType
public XmlSchemaTypes getXmlSchemaTypes()
XmlSchemaTypes
public void setXmlSchemaTypes(XmlSchemaTypes value)
value
- allowed object is
XmlSchemaTypes
public XmlJavaTypeAdapters getXmlJavaTypeAdapters()
XmlJavaTypeAdapters
public void setXmlJavaTypeAdapters(XmlJavaTypeAdapters value)
value
- allowed object is
XmlJavaTypeAdapters
public XmlBindings.XmlRegistries getXmlRegistries()
XmlBindings.XmlRegistries
public void setXmlRegistries(XmlBindings.XmlRegistries value)
value
- allowed object is
XmlBindings.XmlRegistries
public XmlBindings.XmlEnums getXmlEnums()
XmlBindings.XmlEnums
public void setXmlEnums(XmlBindings.XmlEnums value)
value
- allowed object is
XmlBindings.XmlEnums
public XmlBindings.JavaTypes getJavaTypes()
XmlBindings.JavaTypes
public void setJavaTypes(XmlBindings.JavaTypes value)
value
- allowed object is
XmlBindings.JavaTypes
public XmlNullPolicy getXmlNullPolicy()
XmlNullPolicy
public void setXmlNullPolicy(XmlNullPolicy value)
value
- allowed object is XmlNullPolicy
public XmlElementNillable getXmlElementNillable()
XmlElementNillable
public void setXmlElementNillable(XmlElementNillable value)
value
- allowed object is XmlElementNillable
public XmlAccessType getXmlAccessorType()
XmlAccessType
public void setXmlAccessorType(XmlAccessType value)
value
- allowed object is
XmlAccessType
public boolean isSetXmlAccessorType()
public XmlAccessOrder getXmlAccessorOrder()
XmlAccessOrder
public void setXmlAccessorOrder(XmlAccessOrder value)
value
- allowed object is
XmlAccessOrder
public boolean isSetXmlAccessorOrder()
public boolean isXmlMappingMetadataComplete()
Boolean
public void setXmlMappingMetadataComplete(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getPackageName()
String
public void setPackageName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getXmlNameTransformer()
String
public void setXmlNameTransformer(java.lang.String value)
value
- allowed object is
String
public boolean isSetXmlMappingMetadataComplete()