Package iofXml.v3

Class SplitTime

java.lang.Object
iofXml.v3.SplitTime

public class SplitTime extends Object
Defines a split time at a control.

Java class for SplitTime complex type

.

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


 <complexType name="SplitTime">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ControlCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Time" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="Extensions" type="{http://www.orienteering.org/datastandard/3.0}Extensions" minOccurs="0"/>
       </sequence>
       <attribute name="status" default="OK">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
             <enumeration value="OK"/>
             <enumeration value="Missing"/>
             <enumeration value="Additional"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • controlCode

      protected String controlCode
      The code of the control.
    • time

      protected Double time
      The time, in seconds, elapsed from start to punching the control. Fractions of seconds (e.g. 258.7) may be used if the time resolution is higher than one second.
    • extensions

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

      protected String status
      The status of the split time.
  • Constructor Details

    • SplitTime

      public SplitTime()
  • Method Details

    • getControlCode

      public String getControlCode()
      The code of the control.
      Returns:
      possible object is String
    • setControlCode

      public void setControlCode(String value)
      Sets the value of the controlCode property.
      Parameters:
      value - allowed object is String
      See Also:
    • getTime

      public Double getTime()
      The time, in seconds, elapsed from start to punching the control. 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:
    • 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:
    • getStatus

      public String getStatus()
      The status of the split time.
      Returns:
      possible object is String
    • setStatus

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