org.dawb.edna.thumbnail
Class XSDataSpeed

java.lang.Object
  extended by org.dawb.edna.thumbnail.XSData
      extended by org.dawb.edna.thumbnail.XSDataDouble
          extended by org.dawb.edna.thumbnail.XSDataDoubleWithUnit
              extended by org.dawb.edna.thumbnail.XSDataSpeed

public class XSDataSpeed
extends XSDataDoubleWithUnit

Java class for XSDataSpeed complex type.

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

 <complexType name="XSDataSpeed">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSDataDoubleWithUnit">
       <sequence>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataSpeed()
           
 
Method Summary
 
Methods inherited from class org.dawb.edna.thumbnail.XSDataDoubleWithUnit
getError, getUnit, setError, setUnit
 
Methods inherited from class org.dawb.edna.thumbnail.XSDataDouble
getValue, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataSpeed

public XSDataSpeed()