|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dawb.edna.thumbnail.XSData
org.dawb.edna.thumbnail.XSDataDouble
org.dawb.edna.thumbnail.XSDataDoubleWithUnit
public class XSDataDoubleWithUnit
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.thumbnail.XSDataDouble |
|---|
getValue, setValue |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XSDataDoubleWithUnit()
| Method Detail |
|---|
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 | |||||||||