public class Humidity
extends java.lang.Object
Java class for Humidity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Humidity">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="relativeHumidity" type="{http://datex2.eu/schema/2/2_0}PercentageValue"/>
<element name="humidityExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
humidityExtension |
protected PercentageValue |
relativeHumidity |
| Constructor and Description |
|---|
Humidity() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getHumidityExtension()
Gets the value of the humidityExtension property.
|
PercentageValue |
getRelativeHumidity()
Gets the value of the relativeHumidity property.
|
void |
setHumidityExtension(ExtensionType value)
Sets the value of the humidityExtension property.
|
void |
setRelativeHumidity(PercentageValue value)
Sets the value of the relativeHumidity property.
|
protected PercentageValue relativeHumidity
protected ExtensionType humidityExtension
public PercentageValue getRelativeHumidity()
PercentageValuepublic void setRelativeHumidity(PercentageValue value)
value - allowed object is
PercentageValuepublic ExtensionType getHumidityExtension()
ExtensionTypepublic void setHumidityExtension(ExtensionType value)
value - allowed object is
ExtensionType