Package iofXml.v3
Class SimpleRaceCourse
-
- All Implemented Interfaces:
public class SimpleRaceCourse extends SimpleCourse
Defines a course for a certain race, excluding controls.
Java class for SimpleRaceCourse complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleRaceCourse"> <complexContent> <extension base="{http://www.orienteering.org/datastandard/3.0}SimpleCourse"> <attribute name="raceNumber" type="{http://www.w3.org/2001/XMLSchema}integer" /> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description SimpleRaceCourse()
-
Method Summary
Modifier and Type Method Description BigInteger
getRaceNumber()
The ordinal number of the race that the information belongs to for a multi-race event, starting at 1. void
setRaceNumber(BigInteger value)
Sets the value of the raceNumber property. -
Methods inherited from class iofXml.v3.SimpleCourse
getClimb, getCourseFamily, getId, getLength, getName, getNumberOfControls, setClimb, setCourseFamily, setId, setLength, setName, setNumberOfControls
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getRaceNumber
BigInteger getRaceNumber()
The ordinal number of the race that the information belongs to for a multi-race event, starting at 1.
- Returns:
possibleobject is BigInteger
-
setRaceNumber
void setRaceNumber(BigInteger value)
Sets the value of the raceNumber property.
- Parameters:
value
- allowed object is BigInteger
-
-
-
-