Package iofXml.v3

Class TeamMemberStart

  • All Implemented Interfaces:

    
    public 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>
    
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

      • TeamMemberStart

        TeamMemberStart()
    • Method Detail

      • getEntryId

         Id getEntryId()

        The id corresponding to this team member's entry in an EntryList.

        Returns:

        possibleobject is Id

      • setEntryId

         void setEntryId(Id value)

        Sets the value of the entryId property.

        Parameters:
        value - allowed object is Id
      • getPerson

         Person getPerson()

        The team member that the start time belongs to.

        Returns:

        possibleobject is Person

      • setPerson

         void setPerson(Person value)

        Sets the value of the person property.

        Parameters:
        value - allowed object is Person
      • getStart

         List<TeamMemberRaceStart> getStart()

        The core start information for the team member; one element per race in the event. Gets the value of the start property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the start property.

        For example, to add a new item, do as follows:

        getStart().add(newItem);
        

        Objects of the following type(s) are allowed in the list TeamMemberRaceStart

        Returns:

        Thevalue of the start property.