Class Cloudiness
java.lang.Object
sk.iway.iwcm.components.weather.met.no.generated.Cloudiness
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the eights property.getId()
Gets the value of the id property.Gets the value of the percent property.void
Sets the value of the eights property.void
Sets the value of the id property.void
setPercent
(String value) Sets the value of the percent property.
-
Field Details
-
eights
-
percent
-
id
-
-
Constructor Details
-
Cloudiness
public Cloudiness()
-
-
Method Details
-
getEights
Gets the value of the eights property.- Returns:
- possible object is
Integer
-
setEights
Sets the value of the eights property.- Parameters:
value
- allowed object isInteger
-
getPercent
Gets the value of the percent property.- Returns:
- possible object is
String
-
setPercent
Sets the value of the percent property.- Parameters:
value
- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-