org.dawb.edna.mxv1
Class XSDataDouble

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataDouble
Direct Known Subclasses:
XSDataDoubleWithUnit

public class XSDataDouble
extends XSData

Java class for XSDataDouble complex type.

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

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


Constructor Summary
XSDataDouble()
           
 
Method Summary
 double getValue()
          Gets the value of the value property.
 void setValue(double 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

XSDataDouble

public XSDataDouble()
Method Detail

getValue

public double getValue()
Gets the value of the value property.


setValue

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