Class Uv
java.lang.Object
sk.iway.iwcm.components.weather.met.no.generated.Uv
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the albedo property.Gets the value of the cloudcover property.getOzon()Gets the value of the ozon property.Gets the value of the snowcover property.Gets the value of the solarZenith property.Gets the value of the uviClear property.Gets the value of the uviCloudy property.Gets the value of the uviForecast property.Gets the value of the uviPartlyCloudy property.voidSets the value of the albedo property.voidsetCloudcover(UnitValue value) Sets the value of the cloudcover property.voidSets the value of the ozon property.voidsetSnowcover(UnitValue value) Sets the value of the snowcover property.voidsetSolarZenith(UnitValue value) Sets the value of the solarZenith property.voidsetUviClear(UnitValue value) Sets the value of the uviClear property.voidsetUviCloudy(UnitValue value) Sets the value of the uviCloudy property.voidsetUviForecast(UnitValue value) Sets the value of the uviForecast property.voidsetUviPartlyCloudy(UnitValue value) Sets the value of the uviPartlyCloudy property.
-
Field Details
-
uviClear
-
uviPartlyCloudy
-
uviCloudy
-
uviForecast
-
ozon
-
snowcover
-
cloudcover
-
albedo
-
solarZenith
-
-
Constructor Details
-
Uv
public Uv()
-
-
Method Details
-
getUviClear
Gets the value of the uviClear property.- Returns:
- possible object is
UnitValue
-
setUviClear
Sets the value of the uviClear property.- Parameters:
value- allowed object isUnitValue
-
getUviPartlyCloudy
Gets the value of the uviPartlyCloudy property.- Returns:
- possible object is
UnitValue
-
setUviPartlyCloudy
Sets the value of the uviPartlyCloudy property.- Parameters:
value- allowed object isUnitValue
-
getUviCloudy
Gets the value of the uviCloudy property.- Returns:
- possible object is
UnitValue
-
setUviCloudy
Sets the value of the uviCloudy property.- Parameters:
value- allowed object isUnitValue
-
getUviForecast
Gets the value of the uviForecast property.- Returns:
- possible object is
UnitValue
-
setUviForecast
Sets the value of the uviForecast property.- Parameters:
value- allowed object isUnitValue
-
getOzon
Gets the value of the ozon property.- Returns:
- possible object is
UnitValue
-
setOzon
Sets the value of the ozon property.- Parameters:
value- allowed object isUnitValue
-
getSnowcover
Gets the value of the snowcover property.- Returns:
- possible object is
UnitValue
-
setSnowcover
Sets the value of the snowcover property.- Parameters:
value- allowed object isUnitValue
-
getCloudcover
Gets the value of the cloudcover property.- Returns:
- possible object is
UnitValue
-
setCloudcover
Sets the value of the cloudcover property.- Parameters:
value- allowed object isUnitValue
-
getAlbedo
Gets the value of the albedo property.- Returns:
- possible object is
UnitValue
-
setAlbedo
Sets the value of the albedo property.- Parameters:
value- allowed object isUnitValue
-
getSolarZenith
Gets the value of the solarZenith property.- Returns:
- possible object is
UnitValue
-
setSolarZenith
Sets the value of the solarZenith property.- Parameters:
value- allowed object isUnitValue
-