org.dawb.edna.thumbnail
Class XSDataDisplacement

java.lang.Object
  extended by org.dawb.edna.thumbnail.XSDataDisplacement
Direct Known Subclasses:
XSDataAngle, XSDataLinearDisplacement

public class XSDataDisplacement
extends java.lang.Object

Java class for XSDataDisplacement complex type.

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

 <complexType name="XSDataDisplacement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <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>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataDisplacement()
           
 
Method Summary
 XSDataDouble getError()
          Gets the value of the error property.
 XSDataString getUnit()
          Gets the value of the unit property.
 double getValue()
          Gets the value of the value property.
 void setError(XSDataDouble value)
          Sets the value of the error property.
 void setUnit(XSDataString value)
          Sets the value of the unit 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

XSDataDisplacement

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


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