Class TemperatureInformation

  • All Implemented Interfaces:
    Serializable

    public class TemperatureInformation
    extends WeatherValue
    implements Serializable
    Measurements of atmospheric temperature.

    Java class for TemperatureInformation complex type.

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

     <complexType name="TemperatureInformation">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}WeatherValue">
           <sequence>
             <element name="temperature" type="{http://datex2.eu/schema/1_0/1_0}Temperature"/>
             <element name="temperatureInformationExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • temperatureInformationExtension

        protected ExtensionType temperatureInformationExtension
    • Constructor Detail

      • TemperatureInformation

        public TemperatureInformation()
    • Method Detail

      • getTemperature

        public Temperature getTemperature()
        Gets the value of the temperature property.
        Returns:
        possible object is Temperature
      • setTemperature

        public void setTemperature​(Temperature value)
        Sets the value of the temperature property.
        Parameters:
        value - allowed object is Temperature
      • getTemperatureInformationExtension

        public ExtensionType getTemperatureInformationExtension()
        Gets the value of the temperatureInformationExtension property.
        Returns:
        possible object is ExtensionType
      • setTemperatureInformationExtension

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