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