|
EclipseLink 2.1.2, build 'v20101206-r8635' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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" />
</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 XmlAccessOrder |
xmlAccessorOrder
|
protected XmlAccessType |
xmlAccessorType
|
protected XmlBindings.XmlEnums |
xmlEnums
|
protected XmlJavaTypeAdapters |
xmlJavaTypeAdapters
|
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. |
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. |
void |
setJavaTypes(XmlBindings.JavaTypes value)
Sets the value of the javaTypes 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 |
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
| Constructor Detail |
|---|
public XmlBindings()
| Method Detail |
|---|
public XmlSchema getXmlSchema()
XmlSchemapublic void setXmlSchema(XmlSchema value)
value - allowed object is
XmlSchemapublic XmlSchemaType getXmlSchemaType()
XmlSchemaTypepublic void setXmlSchemaType(XmlSchemaType value)
value - allowed object is
XmlSchemaTypepublic XmlSchemaTypes getXmlSchemaTypes()
XmlSchemaTypespublic void setXmlSchemaTypes(XmlSchemaTypes value)
value - allowed object is
XmlSchemaTypespublic XmlJavaTypeAdapters getXmlJavaTypeAdapters()
XmlJavaTypeAdapterspublic void setXmlJavaTypeAdapters(XmlJavaTypeAdapters value)
value - allowed object is
XmlJavaTypeAdapterspublic XmlBindings.XmlRegistries getXmlRegistries()
XmlBindings.XmlRegistriespublic void setXmlRegistries(XmlBindings.XmlRegistries value)
value - allowed object is
XmlBindings.XmlRegistriespublic XmlBindings.XmlEnums getXmlEnums()
XmlBindings.XmlEnumspublic void setXmlEnums(XmlBindings.XmlEnums value)
value - allowed object is
XmlBindings.XmlEnumspublic XmlBindings.JavaTypes getJavaTypes()
XmlBindings.JavaTypespublic void setJavaTypes(XmlBindings.JavaTypes value)
value - allowed object is
XmlBindings.JavaTypespublic XmlAccessType getXmlAccessorType()
XmlAccessTypepublic void setXmlAccessorType(XmlAccessType value)
value - allowed object is
XmlAccessTypepublic boolean isSetXmlAccessorType()
public XmlAccessOrder getXmlAccessorOrder()
XmlAccessOrderpublic void setXmlAccessorOrder(XmlAccessOrder value)
value - allowed object is
XmlAccessOrderpublic boolean isSetXmlAccessorOrder()
|
EclipseLink 2.1.2, build 'v20101206-r8635' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||