Package iofXml.v3

Class PersonCourseAssignment

java.lang.Object
iofXml.v3.PersonCourseAssignment

public class PersonCourseAssignment extends Object
Element that connects a course with an individual competitor. Courses should be present in the RaceCourseData element and are matched on course name and/or course family. Persons are matched by 1) BibNumber, 2) EntryId.

Java class for PersonCourseAssignment complex type

.

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


 <complexType name="PersonCourseAssignment">
   <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="BibNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PersonName" 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="CourseName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CourseFamily" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Extensions" type="{http://www.orienteering.org/datastandard/3.0}Extensions" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • entryId

      protected Id entryId
      The id corresponding to this person's entry in an EntryList.
    • bibNumber

      protected String bibNumber
      The bib number of the person.
    • personName

      protected String personName
      The name of the person.
    • className

      protected String className
      The name of the class that the person belongs to.
    • courseName

      protected String courseName
      The name of the course.
    • courseFamily

      protected String courseFamily
      The family or group of forked courses that the course is part of.
    • extensions

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

    • PersonCourseAssignment

      public PersonCourseAssignment()
  • Method Details

    • getEntryId

      public Id getEntryId()
      The id corresponding to this person's entry in an EntryList.
      Returns:
      possible object is Id
    • setEntryId

      public void setEntryId(Id value)
      Sets the value of the entryId property.
      Parameters:
      value - allowed object is Id
      See Also:
    • getBibNumber

      public String getBibNumber()
      The bib number of the person.
      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:
    • getPersonName

      public String getPersonName()
      The name of the person.
      Returns:
      possible object is String
    • setPersonName

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

      public String getClassName()
      The name of the class that the person 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:
    • getCourseName

      public String getCourseName()
      The name of the course.
      Returns:
      possible object is String
    • setCourseName

      public void setCourseName(String value)
      Sets the value of the courseName property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCourseFamily

      public String getCourseFamily()
      The family or group of forked courses that the course is part of.
      Returns:
      possible object is String
    • setCourseFamily

      public void setCourseFamily(String value)
      Sets the value of the courseFamily property.
      Parameters:
      value - allowed object is String
      See Also:
    • 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: