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
Gets the value of the assignedFee property.
Link copied to clipboard
open fun getClazz(): List<Class>
Gets the value of the clazz property.
Link copied to clipboard
Gets the value of the contactInformation property.
Link copied to clipboard
Gets the value of the entryTime property.
Link copied to clipboard
Gets the value of the extensions property.
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
Gets the value of the name property.
Link copied to clipboard
Gets the value of the organisation property.
Link copied to clipboard
open fun getRace(): List<BigInteger>
Gets the value of the race property.
Link copied to clipboard
Gets the value of the serviceRequest property.
Link copied to clipboard
Gets the value of the startTimeAllocationRequest property.
Link copied to clipboard
Gets the value of the teamEntryPerson property.
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.