Class TemperatureInformation
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.BasicDataValue
-
- eu.datex2.siri21.schema._2_0rc1._2_0.WeatherValue
-
- eu.datex2.siri21.schema._2_0rc1._2_0.TemperatureInformation
-
- All Implemented Interfaces:
Serializable
public class TemperatureInformation extends WeatherValue implements Serializable
Java class for TemperatureInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TemperatureInformation"> <complexContent> <extension base="{http://datex2.eu/schema/2_0RC1/2_0}WeatherValue"> <sequence> <element name="temperature" type="{http://datex2.eu/schema/2_0RC1/2_0}Temperature"/> <element name="temperatureInformationExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Temperaturetemperatureprotected ExtensionTypetemperatureInformationExtension-
Fields inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.WeatherValue
weatherValueExtension
-
Fields inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.BasicDataValue
accuracy, basicDataValueExtension, computationalMethod, fault, faultReason, numberOfIncompleteInputs, numberOfInputValuesUsed, period, pertinentLocation, smoothingFactor, standardDeviation, supplierCalculatedDataQuality, time
-
-
Constructor Summary
Constructors Constructor Description TemperatureInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TemperaturegetTemperature()Gets the value of the temperature property.ExtensionTypegetTemperatureInformationExtension()Gets the value of the temperatureInformationExtension property.voidsetTemperature(Temperature value)Sets the value of the temperature property.voidsetTemperatureInformationExtension(ExtensionType value)Sets the value of the temperatureInformationExtension property.-
Methods inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.WeatherValue
getWeatherValueExtension, setWeatherValueExtension
-
Methods inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.BasicDataValue
getAccuracy, getBasicDataValueExtension, getComputationalMethod, getFaultReason, getNumberOfIncompleteInputs, getNumberOfInputValuesUsed, getPeriod, getPertinentLocation, getSmoothingFactor, getStandardDeviation, getSupplierCalculatedDataQuality, getTime, isFault, setAccuracy, setBasicDataValueExtension, setComputationalMethod, setFault, setFaultReason, setNumberOfIncompleteInputs, setNumberOfInputValuesUsed, setPeriod, setPertinentLocation, setSmoothingFactor, setStandardDeviation, setSupplierCalculatedDataQuality, setTime
-
-
-
-
Field Detail
-
temperature
protected Temperature temperature
-
temperatureInformationExtension
protected ExtensionType temperatureInformationExtension
-
-
Method Detail
-
getTemperature
public Temperature getTemperature()
Gets the value of the temperature property.- Returns:
- possible object is
Temperature
-
setTemperature
public void setTemperature(Temperature value)
Sets the value of the temperature property.- Parameters:
value- allowed object isTemperature
-
getTemperatureInformationExtension
public ExtensionType getTemperatureInformationExtension()
Gets the value of the temperatureInformationExtension property.- Returns:
- possible object is
ExtensionType
-
setTemperatureInformationExtension
public void setTemperatureInformationExtension(ExtensionType value)
Sets the value of the temperatureInformationExtension property.- Parameters:
value- allowed object isExtensionType
-
-