Package iofXml.v3
Class SimpleRaceCourse
java.lang.Object
iofXml.v3.SimpleCourse
iofXml.v3.SimpleRaceCourse
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigIntegerThe ordinal number of the race that the information belongs to for a multi-race event, starting at 1.Fields inherited from class iofXml.v3.SimpleCourse
climb, courseFamily, id, length, name, numberOfControls -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe ordinal number of the race that the information belongs to for a multi-race event, starting at 1.voidsetRaceNumber(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
-
Field Details
-
raceNumber
The ordinal number of the race that the information belongs to for a multi-race event, starting at 1.
-
-
Constructor Details
-
SimpleRaceCourse
public SimpleRaceCourse()
-
-
Method Details
-
getRaceNumber
The ordinal number of the race that the information belongs to for a multi-race event, starting at 1.- Returns:
- possible object is
BigInteger
-
setRaceNumber
Sets the value of the raceNumber property.- Parameters:
value- allowed object isBigInteger- See Also:
-