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 |
weatherDataExtension
basicDataExtension, 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, setWeatherDataExtension
getBasicDataExtension, getMeasurementOrCalculationTime, getPertinentLocation, setBasicDataExtension, setMeasurementOrCalculationTime, setPertinentLocation
protected Temperature temperature
protected ExtensionType temperatureInformationExtension
public Temperature getTemperature()
Temperature
public void setTemperature(Temperature value)
value
- allowed object is
Temperature
public ExtensionType getTemperatureInformationExtension()
ExtensionType
public void setTemperatureInformationExtension(ExtensionType value)
value
- allowed object is
ExtensionType