Package iofXml.v3

Class SimpleRaceCourse

java.lang.Object
iofXml.v3.SimpleCourse
iofXml.v3.SimpleRaceCourse

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>
 
  • Field Details

    • raceNumber

      protected BigInteger 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

      public BigInteger 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

      public void setRaceNumber(BigInteger value)
      Sets the value of the raceNumber property.
      Parameters:
      value - allowed object is BigInteger
      See Also: