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>
-
-
Constructor Summary
Constructors Constructor Description PersonCourseAssignment()
-
Method Summary
Modifier and Type Method Description Id
getEntryId()
The id corresponding to this person's entry in an EntryList. void
setEntryId(Id value)
Sets the value of the entryId property. String
getBibNumber()
The bib number of the person. void
setBibNumber(String value)
Sets the value of the bibNumber property. String
getPersonName()
The name of the person. void
setPersonName(String value)
Sets the value of the personName property. String
getClassName()
The name of the class that the person belongs to. void
setClassName(String value)
Sets the value of the className property. String
getCourseName()
The name of the course. void
setCourseName(String value)
Sets the value of the courseName property. String
getCourseFamily()
The family or group of forked courses that the course is part of. void
setCourseFamily(String value)
Sets the value of the courseFamily property. Extensions
getExtensions()
Container element for custom elements from other schemas. void
setExtensions(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
-
-
-
-