TeamEntry

open class TeamEntry

Defines an event entry for a team.

Java class for TeamEntry complex type

.

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


<complexType name="TeamEntry">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="Id" type="{http://www.orienteering.org/datastandard/3.0}Id" minOccurs="0"/>
        <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="Organisation" type="{http://www.orienteering.org/datastandard/3.0}Organisation" maxOccurs="unbounded" minOccurs="0"/>
        <element name="TeamEntryPerson" type="{http://www.orienteering.org/datastandard/3.0}TeamEntryPerson" maxOccurs="unbounded" minOccurs="0"/>
        <element name="Class" type="{http://www.orienteering.org/datastandard/3.0}Class" maxOccurs="unbounded" minOccurs="0"/>
        <element name="Race" type="{http://www.w3.org/2001/XMLSchema}integer" maxOccurs="unbounded" minOccurs="0"/>
        <element name="AssignedFee" type="{http://www.orienteering.org/datastandard/3.0}AssignedFee" maxOccurs="unbounded" minOccurs="0"/>
        <element name="ServiceRequest" type="{http://www.orienteering.org/datastandard/3.0}ServiceRequest" maxOccurs="unbounded" minOccurs="0"/>
        <element name="StartTimeAllocationRequest" type="{http://www.orienteering.org/datastandard/3.0}StartTimeAllocationRequest" minOccurs="0"/>
        <element name="ContactInformation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="EntryTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
        <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
The fees that the team as a whole has to pay when entering the event.
Link copied to clipboard
open fun getClazz(): List<Class>
The class(es) the team wants to take part in.
Link copied to clipboard
Contact information (name and e.g.
Link copied to clipboard
The time when the entry was first submitted.
Link copied to clipboard
Container element for custom elements from other schemas.
Link copied to clipboard
open fun getId(): Id
Gets the value of the id property.
Link copied to clipboard
Gets the value of the modifyTime property.
Link copied to clipboard
open fun getName(): String
The name of the team.
Link copied to clipboard
The organisation(s) that the team represents.
Link copied to clipboard
open fun getRace(): List<BigInteger>
The numbers of the races that the team is taking part in.
Link copied to clipboard
Defines the services requested by the team.
Link copied to clipboard
Any special preferences regarding start time that has to be taken into consideration when making the start list draw.
Link copied to clipboard
The persons that make up the team.
Link copied to clipboard
open fun setContactInformation(value: String)
Sets the value of the contactInformation property.
Link copied to clipboard
Sets the value of the entryTime property.
Link copied to clipboard
open fun setExtensions(value: Extensions)
Sets the value of the extensions property.
Link copied to clipboard
open fun setId(value: Id)
Sets the value of the id property.
Link copied to clipboard
Sets the value of the modifyTime property.
Link copied to clipboard
open fun setName(value: String)
Sets the value of the name property.
Link copied to clipboard
Sets the value of the startTimeAllocationRequest property.