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

public class Cloudiness extends Object
Element denoting the cloudiness in percent or eights.

Java class for cloudiness complex type.

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

 <complexType name="cloudiness">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="eights">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
             <minInclusive value="0"/>
             <maxInclusive value="8"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="percent" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • eights

      protected Integer eights
    • percent

      protected String percent
    • id

      protected String id
  • Constructor Details

    • Cloudiness

      public Cloudiness()
  • Method Details

    • getEights

      public Integer getEights()
      Gets the value of the eights property.
      Returns:
      possible object is Integer
    • setEights

      public void setEights(Integer value)
      Sets the value of the eights property.
      Parameters:
      value - allowed object is Integer
    • getPercent

      public String getPercent()
      Gets the value of the percent property.
      Returns:
      possible object is String
    • setPercent

      public void setPercent(String value)
      Sets the value of the percent property.
      Parameters:
      value - allowed object is String
    • 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