Package iofXml.v3

Class OverallResult

java.lang.Object
iofXml.v3.OverallResult

public class OverallResult extends Object

Java class for OverallResult complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="OverallResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Time" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="TimeBehind" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="Position" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="Status" type="{http://www.orienteering.org/datastandard/3.0}ResultStatus"/>
         <element name="Score" type="{http://www.orienteering.org/datastandard/3.0}Score" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Extensions" type="{http://www.orienteering.org/datastandard/3.0}Extensions" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • time

      protected Double time
      The time, in seconds, that is shown in the result list. Fractions of seconds (e.g. 258.7) may be used if the time resolution is higher than one second.
    • timeBehind

      protected Double timeBehind
      The time, in seconds, that the the person or team is behind the leader or winner. Fractions of seconds (e.g. 258.7) may be used if the time resolution is higher than one second.
    • position

      protected BigInteger position
      The position in the result list for the person or team that the result belongs to. This element should only be present when the Status element is set to OK.
    • status

      protected ResultStatus status
      The status of the result.
    • score

      protected List<Score> score
      Any scores that are attached to the result, e.g. World Ranking points.
    • extensions

      protected Extensions extensions
      Container element for custom elements from other schemas.
  • Constructor Details

    • OverallResult

      public OverallResult()
  • Method Details

    • getTime

      public Double getTime()
      The time, in seconds, that is shown in the result list. Fractions of seconds (e.g. 258.7) may be used if the time resolution is higher than one second.
      Returns:
      possible object is Double
    • setTime

      public void setTime(Double value)
      Sets the value of the time property.
      Parameters:
      value - allowed object is Double
      See Also:
    • getTimeBehind

      public Double getTimeBehind()
      The time, in seconds, that the the person or team is behind the leader or winner. Fractions of seconds (e.g. 258.7) may be used if the time resolution is higher than one second.
      Returns:
      possible object is Double
    • setTimeBehind

      public void setTimeBehind(Double value)
      Sets the value of the timeBehind property.
      Parameters:
      value - allowed object is Double
      See Also:
    • getPosition

      public BigInteger getPosition()
      The position in the result list for the person or team that the result belongs to. This element should only be present when the Status element is set to OK.
      Returns:
      possible object is BigInteger
    • setPosition

      public void setPosition(BigInteger value)
      Sets the value of the position property.
      Parameters:
      value - allowed object is BigInteger
      See Also:
    • getStatus

      public ResultStatus getStatus()
      The status of the result.
      Returns:
      possible object is ResultStatus
    • setStatus

      public void setStatus(ResultStatus value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is ResultStatus
      See Also:
    • getScore

      public List<Score> getScore()
      Any scores that are attached to the result, e.g. World Ranking points. Gets the value of the score property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the score property.

      For example, to add a new item, do as follows:

       getScore().add(newItem);
       

      Objects of the following type(s) are allowed in the list Score

      Returns:
      The value of the score property.
    • getExtensions

      public Extensions getExtensions()
      Container element for custom elements from other schemas.
      Returns:
      possible object is Extensions
    • setExtensions

      public void setExtensions(Extensions value)
      Sets the value of the extensions property.
      Parameters:
      value - allowed object is Extensions
      See Also: