Package iofXml.v3
Class PersonCourseAssignment
java.lang.Object
iofXml.v3.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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe bib number of the person.protected StringThe name of the class that the person belongs to.protected StringThe family or group of forked courses that the course is part of.protected StringThe name of the course.protected IdThe id corresponding to this person's entry in an EntryList.protected ExtensionsContainer element for custom elements from other schemas.protected StringThe name of the person. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe bib number of the person.The name of the class that the person belongs to.The family or group of forked courses that the course is part of.The name of the course.The id corresponding to this person's entry in an EntryList.Container element for custom elements from other schemas.The name of the person.voidsetBibNumber(String value) Sets the value of the bibNumber property.voidsetClassName(String value) Sets the value of the className property.voidsetCourseFamily(String value) Sets the value of the courseFamily property.voidsetCourseName(String value) Sets the value of the courseName property.voidsetEntryId(Id value) Sets the value of the entryId property.voidsetExtensions(Extensions value) Sets the value of the extensions property.voidsetPersonName(String value) Sets the value of the personName property.
-
Field Details
-
entryId
The id corresponding to this person's entry in an EntryList. -
bibNumber
The bib number of the person. -
personName
The name of the person. -
className
The name of the class that the person belongs to. -
courseName
The name of the course. -
courseFamily
The family or group of forked courses that the course is part of. -
extensions
Container element for custom elements from other schemas.
-
-
Constructor Details
-
PersonCourseAssignment
public PersonCourseAssignment()
-
-
Method Details
-
getEntryId
The id corresponding to this person's entry in an EntryList.- Returns:
- possible object is
Id
-
setEntryId
Sets the value of the entryId property.- Parameters:
value- allowed object isId- See Also:
-
getBibNumber
The bib number of the person.- Returns:
- possible object is
String
-
setBibNumber
Sets the value of the bibNumber property.- Parameters:
value- allowed object isString- See Also:
-
getPersonName
The name of the person.- Returns:
- possible object is
String
-
setPersonName
Sets the value of the personName property.- Parameters:
value- allowed object isString- See Also:
-
getClassName
The name of the class that the person belongs to.- Returns:
- possible object is
String
-
setClassName
Sets the value of the className property.- Parameters:
value- allowed object isString- See Also:
-
getCourseName
The name of the course.- Returns:
- possible object is
String
-
setCourseName
Sets the value of the courseName property.- Parameters:
value- allowed object isString- See Also:
-
getCourseFamily
The family or group of forked courses that the course is part of.- Returns:
- possible object is
String
-
setCourseFamily
Sets the value of the courseFamily property.- Parameters:
value- allowed object isString- See Also:
-
getExtensions
Container element for custom elements from other schemas.- Returns:
- possible object is
Extensions
-
setExtensions
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensions- See Also:
-