Package iofXml.v3
Class SplitTime
java.lang.Object
iofXml.v3.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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe code of the control.protected ExtensionsContainer element for custom elements from other schemas.protected StringThe status of the split time.protected DoubleThe time, in seconds, elapsed from start to punching the control. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe code of the control.Container element for custom elements from other schemas.The status of the split time.getTime()The time, in seconds, elapsed from start to punching the control.voidsetControlCode(String value) Sets the value of the controlCode property.voidsetExtensions(Extensions value) Sets the value of the extensions property.voidSets the value of the status property.voidSets the value of the time property.
-
Field Details
-
controlCode
The code of the control. -
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
Container element for custom elements from other schemas. -
status
The status of the split time.
-
-
Constructor Details
-
SplitTime
public SplitTime()
-
-
Method Details
-
getControlCode
The code of the control.- Returns:
- possible object is
String
-
setControlCode
Sets the value of the controlCode property.- Parameters:
value- allowed object isString- See Also:
-
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
Sets the value of the time property. -
getExtensions
Container element for custom elements from other schemas.- Returns:
- possible object is
Extensions
-
setExtensions
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensions- See Also:
-
getStatus
The status of the split time.- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isString- See Also:
-