Package iofXml.v3
Class SplitTime
-
- All Implemented Interfaces:
public class SplitTimeDefines 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>
-
-
Constructor Summary
Constructors Constructor Description SplitTime()
-
Method Summary
Modifier and Type Method Description StringgetControlCode()The code of the control. voidsetControlCode(String value)Sets the value of the controlCode property. DoublegetTime()The time, in seconds, elapsed from start to punching the control. voidsetTime(Double value)Sets the value of the time property. ExtensionsgetExtensions()Container element for custom elements from other schemas. voidsetExtensions(Extensions value)Sets the value of the extensions property. StringgetStatus()The status of the split time. voidsetStatus(String value)Sets the value of the status property. -
-
Method Detail
-
getControlCode
String getControlCode()
The code of the control.
- Returns:
possibleobject is String
-
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
-
getExtensions
Extensions getExtensions()
Container element for custom elements from other schemas.
- Returns:
possibleobject is Extensions
-
setExtensions
void setExtensions(Extensions value)
Sets the value of the extensions property.
- Parameters:
value- allowed object is Extensions
-
-
-
-