org.plasma.xml.sdox
Class XMLInfo
java.lang.Object
org.plasma.xml.sdox.XMLInfo
public class XMLInfo
- extends 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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xmlElement
protected Boolean xmlElement
XMLInfo
public XMLInfo()
isXmlElement
public Boolean isXmlElement()
- Gets the value of the xmlElement property.
- Returns:
- possible object is
Boolean
setXmlElement
public void setXmlElement(Boolean value)
- Sets the value of the xmlElement property.
- Parameters:
value - allowed object is
Boolean
Copyright © 2013. All rights reserved.