org.dawb.edna.mxv1
Class XSDataDoubleWithUnit

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataDouble
          extended by org.dawb.edna.mxv1.XSDataDoubleWithUnit
Direct Known Subclasses:
XSDataAbsorbedDoseRate, XSDataAngularSpeed, XSDataFlux, XSDataLength, XSDataSpeed, XSDataTime, XSDataWavelength

public class XSDataDoubleWithUnit
extends XSDataDouble

Java class for XSDataDoubleWithUnit complex type.

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

 <complexType name="XSDataDoubleWithUnit">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSDataDouble">
       <sequence>
         <element name="unit" type="{http://www.edna-site.org}XSDataString" minOccurs="0"/>
         <element name="error" type="{http://www.edna-site.org}XSDataDouble" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataDoubleWithUnit()
           
 
Method Summary
 XSDataDouble getError()
          Gets the value of the error property.
 XSDataString getUnit()
          Gets the value of the unit property.
 void setError(XSDataDouble value)
          Sets the value of the error property.
 void setUnit(XSDataString value)
          Sets the value of the unit property.
 
Methods inherited from class org.dawb.edna.mxv1.XSDataDouble
getValue, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataDoubleWithUnit

public XSDataDoubleWithUnit()
Method Detail

getUnit

public XSDataString getUnit()
Gets the value of the unit property.

Returns:
possible object is XSDataString

setUnit

public void setUnit(XSDataString value)
Sets the value of the unit property.

Parameters:
value - allowed object is XSDataString

getError

public XSDataDouble getError()
Gets the value of the error property.

Returns:
possible object is XSDataDouble

setError

public void setError(XSDataDouble value)
Sets the value of the error property.

Parameters:
value - allowed object is XSDataDouble