Class IofV3
-
- All Implemented Interfaces:
public class 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>
-
-
Constructor Summary
Constructors Constructor Description IofV3()
-
Method Summary
Modifier and Type Method Description CompetitorList
getCompetitorList()
A list of competitors. void
setCompetitorList(CompetitorList value)
Sets the value of the competitorList property. OrganisationList
getOrganisationList()
A list of organisations, including address and contact information. void
setOrganisationList(OrganisationList value)
Sets the value of the organisationList property. EventList
getEventList()
A list of events. void
setEventList(EventList value)
Sets the value of the eventList property. ClassList
getClassList()
A list of classes. void
setClassList(ClassList value)
Sets the value of the classList property. EntryList
getEntryList()
A list of persons and/or teams which are registered for a particular event. void
setEntryList(EntryList value)
Sets the value of the entryList property. CourseData
getCourseData()
This element defines all the control and course information for an event or race. void
setCourseData(CourseData value)
Sets the value of the courseData property. StartList
getStartList()
Contains information about the start lists for the classes in an event. void
setStartList(StartList value)
Sets the value of the startList property. ResultList
getResultList()
Contains information about the result lists for the classes in an event. void
setResultList(ResultList value)
Sets the value of the resultList property. ServiceRequestList
getServiceRequestList()
A list of service requests. void
setServiceRequestList(ServiceRequestList value)
Sets the value of the serviceRequestList property. ControlCardList
getControlCardList()
Defines control card ownership, e.g. void
setControlCardList(ControlCardList value)
Sets the value of the controlCardList property. -
-
Method Detail
-
getCompetitorList
CompetitorList 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:
possibleobject is CompetitorList
-
setCompetitorList
void setCompetitorList(CompetitorList value)
Sets the value of the competitorList property.
- Parameters:
value
- allowed object is CompetitorList
-
getOrganisationList
OrganisationList getOrganisationList()
A list of organisations, including address and contact information.
- Returns:
possibleobject is OrganisationList
-
setOrganisationList
void setOrganisationList(OrganisationList value)
Sets the value of the organisationList property.
- Parameters:
value
- allowed object is OrganisationList
-
getEventList
EventList getEventList()
A list of events. This can be used to exchange fixtures.
- Returns:
possibleobject is EventList
-
setEventList
void setEventList(EventList value)
Sets the value of the eventList property.
- Parameters:
value
- allowed object is EventList
-
getClassList
ClassList getClassList()
A list of classes.
- Returns:
possibleobject is ClassList
-
setClassList
void setClassList(ClassList value)
Sets the value of the classList property.
- Parameters:
value
- allowed object is ClassList
-
getEntryList
EntryList getEntryList()
A list of persons and/or teams which are registered for a particular event.
- Returns:
possibleobject is EntryList
-
setEntryList
void setEntryList(EntryList value)
Sets the value of the entryList property.
- Parameters:
value
- allowed object is EntryList
-
getCourseData
CourseData 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:
possibleobject is CourseData
-
setCourseData
void setCourseData(CourseData value)
Sets the value of the courseData property.
- Parameters:
value
- allowed object is CourseData
-
getStartList
StartList getStartList()
Contains information about the start lists for the classes in an event.
- Returns:
possibleobject is StartList
-
setStartList
void setStartList(StartList value)
Sets the value of the startList property.
- Parameters:
value
- allowed object is StartList
-
getResultList
ResultList getResultList()
Contains information about the result lists for the classes in an event.
- Returns:
possibleobject is ResultList
-
setResultList
void setResultList(ResultList value)
Sets the value of the resultList property.
- Parameters:
value
- allowed object is ResultList
-
getServiceRequestList
ServiceRequestList getServiceRequestList()
A list of service requests.
- Returns:
possibleobject is ServiceRequestList
-
setServiceRequestList
void setServiceRequestList(ServiceRequestList value)
Sets the value of the serviceRequestList property.
- Parameters:
value
- allowed object is ServiceRequestList
-
getControlCardList
ControlCardList getControlCardList()
Defines control card ownership, e.g. for rental control card handling purposes.
- Returns:
possibleobject is ControlCardList
-
setControlCardList
void setControlCardList(ControlCardList value)
Sets the value of the controlCardList property.
- Parameters:
value
- allowed object is ControlCardList
-
-
-
-