SplitTime

open class SplitTime

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>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the controlCode property.
Link copied to clipboard
Gets the value of the extensions property.
Link copied to clipboard
open fun getStatus(): String
Gets the value of the status property.
Link copied to clipboard
open fun getTime(): Double
Gets the value of the time property.
Link copied to clipboard
open fun setControlCode(value: String)
Sets the value of the controlCode property.
Link copied to clipboard
open fun setExtensions(value: Extensions)
Sets the value of the extensions property.
Link copied to clipboard
open fun setStatus(value: String)
Sets the value of the status property.
Link copied to clipboard
open fun setTime(value: Double)
Sets the value of the time property.