Leg

open class Leg

Defines extra information for a relay leg.

Java class for Leg complex type

.

The following schema fragment specifies the expected content contained within this class.


<complexType name="Leg">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="Extensions" type="{http://www.orienteering.org/datastandard/3.0}Extensions" minOccurs="0"/>
      </sequence>
      <attribute name="minNumberOfCompetitors" type="{http://www.w3.org/2001/XMLSchema}integer" default="1" />
      <attribute name="maxNumberOfCompetitors" type="{http://www.w3.org/2001/XMLSchema}integer" default="1" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Container element for custom elements from other schemas.
Link copied to clipboard
The maximum number of competitors in case of a parallel leg.
Link copied to clipboard
The minimum number of competitors in case of a parallel leg.
Link copied to clipboard
open fun getName(): String
The name of the leg, if not sequentially named.
Link copied to clipboard
open fun setExtensions(value: Extensions)
Sets the value of the extensions property.
Link copied to clipboard
Sets the value of the maxNumberOfCompetitors property.
Link copied to clipboard
Sets the value of the minNumberOfCompetitors property.
Link copied to clipboard
open fun setName(value: String)
Sets the value of the name property.