org.plasma.xml.sdox
Class XMLInfo
java.lang.Object
org.plasma.xml.sdox.XMLInfo
public class XMLInfo
- extends java.lang.Object
Java class for XMLInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XMLInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="xmlElement" type="{commonj.sdo}Boolean" />
</restriction>
</complexContent>
</complexType>
|
Field Summary |
protected java.lang.Boolean |
xmlElement
|
|
Method Summary |
java.lang.Boolean |
isXmlElement()
Gets the value of the xmlElement property. |
void |
setXmlElement(java.lang.Boolean value)
Sets the value of the xmlElement property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xmlElement
protected java.lang.Boolean xmlElement
XMLInfo
public XMLInfo()
isXmlElement
public java.lang.Boolean isXmlElement()
- Gets the value of the xmlElement property.
- Returns:
- possible object is
Boolean
setXmlElement
public void setXmlElement(java.lang.Boolean value)
- Sets the value of the xmlElement property.
- Parameters:
value - allowed object is
Boolean
Copyright © 2013. All Rights Reserved.