Package iofXml.v3

Class IofV3

java.lang.Object
iofXml.v3.IofV3

public class IofV3 extends Object

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 Details

    • competitorList

      protected CompetitorList 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

      protected OrganisationList organisationList
      A list of organisations, including address and contact information.
    • eventList

      protected EventList eventList
      A list of events. This can be used to exchange fixtures.
    • classList

      protected ClassList classList
      A list of classes.
    • entryList

      protected EntryList entryList
      A list of persons and/or teams which are registered for a particular event.
    • courseData

      protected CourseData 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

      protected StartList startList
      Contains information about the start lists for the classes in an event.
    • resultList

      protected ResultList resultList
      Contains information about the result lists for the classes in an event.
    • serviceRequestList

      protected ServiceRequestList serviceRequestList
      A list of service requests.
    • controlCardList

      protected ControlCardList controlCardList
      Defines control card ownership, e.g. for rental control card handling purposes.
  • Constructor Details

    • IofV3

      public IofV3()
  • Method Details

    • getCompetitorList

      public 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:
      possible object is CompetitorList
    • setCompetitorList

      public void setCompetitorList(CompetitorList value)
      Sets the value of the competitorList property.
      Parameters:
      value - allowed object is CompetitorList
      See Also:
    • getOrganisationList

      public OrganisationList getOrganisationList()
      A list of organisations, including address and contact information.
      Returns:
      possible object is OrganisationList
    • setOrganisationList

      public void setOrganisationList(OrganisationList value)
      Sets the value of the organisationList property.
      Parameters:
      value - allowed object is OrganisationList
      See Also:
    • getEventList

      public EventList getEventList()
      A list of events. This can be used to exchange fixtures.
      Returns:
      possible object is EventList
    • setEventList

      public void setEventList(EventList value)
      Sets the value of the eventList property.
      Parameters:
      value - allowed object is EventList
      See Also:
    • getClassList

      public ClassList getClassList()
      A list of classes.
      Returns:
      possible object is ClassList
    • setClassList

      public void setClassList(ClassList value)
      Sets the value of the classList property.
      Parameters:
      value - allowed object is ClassList
      See Also:
    • getEntryList

      public EntryList getEntryList()
      A list of persons and/or teams which are registered for a particular event.
      Returns:
      possible object is EntryList
    • setEntryList

      public void setEntryList(EntryList value)
      Sets the value of the entryList property.
      Parameters:
      value - allowed object is EntryList
      See Also:
    • getCourseData

      public 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:
      possible object is CourseData
    • setCourseData

      public void setCourseData(CourseData value)
      Sets the value of the courseData property.
      Parameters:
      value - allowed object is CourseData
      See Also:
    • getStartList

      public StartList getStartList()
      Contains information about the start lists for the classes in an event.
      Returns:
      possible object is StartList
    • setStartList

      public void setStartList(StartList value)
      Sets the value of the startList property.
      Parameters:
      value - allowed object is StartList
      See Also:
    • getResultList

      public ResultList getResultList()
      Contains information about the result lists for the classes in an event.
      Returns:
      possible object is ResultList
    • setResultList

      public void setResultList(ResultList value)
      Sets the value of the resultList property.
      Parameters:
      value - allowed object is ResultList
      See Also:
    • getServiceRequestList

      public ServiceRequestList getServiceRequestList()
      A list of service requests.
      Returns:
      possible object is ServiceRequestList
    • setServiceRequestList

      public void setServiceRequestList(ServiceRequestList value)
      Sets the value of the serviceRequestList property.
      Parameters:
      value - allowed object is ServiceRequestList
      See Also:
    • getControlCardList

      public ControlCardList getControlCardList()
      Defines control card ownership, e.g. for rental control card handling purposes.
      Returns:
      possible object is ControlCardList
    • setControlCardList

      public void setControlCardList(ControlCardList value)
      Sets the value of the controlCardList property.
      Parameters:
      value - allowed object is ControlCardList
      See Also: