Package iofXml.v3

Class SplitTime

  • All Implemented Interfaces:

    
    public 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>
    
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      SplitTime()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getControlCode() The code of the control.
      void setControlCode(String value) Sets the value of the controlCode property.
      Double getTime() The time, in seconds, elapsed from start to punching the control.
      void setTime(Double value) Sets the value of the time property.
      Extensions getExtensions() Container element for custom elements from other schemas.
      void setExtensions(Extensions value) Sets the value of the extensions property.
      String getStatus() The status of the split time.
      void setStatus(String value) Sets the value of the status property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SplitTime

        SplitTime()
    • Method Detail

      • setControlCode

         void setControlCode(String value)

        Sets the value of the controlCode property.

        Parameters:
        value - allowed object is String
      • getTime

         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:

        possibleobject is Double

      • setTime

         void setTime(Double value)

        Sets the value of the time property.

        Parameters:
        value - allowed object is Double
      • setStatus

         void setStatus(String value)

        Sets the value of the status property.

        Parameters:
        value - allowed object is String