org.dawb.edna.thumbnail
Class XSDataWavelength

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.XSDataWavelength

public class XSDataWavelength
extends XSDataDoubleWithUnit

Java class for XSDataWavelength complex type.

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

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


Constructor Summary
XSDataWavelength()
           
 
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

XSDataWavelength

public XSDataWavelength()