Class 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 Detail

      • humidityInformationExtension

        protected ExtensionType humidityInformationExtension
    • Constructor Detail

      • HumidityInformation

        public HumidityInformation()
    • 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 is Humidity
      • 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 is ExtensionType