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
Gets the value of the entryId property.
Link copied to clipboard
Gets the value of the extensions property.
Link copied to clipboard
Gets the value of the modifyTime property.
Link copied to clipboard
Gets the value of the organisation property.
Link copied to clipboard
open fun getPerson(): Person
Gets the value of the person property.
Link copied to clipboard
Gets the value of the start property.
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.