public class HumidityInformation extends WeatherData
Java class for HumidityInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HumidityInformation"> <complexContent> <extension base="{http://datex2.eu/schema/2/2_0}WeatherData"> <sequence> <element name="humidity" type="{http://datex2.eu/schema/2/2_0}Humidity"/> <element name="humidityInformationExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Humidity |
humidity |
protected ExtensionType |
humidityInformationExtension |
weatherDataExtension
basicDataExtension, measurementOrCalculationTime, pertinentLocation
Constructor and Description |
---|
HumidityInformation() |
Modifier and Type | Method and Description |
---|---|
Humidity |
getHumidity()
Gets the value of the humidity property.
|
ExtensionType |
getHumidityInformationExtension()
Gets the value of the humidityInformationExtension property.
|
void |
setHumidity(Humidity value)
Sets the value of the humidity property.
|
void |
setHumidityInformationExtension(ExtensionType value)
Sets the value of the humidityInformationExtension property.
|
getWeatherDataExtension, setWeatherDataExtension
getBasicDataExtension, getMeasurementOrCalculationTime, getPertinentLocation, setBasicDataExtension, setMeasurementOrCalculationTime, setPertinentLocation
protected Humidity humidity
protected ExtensionType humidityInformationExtension
public Humidity getHumidity()
Humidity
public void setHumidity(Humidity value)
value
- allowed object is
Humidity
public ExtensionType getHumidityInformationExtension()
ExtensionType
public void setHumidityInformationExtension(ExtensionType value)
value
- allowed object is
ExtensionType