Class PersonCourseAssignment
-
- All Implemented Interfaces:
public class PersonCourseAssignmentElement 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>
-
-
Constructor Summary
Constructors Constructor Description PersonCourseAssignment()
-
Method Summary
Modifier and Type Method Description IdgetEntryId()The id corresponding to this person's entry in an EntryList. voidsetEntryId(Id value)Sets the value of the entryId property. StringgetBibNumber()The bib number of the person. voidsetBibNumber(String value)Sets the value of the bibNumber property. StringgetPersonName()The name of the person. voidsetPersonName(String value)Sets the value of the personName property. StringgetClassName()The name of the class that the person belongs to. voidsetClassName(String value)Sets the value of the className property. StringgetCourseName()The name of the course. voidsetCourseName(String value)Sets the value of the courseName property. StringgetCourseFamily()The family or group of forked courses that the course is part of. voidsetCourseFamily(String value)Sets the value of the courseFamily property. ExtensionsgetExtensions()Container element for custom elements from other schemas. voidsetExtensions(Extensions value)Sets the value of the extensions property. -
-
Method Detail
-
getEntryId
Id getEntryId()
The id corresponding to this person'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
-
getBibNumber
String getBibNumber()
The bib number of the person.
- Returns:
possibleobject is String
-
setBibNumber
void setBibNumber(String value)
Sets the value of the bibNumber property.
- Parameters:
value- allowed object is String
-
getPersonName
String getPersonName()
The name of the person.
- Returns:
possibleobject is String
-
setPersonName
void setPersonName(String value)
Sets the value of the personName property.
- Parameters:
value- allowed object is String
-
getClassName
String getClassName()
The name of the class that the person belongs to.
- Returns:
possibleobject is String
-
setClassName
void setClassName(String value)
Sets the value of the className property.
- Parameters:
value- allowed object is String
-
getCourseName
String getCourseName()
The name of the course.
- Returns:
possibleobject is String
-
setCourseName
void setCourseName(String value)
Sets the value of the courseName property.
- Parameters:
value- allowed object is String
-
getCourseFamily
String getCourseFamily()
The family or group of forked courses that the course is part of.
- Returns:
possibleobject is String
-
setCourseFamily
void setCourseFamily(String value)
Sets the value of the courseFamily property.
- Parameters:
value- allowed object is String
-
getExtensions
Extensions getExtensions()
Container element for custom elements from other schemas.
- Returns:
possibleobject is Extensions
-
setExtensions
void setExtensions(Extensions value)
Sets the value of the extensions property.
- Parameters:
value- allowed object is Extensions
-
-
-
-