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

public class Score extends Object

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 Details

  • Constructor Details

    • Score

      public Score()
  • Method Details

    • getUnit

      public String getUnit()
      Gets the value of the unit property.
      Returns:
      possible object is String
    • setUnit

      public void setUnit(String value)
      Sets the value of the unit property.
      Parameters:
      value - allowed object is String
    • getOverall

      public BigInteger getOverall()
      Gets the value of the overall property.
      Returns:
      possible object is BigInteger
    • setOverall

      public void setOverall(BigInteger value)
      Sets the value of the overall property.
      Parameters:
      value - allowed object is BigInteger
    • getVeryGood

      public BigInteger getVeryGood()
      Gets the value of the veryGood property.
      Returns:
      possible object is BigInteger
    • setVeryGood

      public void setVeryGood(BigInteger value)
      Sets the value of the veryGood property.
      Parameters:
      value - allowed object is BigInteger
    • getGood

      public BigInteger getGood()
      Gets the value of the good property.
      Returns:
      possible object is BigInteger
    • setGood

      public void setGood(BigInteger value)
      Sets the value of the good property.
      Parameters:
      value - allowed object is BigInteger
    • getMediocre

      public BigInteger getMediocre()
      Gets the value of the mediocre property.
      Returns:
      possible object is BigInteger
    • setMediocre

      public void setMediocre(BigInteger value)
      Sets the value of the mediocre property.
      Parameters:
      value - allowed object is BigInteger