|
EclipseLink 2.0.0, build 'v20090924-r5277' 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.JavaType
public class JavaType
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-type"/>
<element ref="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-root-element"/>
<element ref="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-see-also"/>
<element ref="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-java-type-adapter"/>
<element name="java-attributes">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}java-attribute" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="xml-transient" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute ref="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-inline-binary-data"/>
<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"/>
<attribute name="xml-customizer" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
JavaType.JavaAttributes
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected JavaType.JavaAttributes |
javaAttributes
|
protected java.lang.String |
name
|
protected XmlAccessOrder |
xmlAccessorOrder
|
protected XmlAccessType |
xmlAccessorType
|
protected java.lang.String |
xmlCustomizer
|
protected java.lang.Boolean |
xmlInlineBinaryData
|
protected XmlJavaTypeAdapter |
xmlJavaTypeAdapter
|
protected XmlRootElement |
xmlRootElement
|
protected java.util.List<java.lang.String> |
xmlSeeAlso
|
protected java.lang.Boolean |
xmlTransient
|
protected XmlType |
xmlType
|
| Constructor Summary | |
|---|---|
JavaType()
|
|
| Method Summary | |
|---|---|
JavaType.JavaAttributes |
getJavaAttributes()
Gets the value of the javaAttributes property. |
java.lang.String |
getName()
Gets the value of the name property. |
XmlAccessOrder |
getXmlAccessorOrder()
Gets the value of the xmlAccessorOrder property. |
XmlAccessType |
getXmlAccessorType()
Gets the value of the xmlAccessorType property. |
java.lang.String |
getXmlCustomizer()
Gets the value of the xmlCustomizer property. |
XmlJavaTypeAdapter |
getXmlJavaTypeAdapter()
Gets the value of the xmlJavaTypeAdapter property. |
XmlRootElement |
getXmlRootElement()
Gets the value of the xmlRootElement property. |
java.util.List<java.lang.String> |
getXmlSeeAlso()
Gets the value of the xmlSeeAlso property. |
XmlType |
getXmlType()
Gets the value of the xmlType property. |
boolean |
isSetXmlAccessorOrder()
Indicates if xmlAccessorOrder has been set, i.e. is non-null. |
boolean |
isSetXmlAccessorType()
Indicates if xmlAccessorType has been set, i.e. is non-null. |
boolean |
isSetXmlTransient()
Indicates if xmlTransient has been set, i.e. is non-null. |
boolean |
isXmlInlineBinaryData()
Gets the value of the xmlInlineBinaryData property. |
boolean |
isXmlTransient()
Gets the value of the xmlTransient property. |
void |
setJavaAttributes(JavaType.JavaAttributes value)
Sets the value of the javaAttributes property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setXmlAccessorOrder(XmlAccessOrder value)
Sets the value of the xmlAccessorOrder property. |
void |
setXmlAccessorType(XmlAccessType value)
Sets the value of the xmlAccessorType property. |
void |
setXmlCustomizer(java.lang.String value)
Sets the value of the xmlCustomizer property. |
void |
setXmlInlineBinaryData(java.lang.Boolean value)
Sets the value of the xmlInlineBinaryData property. |
void |
setXmlJavaTypeAdapter(XmlJavaTypeAdapter value)
Sets the value of the xmlJavaTypeAdapter property. |
void |
setXmlRootElement(XmlRootElement value)
Sets the value of the xmlRootElement property. |
void |
setXmlTransient(java.lang.Boolean value)
Sets the value of the xmlTransient property. |
void |
setXmlType(XmlType value)
Sets the value of the xmlType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected XmlType xmlType
protected XmlRootElement xmlRootElement
protected java.util.List<java.lang.String> xmlSeeAlso
protected XmlJavaTypeAdapter xmlJavaTypeAdapter
protected JavaType.JavaAttributes javaAttributes
protected java.lang.String name
protected java.lang.Boolean xmlTransient
protected java.lang.Boolean xmlInlineBinaryData
protected XmlAccessOrder xmlAccessorOrder
protected XmlAccessType xmlAccessorType
protected java.lang.String xmlCustomizer
| Constructor Detail |
|---|
public JavaType()
| Method Detail |
|---|
public XmlType getXmlType()
XmlTypepublic void setXmlType(XmlType value)
value - allowed object is
XmlTypepublic XmlRootElement getXmlRootElement()
XmlRootElementpublic void setXmlRootElement(XmlRootElement value)
value - allowed object is
XmlRootElementpublic java.util.List<java.lang.String> getXmlSeeAlso()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the xmlSeeAlso property.
For example, to add a new item, do as follows:
getXmlSeeAlso().add(newItem);
Objects of the following type(s) are allowed in the list
String
public XmlJavaTypeAdapter getXmlJavaTypeAdapter()
XmlJavaTypeAdapterpublic void setXmlJavaTypeAdapter(XmlJavaTypeAdapter value)
value - allowed object is
XmlJavaTypeAdapterpublic JavaType.JavaAttributes getJavaAttributes()
JavaType.JavaAttributespublic void setJavaAttributes(JavaType.JavaAttributes value)
value - allowed object is
JavaType.JavaAttributespublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isXmlTransient()
Booleanpublic void setXmlTransient(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSetXmlTransient()
public boolean isXmlInlineBinaryData()
Booleanpublic void setXmlInlineBinaryData(java.lang.Boolean value)
value - allowed object is
Booleanpublic XmlAccessOrder getXmlAccessorOrder()
XmlAccessOrderpublic void setXmlAccessorOrder(XmlAccessOrder value)
value - allowed object is
XmlAccessOrderpublic boolean isSetXmlAccessorOrder()
public XmlAccessType getXmlAccessorType()
XmlAccessTypepublic void setXmlAccessorType(XmlAccessType value)
value - allowed object is
XmlAccessTypepublic boolean isSetXmlAccessorType()
public java.lang.String getXmlCustomizer()
Stringpublic void setXmlCustomizer(java.lang.String value)
value - allowed object is
String
|
EclipseLink 2.0.0, build 'v20090924-r5277' API Reference | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||