TeamMemberStart

open class TeamMemberStart

Start information for an individual competitor, including e.g. start time and bib number.

Java class for TeamMemberStart complex type

.

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


<complexType name="TeamMemberStart">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="EntryId" type="{http://www.orienteering.org/datastandard/3.0}Id" minOccurs="0"/>
        <element name="Person" type="{http://www.orienteering.org/datastandard/3.0}Person" minOccurs="0"/>
        <element name="Organisation" type="{http://www.orienteering.org/datastandard/3.0}Organisation" minOccurs="0"/>
        <element name="Start" type="{http://www.orienteering.org/datastandard/3.0}TeamMemberRaceStart" maxOccurs="unbounded"/>
        <element name="Extensions" type="{http://www.orienteering.org/datastandard/3.0}Extensions" minOccurs="0"/>
      </sequence>
      <attribute name="modifyTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getEntryId(): Id
The id corresponding to this team member's entry in an EntryList.
Link copied to clipboard
Container element for custom elements from other schemas.
Link copied to clipboard
Gets the value of the modifyTime property.
Link copied to clipboard
The organisation that the team member is representing at the event.
Link copied to clipboard
open fun getPerson(): Person
The team member that the start time belongs to.
Link copied to clipboard
The core start information for the team member; one element per race in the event.
Link copied to clipboard
open fun setEntryId(value: Id)
Sets the value of the entryId property.
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 modifyTime property.
Link copied to clipboard
open fun setOrganisation(value: Organisation)
Sets the value of the organisation property.
Link copied to clipboard
open fun setPerson(value: Person)
Sets the value of the person property.