Class XmlAnyElement
java.lang.Object
org.eclipse.persistence.jaxb.xmlmodel.JavaAttribute
org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}java-attribute">
<all>
<element ref="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-access-methods" minOccurs="0"/>
<element ref="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-java-type-adapter" minOccurs="0"/>
<element ref="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-properties" minOccurs="0"/>
<element ref="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-element-refs" minOccurs="0"/>
</all>
<attribute name="xml-mixed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="lax" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="dom-handler" type="{http://www.w3.org/2001/XMLSchema}string" default="jakarta.xml.bind.annotation.W3CDomHandler" />
<attribute name="read-only" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="write-only" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="xml-path" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="container-type" type="{http://www.w3.org/2001/XMLSchema}string" default="##default" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Booleanprotected Booleanprotected Booleanprotected XmlAccessMethodsprotected XmlElementRefsprotected XmlJavaTypeAdapterprotected Booleanprotected Stringprotected XmlPropertiesFields inherited from class org.eclipse.persistence.jaxb.xmlmodel.JavaAttribute
javaAttribute, xmlAccessorType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the containerType property.Gets the value of the domHandler property.Gets the value of the xmlAccessMethods property.Gets the value of the xmlElementRefs property.Gets the value of the xmlJavaTypeAdapter property.Gets the value of the xmlPath property.Gets the value of the xmlProperties property.booleanisLax()Gets the value of the lax property.booleanGets the value of the readOnly property.booleanIndicates if readOnly has been set, i.e.booleanIndicates if writeOnly has been set, i.e.booleanGets the value of the writeOnly property.booleanGets the value of the xmlMixed property.voidsetContainerType(String value) Sets the value of the containerType property.voidsetDomHandler(String value) Sets the value of the domHandler property.voidSets the value of the lax property.voidsetReadOnly(Boolean value) Sets the value of the readOnly property.voidsetWriteOnly(Boolean value) Sets the value of the writeOnly property.voidSets the value of the xmlAccessMethods property.voidsetXmlElementRefs(XmlElementRefs value) Sets the value of the xmlElementRefs property.voidSets the value of the xmlJavaTypeAdapter property.voidsetXmlMixed(Boolean value) Sets the value of the xmlMixed property.voidsetXmlPath(String value) Sets the value of the xmlPath property.voidsetXmlProperties(XmlProperties value) Sets the value of the xmlProperties property.Methods inherited from class org.eclipse.persistence.jaxb.xmlmodel.JavaAttribute
getJavaAttribute, getXmlAccessorType, setJavaAttribute, setXmlAccessorType
-
Field Details
-
xmlAccessMethods
-
xmlJavaTypeAdapter
-
xmlProperties
-
xmlElementRefs
-
xmlMixed
-
lax
-
domHandler
-
readOnly
-
writeOnly
-
xmlPath
-
containerType
-
-
Constructor Details
-
XmlAnyElement
public XmlAnyElement()
-
-
Method Details
-
getXmlAccessMethods
Gets the value of the xmlAccessMethods property.- Returns:
- possible object is
XmlAccessMethods
-
setXmlAccessMethods
Sets the value of the xmlAccessMethods property.- Parameters:
value- allowed object isXmlAccessMethods
-
getXmlJavaTypeAdapter
Gets the value of the xmlJavaTypeAdapter property.- Returns:
- possible object is
XmlJavaTypeAdapter
-
setXmlJavaTypeAdapter
Sets the value of the xmlJavaTypeAdapter property.- Parameters:
value- allowed object isXmlJavaTypeAdapter
-
getXmlProperties
Gets the value of the xmlProperties property.- Returns:
- possible object is
XmlProperties
-
setXmlProperties
Sets the value of the xmlProperties property.- Parameters:
value- allowed object isXmlProperties
-
getXmlElementRefs
Gets the value of the xmlElementRefs property.- Returns:
- possible object is
XmlElementRefs
-
setXmlElementRefs
Sets the value of the xmlElementRefs property.- Parameters:
value- allowed object isXmlElementRefs
-
isXmlMixed
public boolean isXmlMixed()Gets the value of the xmlMixed property.- Returns:
- possible object is
Boolean
-
setXmlMixed
Sets the value of the xmlMixed property.- Parameters:
value- allowed object isBoolean
-
isLax
public boolean isLax()Gets the value of the lax property.- Returns:
- possible object is
Boolean
-
setLax
Sets the value of the lax property.- Parameters:
value- allowed object isBoolean
-
getDomHandler
Gets the value of the domHandler property.- Returns:
- possible object is
String
-
setDomHandler
Sets the value of the domHandler property.- Parameters:
value- allowed object isString
-
isReadOnly
public boolean isReadOnly()Gets the value of the readOnly property.- Returns:
- possible object is
Boolean
-
setReadOnly
Sets the value of the readOnly property.- Parameters:
value- allowed object isBoolean
-
isSetReadOnly
public boolean isSetReadOnly()Indicates if readOnly has been set, i.e. is non-null.- Returns:
- true if readOnly is non-null, false otherwise
-
isWriteOnly
public boolean isWriteOnly()Gets the value of the writeOnly property.- Returns:
- possible object is
Boolean
-
setWriteOnly
Sets the value of the writeOnly property.- Parameters:
value- allowed object isBoolean
-
isSetWriteOnly
public boolean isSetWriteOnly()Indicates if writeOnly has been set, i.e. is non-null.- Returns:
- true if writeOnly is non-null, false otherwise
-
getXmlPath
Gets the value of the xmlPath property.- Returns:
- possible object is
String
-
setXmlPath
Sets the value of the xmlPath property.- Parameters:
value- allowed object isString
-
getContainerType
Gets the value of the containerType property.- Returns:
- possible object is
String
-
setContainerType
Sets the value of the containerType property.- Parameters:
value- allowed object isString
-