|
EclipseLink 1.2.0, build 'v20091016-r5565' 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"/> <element ref="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-schema-types"/> <element ref="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-java-type-adapters"/> <element name="xml-enums"> <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"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="java-types"> <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"/> </sequence> </restriction> </complexContent> </complexType> </element> </all> <attribute ref="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-accessor-order"/> <attribute ref="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-accessor-type"/> </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. |
Field Summary | |
---|---|
protected XmlBindings.JavaTypes |
javaTypes
|
protected XmlAccessOrder |
xmlAccessorOrder
|
protected XmlAccessType |
xmlAccessorType
|
protected XmlBindings.XmlEnums |
xmlEnums
|
protected XmlJavaTypeAdapters |
xmlJavaTypeAdapters
|
protected XmlSchema |
xmlSchema
|
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. |
XmlSchema |
getXmlSchema()
Gets the value of the xmlSchema 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 |
setXmlSchema(XmlSchema value)
Sets the value of the xmlSchema 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 XmlSchemaTypes xmlSchemaTypes
protected XmlJavaTypeAdapters xmlJavaTypeAdapters
protected XmlBindings.XmlEnums xmlEnums
protected XmlBindings.JavaTypes javaTypes
protected XmlAccessOrder xmlAccessorOrder
protected XmlAccessType xmlAccessorType
Constructor Detail |
---|
public XmlBindings()
Method Detail |
---|
public XmlSchema getXmlSchema()
XmlSchema
public void setXmlSchema(XmlSchema value)
value
- allowed object is
XmlSchema
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.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 XmlAccessOrder getXmlAccessorOrder()
XmlAccessOrder
public void setXmlAccessorOrder(XmlAccessOrder value)
value
- allowed object is
XmlAccessOrder
public boolean isSetXmlAccessorOrder()
public XmlAccessType getXmlAccessorType()
XmlAccessType
public void setXmlAccessorType(XmlAccessType value)
value
- allowed object is
XmlAccessType
public boolean isSetXmlAccessorType()
|
EclipseLink 1.2.0, build 'v20091016-r5565' API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |