Package iofXml.v3

Class PersonCourseAssignment

  • All Implemented Interfaces:

    
    public class PersonCourseAssignment
    
                        

    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>
    
    • 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

      • PersonCourseAssignment

        PersonCourseAssignment()