org.dawb.edna.thumbnail
Class XSDataTime

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

public class XSDataTime
extends XSDataDoubleWithUnit

Java class for XSDataTime complex type.

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

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


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

XSDataTime

public XSDataTime()