Class WindInformation

  • All Implemented Interfaces:
    Serializable

    public class WindInformation
    extends WeatherValue
    implements Serializable

    Java class for WindInformation complex type.

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

     <complexType name="WindInformation">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}WeatherValue">
           <sequence>
             <element name="wind" type="{http://datex2.eu/schema/2_0RC1/2_0}Wind"/>
             <element name="windInformationExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • wind

        protected Wind wind
      • windInformationExtension

        protected ExtensionType windInformationExtension
    • Constructor Detail

      • WindInformation

        public WindInformation()
    • Method Detail

      • getWind

        public Wind getWind()
        Gets the value of the wind property.
        Returns:
        possible object is Wind
      • setWind

        public void setWind​(Wind value)
        Sets the value of the wind property.
        Parameters:
        value - allowed object is Wind
      • getWindInformationExtension

        public ExtensionType getWindInformationExtension()
        Gets the value of the windInformationExtension property.
        Returns:
        possible object is ExtensionType
      • setWindInformationExtension

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