Class Temperature

  • All Implemented Interfaces:
    Serializable

    public class Temperature
    extends Object
    implements Serializable

    Java class for Temperature complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="Temperature">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="airTemperature" type="{http://datex2.eu/schema/2_0RC1/2_0}TemperatureCelsius" minOccurs="0"/>
             <element name="dewPointTemperature" type="{http://datex2.eu/schema/2_0RC1/2_0}TemperatureCelsius" minOccurs="0"/>
             <element name="maximumTemperature" type="{http://datex2.eu/schema/2_0RC1/2_0}TemperatureCelsius" minOccurs="0"/>
             <element name="minimumTemperature" type="{http://datex2.eu/schema/2_0RC1/2_0}TemperatureCelsius" minOccurs="0"/>
             <element name="temperatureExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • airTemperature

        protected Float airTemperature
      • dewPointTemperature

        protected Float dewPointTemperature
      • maximumTemperature

        protected Float maximumTemperature
      • minimumTemperature

        protected Float minimumTemperature
      • temperatureExtension

        protected ExtensionType temperatureExtension
    • Constructor Detail

      • Temperature

        public Temperature()
    • Method Detail

      • getAirTemperature

        public Float getAirTemperature()
        Gets the value of the airTemperature property.
        Returns:
        possible object is Float
      • setAirTemperature

        public void setAirTemperature​(Float value)
        Sets the value of the airTemperature property.
        Parameters:
        value - allowed object is Float
      • getDewPointTemperature

        public Float getDewPointTemperature()
        Gets the value of the dewPointTemperature property.
        Returns:
        possible object is Float
      • setDewPointTemperature

        public void setDewPointTemperature​(Float value)
        Sets the value of the dewPointTemperature property.
        Parameters:
        value - allowed object is Float
      • getMaximumTemperature

        public Float getMaximumTemperature()
        Gets the value of the maximumTemperature property.
        Returns:
        possible object is Float
      • setMaximumTemperature

        public void setMaximumTemperature​(Float value)
        Sets the value of the maximumTemperature property.
        Parameters:
        value - allowed object is Float
      • getMinimumTemperature

        public Float getMinimumTemperature()
        Gets the value of the minimumTemperature property.
        Returns:
        possible object is Float
      • setMinimumTemperature

        public void setMinimumTemperature​(Float value)
        Sets the value of the minimumTemperature property.
        Parameters:
        value - allowed object is Float
      • getTemperatureExtension

        public ExtensionType getTemperatureExtension()
        Gets the value of the temperatureExtension property.
        Returns:
        possible object is ExtensionType
      • setTemperatureExtension

        public void setTemperatureExtension​(ExtensionType value)
        Sets the value of the temperatureExtension property.
        Parameters:
        value - allowed object is ExtensionType