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