Class Score
java.lang.Object
sk.iway.iwcm.components.weather.met.no.generated.Score
Java class for score complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="score"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="overall" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="very_good" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="good" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="mediocre" type="{http://www.w3.org/2001/XMLSchema}integer" /> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigInteger
protected BigInteger
protected BigInteger
protected String
protected BigInteger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGood()
Gets the value of the good property.Gets the value of the mediocre property.Gets the value of the overall property.getUnit()
Gets the value of the unit property.Gets the value of the veryGood property.void
setGood
(BigInteger value) Sets the value of the good property.void
setMediocre
(BigInteger value) Sets the value of the mediocre property.void
setOverall
(BigInteger value) Sets the value of the overall property.void
Sets the value of the unit property.void
setVeryGood
(BigInteger value) Sets the value of the veryGood property.
-
Field Details
-
unit
-
overall
-
veryGood
-
good
-
mediocre
-
-
Constructor Details
-
Score
public Score()
-
-
Method Details
-
getUnit
Gets the value of the unit property.- Returns:
- possible object is
String
-
setUnit
Sets the value of the unit property.- Parameters:
value
- allowed object isString
-
getOverall
Gets the value of the overall property.- Returns:
- possible object is
BigInteger
-
setOverall
Sets the value of the overall property.- Parameters:
value
- allowed object isBigInteger
-
getVeryGood
Gets the value of the veryGood property.- Returns:
- possible object is
BigInteger
-
setVeryGood
Sets the value of the veryGood property.- Parameters:
value
- allowed object isBigInteger
-
getGood
Gets the value of the good property.- Returns:
- possible object is
BigInteger
-
setGood
Sets the value of the good property.- Parameters:
value
- allowed object isBigInteger
-
getMediocre
Gets the value of the mediocre property.- Returns:
- possible object is
BigInteger
-
setMediocre
Sets the value of the mediocre property.- Parameters:
value
- allowed object isBigInteger
-