public class TemperatureInformation extends WeatherData
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/2_0}WeatherData">
<sequence>
<element name="temperature" type="{http://datex2.eu/schema/2/2_0}Temperature"/>
<element name="temperatureInformationExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Temperature |
temperature |
protected ExtensionType |
temperatureInformationExtension |
weatherDataExtensionbasicDataExtension, measurementOrCalculationTime, pertinentLocation| Constructor and Description |
|---|
TemperatureInformation() |
| Modifier and Type | Method and Description |
|---|---|
Temperature |
getTemperature()
Gets the value of the temperature property.
|
ExtensionType |
getTemperatureInformationExtension()
Gets the value of the temperatureInformationExtension property.
|
void |
setTemperature(Temperature value)
Sets the value of the temperature property.
|
void |
setTemperatureInformationExtension(ExtensionType value)
Sets the value of the temperatureInformationExtension property.
|
getWeatherDataExtension, setWeatherDataExtensiongetBasicDataExtension, getMeasurementOrCalculationTime, getPertinentLocation, setBasicDataExtension, setMeasurementOrCalculationTime, setPertinentLocationprotected Temperature temperature
protected ExtensionType temperatureInformationExtension
public Temperature getTemperature()
Temperaturepublic void setTemperature(Temperature value)
value - allowed object is
Temperaturepublic ExtensionType getTemperatureInformationExtension()
ExtensionTypepublic void setTemperatureInformationExtension(ExtensionType value)
value - allowed object is
ExtensionType