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

      • relativeHumidity

        protected float relativeHumidity
    • Constructor Detail

      • Humidity

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