Class Groundcover
java.lang.Object
sk.iway.iwcm.components.weather.met.no.generated.Groundcover
Java class for groundcover complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="groundcover"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="number" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <minInclusive value="0"/> <maxInclusive value="9"/> </restriction> </simpleType> </attribute> <attribute name="name" 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 TypeMethodDescriptiongetId()
Gets the value of the id property.getName()
Gets the value of the name property.int
Gets the value of the number property.void
Sets the value of the id property.void
Sets the value of the name property.void
setNumber
(int value) Sets the value of the number property.
-
Field Details
-
number
protected int number -
name
-
id
-
-
Constructor Details
-
Groundcover
public Groundcover()
-
-
Method Details
-
getNumber
public int getNumber()Gets the value of the number property. -
setNumber
public void setNumber(int value) Sets the value of the number property. -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name 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
-