org.plasma.xml.sdox
Class XMLInfo

java.lang.Object
  extended by 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>
 


Field Summary
protected  Boolean xmlElement
           
 
Constructor Summary
XMLInfo()
           
 
Method Summary
 Boolean isXmlElement()
          Gets the value of the xmlElement property.
 void setXmlElement(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
 

Field Detail

xmlElement

protected Boolean xmlElement
Constructor Detail

XMLInfo

public XMLInfo()
Method Detail

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.