Class Humidity
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.Humidity
-
- All Implemented Interfaces:
Serializable
public class Humidity extends Object implements Serializable
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_0RC1/2_0}Percentage"/> <element name="humidityExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypehumidityExtensionprotected floatrelativeHumidity
-
Constructor Summary
Constructors Constructor Description Humidity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetHumidityExtension()Gets the value of the humidityExtension property.floatgetRelativeHumidity()Gets the value of the relativeHumidity property.voidsetHumidityExtension(ExtensionType value)Sets the value of the humidityExtension property.voidsetRelativeHumidity(float value)Sets the value of the relativeHumidity property.
-
-
-
Field Detail
-
relativeHumidity
protected float relativeHumidity
-
humidityExtension
protected ExtensionType humidityExtension
-
-
Method Detail
-
getRelativeHumidity
public float getRelativeHumidity()
Gets the value of the relativeHumidity property.
-
setRelativeHumidity
public void setRelativeHumidity(float value)
Sets the value of the relativeHumidity property.
-
getHumidityExtension
public ExtensionType getHumidityExtension()
Gets the value of the humidityExtension property.- Returns:
- possible object is
ExtensionType
-
setHumidityExtension
public void setHumidityExtension(ExtensionType value)
Sets the value of the humidityExtension property.- Parameters:
value- allowed object isExtensionType
-
-