|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dawb.edna.mxv1.XSDataDisplacement
public class XSDataDisplacement
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 |
|---|
public XSDataDisplacement()
| Method Detail |
|---|
public double getValue()
public void setValue(double value)
public XSDataString getUnit()
XSDataStringpublic void setUnit(XSDataString value)
value - allowed object is
XSDataStringpublic XSDataDouble getError()
XSDataDoublepublic void setError(XSDataDouble value)
value - allowed object is
XSDataDouble
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||