org.dawb.edna.mxv1
Class XSDataBoolean

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataBoolean

public class XSDataBoolean
extends XSData

Java class for XSDataBoolean complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XSDataBoolean">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSData">
       <sequence>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataBoolean()
           
 
Method Summary
 boolean isValue()
          Gets the value of the value property.
 void setValue(boolean value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataBoolean

public XSDataBoolean()
Method Detail

isValue

public boolean isValue()
Gets the value of the value property.


setValue

public void setValue(boolean value)
Sets the value of the value property.