Package iofXml.v3

Class TeamCourseAssignment

java.lang.Object
iofXml.v3.TeamCourseAssignment

public class TeamCourseAssignment extends Object
Element that connects a number of team members in a relay team to a number of courses. Teams are matched by 1) BibNumber, 2) TeamName+ClassName.

Java class for TeamCourseAssignment complex type

.

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


 <complexType name="TeamCourseAssignment">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BibNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TeamName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ClassName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TeamMemberCourseAssignment" type="{http://www.orienteering.org/datastandard/3.0}TeamMemberCourseAssignment" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Extensions" type="{http://www.orienteering.org/datastandard/3.0}Extensions" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • bibNumber

      protected String bibNumber
      The bib number of the team.
    • teamName

      protected String teamName
      The name of the team.
    • className

      protected String className
      The name of the class that the team belongs to.
    • teamMemberCourseAssignment

      protected List<TeamMemberCourseAssignment> teamMemberCourseAssignment
      The assignment of courses to team members.
    • extensions

      protected Extensions extensions
      Container element for custom elements from other schemas.
  • Constructor Details

    • TeamCourseAssignment

      public TeamCourseAssignment()
  • Method Details

    • getBibNumber

      public String getBibNumber()
      The bib number of the team.
      Returns:
      possible object is String
    • setBibNumber

      public void setBibNumber(String value)
      Sets the value of the bibNumber property.
      Parameters:
      value - allowed object is String
      See Also:
    • getTeamName

      public String getTeamName()
      The name of the team.
      Returns:
      possible object is String
    • setTeamName

      public void setTeamName(String value)
      Sets the value of the teamName property.
      Parameters:
      value - allowed object is String
      See Also:
    • getClassName

      public String getClassName()
      The name of the class that the team belongs to.
      Returns:
      possible object is String
    • setClassName

      public void setClassName(String value)
      Sets the value of the className property.
      Parameters:
      value - allowed object is String
      See Also:
    • getTeamMemberCourseAssignment

      public List<TeamMemberCourseAssignment> getTeamMemberCourseAssignment()
      The assignment of courses to team members. Gets the value of the teamMemberCourseAssignment 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 teamMemberCourseAssignment property.

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

       getTeamMemberCourseAssignment().add(newItem);
       

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

      Returns:
      The value of the teamMemberCourseAssignment property.
    • getExtensions

      public Extensions getExtensions()
      Container element for custom elements from other schemas.
      Returns:
      possible object is Extensions
    • setExtensions

      public void setExtensions(Extensions value)
      Sets the value of the extensions property.
      Parameters:
      value - allowed object is Extensions
      See Also: