Package iofXml.v3
Class IofV3
java.lang.Object
iofXml.v3.IofV3
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{http://www.orienteering.org/datastandard/3.0}CompetitorList" minOccurs="0"/>
<element ref="{http://www.orienteering.org/datastandard/3.0}OrganisationList" minOccurs="0"/>
<element ref="{http://www.orienteering.org/datastandard/3.0}EventList" minOccurs="0"/>
<element ref="{http://www.orienteering.org/datastandard/3.0}ClassList" minOccurs="0"/>
<element ref="{http://www.orienteering.org/datastandard/3.0}EntryList" minOccurs="0"/>
<element ref="{http://www.orienteering.org/datastandard/3.0}CourseData" minOccurs="0"/>
<element ref="{http://www.orienteering.org/datastandard/3.0}StartList" minOccurs="0"/>
<element ref="{http://www.orienteering.org/datastandard/3.0}ResultList" minOccurs="0"/>
<element ref="{http://www.orienteering.org/datastandard/3.0}ServiceRequestList" minOccurs="0"/>
<element ref="{http://www.orienteering.org/datastandard/3.0}ControlCardList" minOccurs="0"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ClassListA list of classes.protected CompetitorListA list of competitors.protected ControlCardListDefines control card ownership, e.g.protected CourseDataThis element defines all the control and course information for an event or race.protected EntryListA list of persons and/or teams which are registered for a particular event.protected EventListA list of events.protected OrganisationListA list of organisations, including address and contact information.protected ResultListContains information about the result lists for the classes in an event.protected ServiceRequestListA list of service requests.protected StartListContains information about the start lists for the classes in an event. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA list of classes.A list of competitors.Defines control card ownership, e.g.This element defines all the control and course information for an event or race.A list of persons and/or teams which are registered for a particular event.A list of events.A list of organisations, including address and contact information.Contains information about the result lists for the classes in an event.A list of service requests.Contains information about the start lists for the classes in an event.voidsetClassList(ClassList value) Sets the value of the classList property.voidsetCompetitorList(CompetitorList value) Sets the value of the competitorList property.voidSets the value of the controlCardList property.voidsetCourseData(CourseData value) Sets the value of the courseData property.voidsetEntryList(EntryList value) Sets the value of the entryList property.voidsetEventList(EventList value) Sets the value of the eventList property.voidSets the value of the organisationList property.voidsetResultList(ResultList value) Sets the value of the resultList property.voidSets the value of the serviceRequestList property.voidsetStartList(StartList value) Sets the value of the startList property.
-
Field Details
-
competitorList
A list of competitors. This is used to exchange a "brutto" list of possible competitors. This should not be used to exchange entries; use EntryList instead. -
organisationList
A list of organisations, including address and contact information. -
eventList
A list of events. This can be used to exchange fixtures. -
classList
A list of classes. -
entryList
A list of persons and/or teams which are registered for a particular event. -
courseData
This element defines all the control and course information for an event or race. Used when transferring courses from course-setting software to event administration software. -
startList
Contains information about the start lists for the classes in an event. -
resultList
Contains information about the result lists for the classes in an event. -
serviceRequestList
A list of service requests. -
controlCardList
Defines control card ownership, e.g. for rental control card handling purposes.
-
-
Constructor Details
-
IofV3
public IofV3()
-
-
Method Details
-
getCompetitorList
A list of competitors. This is used to exchange a "brutto" list of possible competitors. This should not be used to exchange entries; use EntryList instead.- Returns:
- possible object is
CompetitorList
-
setCompetitorList
Sets the value of the competitorList property.- Parameters:
value- allowed object isCompetitorList- See Also:
-
getOrganisationList
A list of organisations, including address and contact information.- Returns:
- possible object is
OrganisationList
-
setOrganisationList
Sets the value of the organisationList property.- Parameters:
value- allowed object isOrganisationList- See Also:
-
getEventList
A list of events. This can be used to exchange fixtures.- Returns:
- possible object is
EventList
-
setEventList
Sets the value of the eventList property.- Parameters:
value- allowed object isEventList- See Also:
-
getClassList
A list of classes.- Returns:
- possible object is
ClassList
-
setClassList
Sets the value of the classList property.- Parameters:
value- allowed object isClassList- See Also:
-
getEntryList
A list of persons and/or teams which are registered for a particular event.- Returns:
- possible object is
EntryList
-
setEntryList
Sets the value of the entryList property.- Parameters:
value- allowed object isEntryList- See Also:
-
getCourseData
This element defines all the control and course information for an event or race. Used when transferring courses from course-setting software to event administration software.- Returns:
- possible object is
CourseData
-
setCourseData
Sets the value of the courseData property.- Parameters:
value- allowed object isCourseData- See Also:
-
getStartList
Contains information about the start lists for the classes in an event.- Returns:
- possible object is
StartList
-
setStartList
Sets the value of the startList property.- Parameters:
value- allowed object isStartList- See Also:
-
getResultList
Contains information about the result lists for the classes in an event.- Returns:
- possible object is
ResultList
-
setResultList
Sets the value of the resultList property.- Parameters:
value- allowed object isResultList- See Also:
-
getServiceRequestList
A list of service requests.- Returns:
- possible object is
ServiceRequestList
-
setServiceRequestList
Sets the value of the serviceRequestList property.- Parameters:
value- allowed object isServiceRequestList- See Also:
-
getControlCardList
Defines control card ownership, e.g. for rental control card handling purposes.- Returns:
- possible object is
ControlCardList
-
setControlCardList
Sets the value of the controlCardList property.- Parameters:
value- allowed object isControlCardList- See Also:
-