org.dawb.edna.thumbnail
Class XSDataFloat

java.lang.Object
  extended by org.dawb.edna.thumbnail.XSData
      extended by org.dawb.edna.thumbnail.XSDataFloat

public class XSDataFloat
extends XSData

Java class for XSDataFloat complex type.

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

 <complexType name="XSDataFloat">
   <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
XSDataFloat()
           
 
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

XSDataFloat

public XSDataFloat()
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.