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>
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.
|
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.
|
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.
|
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 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()