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