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>
    
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
    • Constructor Detail

      • SimpleRaceCourse

        SimpleRaceCourse()