|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
public class 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> </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" /> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
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 | |
---|---|
protected XmlBindings.JavaTypes |
javaTypes
|
protected java.lang.String |
packageName
|
protected XmlAccessOrder |
xmlAccessorOrder
|
protected XmlAccessType |
xmlAccessorType
|
protected XmlBindings.XmlEnums |
xmlEnums
|
protected XmlJavaTypeAdapters |
xmlJavaTypeAdapters
|
protected java.lang.Boolean |
xmlMappingMetadataComplete
|
protected XmlBindings.XmlRegistries |
xmlRegistries
|
protected XmlSchema |
xmlSchema
|
protected XmlSchemaType |
xmlSchemaType
|
protected XmlSchemaTypes |
xmlSchemaTypes
|
Constructor Summary | |
---|---|
XmlBindings()
|
Method Summary | |
---|---|
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. |
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 |
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 |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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 XmlAccessType xmlAccessorType
protected XmlAccessOrder xmlAccessorOrder
protected java.lang.Boolean xmlMappingMetadataComplete
protected java.lang.String packageName
Constructor Detail |
---|
public XmlBindings()
Method Detail |
---|
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
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |