Package iofXml.v2

Class IofV2

java.lang.Object
iofXml.v2.IofV2

public class IofV2 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="{}PersonList" minOccurs="0"/>
         <element ref="{}CompetitorList" minOccurs="0"/>
         <element ref="{}RankList" minOccurs="0"/>
         <element ref="{}ClubList" minOccurs="0"/>
         <element ref="{}EventList" minOccurs="0"/>
         <element ref="{}ServiceRequestList" minOccurs="0"/>
         <element ref="{}EntryList" minOccurs="0"/>
         <element ref="{}StartList" minOccurs="0"/>
         <element ref="{}ResultList" minOccurs="0"/>
         <element ref="{}ClassData" minOccurs="0"/>
         <element ref="{}CourseData" minOccurs="0"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • IofV2

      public IofV2()
  • Method Details

    • getPersonList

      public PersonList getPersonList()
      Gets the value of the personList property.
      Returns:
      possible object is PersonList
    • setPersonList

      public void setPersonList(PersonList value)
      Sets the value of the personList property.
      Parameters:
      value - allowed object is PersonList
    • getCompetitorList

      public CompetitorList getCompetitorList()
      Gets the value of the competitorList property.
      Returns:
      possible object is CompetitorList
    • setCompetitorList

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

      public RankList getRankList()
      Gets the value of the rankList property.
      Returns:
      possible object is RankList
    • setRankList

      public void setRankList(RankList value)
      Sets the value of the rankList property.
      Parameters:
      value - allowed object is RankList
    • getClubList

      public ClubList getClubList()
      Gets the value of the clubList property.
      Returns:
      possible object is ClubList
    • setClubList

      public void setClubList(ClubList value)
      Sets the value of the clubList property.
      Parameters:
      value - allowed object is ClubList
    • getEventList

      public EventList getEventList()
      Gets the value of the eventList property.
      Returns:
      possible object is EventList
    • setEventList

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

      public ServiceRequestList getServiceRequestList()
      Gets the value of the serviceRequestList property.
      Returns:
      possible object is ServiceRequestList
    • setServiceRequestList

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

      public EntryList getEntryList()
      Gets the value of the entryList property.
      Returns:
      possible object is EntryList
    • setEntryList

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

      public StartList getStartList()
      Gets the value of the startList property.
      Returns:
      possible object is StartList
    • setStartList

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

      public ResultList getResultList()
      Gets the value of the resultList property.
      Returns:
      possible object is ResultList
    • setResultList

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

      public ClassData getClassData()
      Gets the value of the classData property.
      Returns:
      possible object is ClassData
    • setClassData

      public void setClassData(ClassData value)
      Sets the value of the classData property.
      Parameters:
      value - allowed object is ClassData
    • getCourseData

      public CourseData getCourseData()
      Gets the value of the courseData property.
      Returns:
      possible object is CourseData
    • setCourseData

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