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

public class Uv extends Object

Java class for uv complex type.

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

 <complexType name="uv">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="uvi_clear" type="{}unit_value"/>
         <element name="uvi_partly_cloudy" type="{}unit_value"/>
         <element name="uvi_cloudy" type="{}unit_value"/>
         <element name="uvi_forecast" type="{}unit_value"/>
         <element name="ozon" type="{}unit_value"/>
         <element name="snowcover" type="{}unit_value"/>
         <element name="cloudcover" type="{}unit_value"/>
         <element name="albedo" type="{}unit_value"/>
         <element name="solar_zenith" type="{}unit_value"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Uv

      public Uv()
  • Method Details

    • getUviClear

      public UnitValue getUviClear()
      Gets the value of the uviClear property.
      Returns:
      possible object is UnitValue
    • setUviClear

      public void setUviClear(UnitValue value)
      Sets the value of the uviClear property.
      Parameters:
      value - allowed object is UnitValue
    • getUviPartlyCloudy

      public UnitValue getUviPartlyCloudy()
      Gets the value of the uviPartlyCloudy property.
      Returns:
      possible object is UnitValue
    • setUviPartlyCloudy

      public void setUviPartlyCloudy(UnitValue value)
      Sets the value of the uviPartlyCloudy property.
      Parameters:
      value - allowed object is UnitValue
    • getUviCloudy

      public UnitValue getUviCloudy()
      Gets the value of the uviCloudy property.
      Returns:
      possible object is UnitValue
    • setUviCloudy

      public void setUviCloudy(UnitValue value)
      Sets the value of the uviCloudy property.
      Parameters:
      value - allowed object is UnitValue
    • getUviForecast

      public UnitValue getUviForecast()
      Gets the value of the uviForecast property.
      Returns:
      possible object is UnitValue
    • setUviForecast

      public void setUviForecast(UnitValue value)
      Sets the value of the uviForecast property.
      Parameters:
      value - allowed object is UnitValue
    • getOzon

      public UnitValue getOzon()
      Gets the value of the ozon property.
      Returns:
      possible object is UnitValue
    • setOzon

      public void setOzon(UnitValue value)
      Sets the value of the ozon property.
      Parameters:
      value - allowed object is UnitValue
    • getSnowcover

      public UnitValue getSnowcover()
      Gets the value of the snowcover property.
      Returns:
      possible object is UnitValue
    • setSnowcover

      public void setSnowcover(UnitValue value)
      Sets the value of the snowcover property.
      Parameters:
      value - allowed object is UnitValue
    • getCloudcover

      public UnitValue getCloudcover()
      Gets the value of the cloudcover property.
      Returns:
      possible object is UnitValue
    • setCloudcover

      public void setCloudcover(UnitValue value)
      Sets the value of the cloudcover property.
      Parameters:
      value - allowed object is UnitValue
    • getAlbedo

      public UnitValue getAlbedo()
      Gets the value of the albedo property.
      Returns:
      possible object is UnitValue
    • setAlbedo

      public void setAlbedo(UnitValue value)
      Sets the value of the albedo property.
      Parameters:
      value - allowed object is UnitValue
    • getSolarZenith

      public UnitValue getSolarZenith()
      Gets the value of the solarZenith property.
      Returns:
      possible object is UnitValue
    • setSolarZenith

      public void setSolarZenith(UnitValue value)
      Sets the value of the solarZenith property.
      Parameters:
      value - allowed object is UnitValue