Class HumidityInformation
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.BasicDataValue
-
- eu.datex2.siri21.schema._2_0rc1._2_0.WeatherValue
-
- eu.datex2.siri21.schema._2_0rc1._2_0.HumidityInformation
-
- All Implemented Interfaces:
Serializable
public class HumidityInformation extends WeatherValue implements Serializable
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_0RC1/2_0}WeatherValue"> <sequence> <element name="humidity" type="{http://datex2.eu/schema/2_0RC1/2_0}Humidity"/> <element name="humidityInformationExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Humidityhumidityprotected ExtensionTypehumidityInformationExtension-
Fields inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.WeatherValue
weatherValueExtension
-
Fields inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.BasicDataValue
accuracy, basicDataValueExtension, computationalMethod, fault, faultReason, numberOfIncompleteInputs, numberOfInputValuesUsed, period, pertinentLocation, smoothingFactor, standardDeviation, supplierCalculatedDataQuality, time
-
-
Constructor Summary
Constructors Constructor Description HumidityInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HumiditygetHumidity()Gets the value of the humidity property.ExtensionTypegetHumidityInformationExtension()Gets the value of the humidityInformationExtension property.voidsetHumidity(Humidity value)Sets the value of the humidity property.voidsetHumidityInformationExtension(ExtensionType value)Sets the value of the humidityInformationExtension property.-
Methods inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.WeatherValue
getWeatherValueExtension, setWeatherValueExtension
-
Methods inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.BasicDataValue
getAccuracy, getBasicDataValueExtension, getComputationalMethod, getFaultReason, getNumberOfIncompleteInputs, getNumberOfInputValuesUsed, getPeriod, getPertinentLocation, getSmoothingFactor, getStandardDeviation, getSupplierCalculatedDataQuality, getTime, isFault, setAccuracy, setBasicDataValueExtension, setComputationalMethod, setFault, setFaultReason, setNumberOfIncompleteInputs, setNumberOfInputValuesUsed, setPeriod, setPertinentLocation, setSmoothingFactor, setStandardDeviation, setSupplierCalculatedDataQuality, setTime
-
-
-
-
Field Detail
-
humidity
protected Humidity humidity
-
humidityInformationExtension
protected ExtensionType humidityInformationExtension
-
-
Method Detail
-
getHumidity
public Humidity getHumidity()
Gets the value of the humidity property.- Returns:
- possible object is
Humidity
-
setHumidity
public void setHumidity(Humidity value)
Sets the value of the humidity property.- Parameters:
value- allowed object isHumidity
-
getHumidityInformationExtension
public ExtensionType getHumidityInformationExtension()
Gets the value of the humidityInformationExtension property.- Returns:
- possible object is
ExtensionType
-
setHumidityInformationExtension
public void setHumidityInformationExtension(ExtensionType value)
Sets the value of the humidityInformationExtension property.- Parameters:
value- allowed object isExtensionType
-
-