public class FloatingPointMetreDistanceValue extends DataValue
Java class for FloatingPointMetreDistanceValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FloatingPointMetreDistanceValue">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}DataValue">
<sequence>
<element name="floatingPointMetreDistance" type="{http://datex2.eu/schema/2/2_0}MetresAsFloat"/>
<element name="floatingPointMetreDistanceValueExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected float |
floatingPointMetreDistance |
protected ExtensionType |
floatingPointMetreDistanceValueExtension |
accuracy, computationalMethod, dataError, dataValueExtension, numberOfIncompleteInputs, numberOfInputValuesUsed, reasonForDataError, smoothingFactor, standardDeviation, supplierCalculatedDataQuality| Constructor and Description |
|---|
FloatingPointMetreDistanceValue() |
| Modifier and Type | Method and Description |
|---|---|
float |
getFloatingPointMetreDistance()
Gets the value of the floatingPointMetreDistance property.
|
ExtensionType |
getFloatingPointMetreDistanceValueExtension()
Gets the value of the floatingPointMetreDistanceValueExtension property.
|
void |
setFloatingPointMetreDistance(float value)
Sets the value of the floatingPointMetreDistance property.
|
void |
setFloatingPointMetreDistanceValueExtension(ExtensionType value)
Sets the value of the floatingPointMetreDistanceValueExtension property.
|
getAccuracy, getComputationalMethod, getDataValueExtension, getNumberOfIncompleteInputs, getNumberOfInputValuesUsed, getReasonForDataError, getSmoothingFactor, getStandardDeviation, getSupplierCalculatedDataQuality, isDataError, setAccuracy, setComputationalMethod, setDataError, setDataValueExtension, setNumberOfIncompleteInputs, setNumberOfInputValuesUsed, setReasonForDataError, setSmoothingFactor, setStandardDeviation, setSupplierCalculatedDataQualityprotected float floatingPointMetreDistance
protected ExtensionType floatingPointMetreDistanceValueExtension
public float getFloatingPointMetreDistance()
public void setFloatingPointMetreDistance(float value)
value - floatingPointMetreDistancepublic ExtensionType getFloatingPointMetreDistanceValueExtension()
ExtensionTypepublic void setFloatingPointMetreDistanceValueExtension(ExtensionType value)
value - allowed object is
ExtensionType