java.lang.Object
sk.iway.iwcm.components.weather.met.no.generated.Windspeed

public class Windspeed extends Object
Element denoting the wind speed by name, at 10 m above ground, in meters per second or the Beaufort scale.

Java class for windspeed complex type.

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

 <complexType name="windspeed">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="mps" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
             <minInclusive value="0"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="name">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="beaufort">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
             <minInclusive value="0"/>
             <maxInclusive value="12"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Windspeed

      public Windspeed()
  • Method Details

    • getMps

      public BigDecimal getMps()
      Gets the value of the mps property.
      Returns:
      possible object is BigDecimal
    • setMps

      public void setMps(BigDecimal value)
      Sets the value of the mps property.
      Parameters:
      value - allowed object is BigDecimal
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getBeaufort

      public Integer getBeaufort()
      Gets the value of the beaufort property.
      Returns:
      possible object is Integer
    • setBeaufort

      public void setBeaufort(Integer value)
      Sets the value of the beaufort property.
      Parameters:
      value - allowed object is Integer
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String