Class Wind

  • All Implemented Interfaces:
    Serializable

    public class Wind
    extends Object
    implements Serializable

    Java class for Wind complex type.

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

     <complexType name="Wind">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="maximumWindSpeed" type="{http://datex2.eu/schema/2_0RC1/2_0}KilometresPerHour" minOccurs="0"/>
             <element name="windDirectionBearing" type="{http://datex2.eu/schema/2_0RC1/2_0}AngleInDegrees" minOccurs="0"/>
             <element name="windDirectionCompass" type="{http://datex2.eu/schema/2_0RC1/2_0}DirectionCompassEnum" minOccurs="0"/>
             <element name="windMeasurementHeight" type="{http://datex2.eu/schema/2_0RC1/2_0}MetresAsNonNegativeInteger" minOccurs="0"/>
             <element name="windSpeed" type="{http://datex2.eu/schema/2_0RC1/2_0}KilometresPerHour" minOccurs="0"/>
             <element name="windExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • maximumWindSpeed

        protected Float maximumWindSpeed
      • windDirectionBearing

        protected BigInteger windDirectionBearing
      • windMeasurementHeight

        protected BigInteger windMeasurementHeight
      • windSpeed

        protected Float windSpeed
    • Constructor Detail

      • Wind

        public Wind()
    • Method Detail

      • getMaximumWindSpeed

        public Float getMaximumWindSpeed()
        Gets the value of the maximumWindSpeed property.
        Returns:
        possible object is Float
      • setMaximumWindSpeed

        public void setMaximumWindSpeed​(Float value)
        Sets the value of the maximumWindSpeed property.
        Parameters:
        value - allowed object is Float
      • getWindDirectionBearing

        public BigInteger getWindDirectionBearing()
        Gets the value of the windDirectionBearing property.
        Returns:
        possible object is BigInteger
      • setWindDirectionBearing

        public void setWindDirectionBearing​(BigInteger value)
        Sets the value of the windDirectionBearing property.
        Parameters:
        value - allowed object is BigInteger
      • setWindDirectionCompass

        public void setWindDirectionCompass​(DirectionCompassEnum value)
        Sets the value of the windDirectionCompass property.
        Parameters:
        value - allowed object is DirectionCompassEnum
      • getWindMeasurementHeight

        public BigInteger getWindMeasurementHeight()
        Gets the value of the windMeasurementHeight property.
        Returns:
        possible object is BigInteger
      • setWindMeasurementHeight

        public void setWindMeasurementHeight​(BigInteger value)
        Sets the value of the windMeasurementHeight property.
        Parameters:
        value - allowed object is BigInteger
      • getWindSpeed

        public Float getWindSpeed()
        Gets the value of the windSpeed property.
        Returns:
        possible object is Float
      • setWindSpeed

        public void setWindSpeed​(Float value)
        Sets the value of the windSpeed property.
        Parameters:
        value - allowed object is Float
      • getWindExtension

        public ExtensionType getWindExtension()
        Gets the value of the windExtension property.
        Returns:
        possible object is ExtensionType
      • setWindExtension

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