Class IofV2
-
- All Implemented Interfaces:
public class IofV2
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>
-
-
Constructor Summary
Constructors Constructor Description IofV2()
-
Method Summary
Modifier and Type Method Description PersonList
getPersonList()
Gets the value of the personList property. void
setPersonList(PersonList value)
Sets the value of the personList property. CompetitorList
getCompetitorList()
Gets the value of the competitorList property. void
setCompetitorList(CompetitorList value)
Sets the value of the competitorList property. RankList
getRankList()
Gets the value of the rankList property. void
setRankList(RankList value)
Sets the value of the rankList property. ClubList
getClubList()
Gets the value of the clubList property. void
setClubList(ClubList value)
Sets the value of the clubList property. EventList
getEventList()
Gets the value of the eventList property. void
setEventList(EventList value)
Sets the value of the eventList property. ServiceRequestList
getServiceRequestList()
Gets the value of the serviceRequestList property. void
setServiceRequestList(ServiceRequestList value)
Sets the value of the serviceRequestList property. EntryList
getEntryList()
Gets the value of the entryList property. void
setEntryList(EntryList value)
Sets the value of the entryList property. StartList
getStartList()
Gets the value of the startList property. void
setStartList(StartList value)
Sets the value of the startList property. ResultList
getResultList()
Gets the value of the resultList property. void
setResultList(ResultList value)
Sets the value of the resultList property. ClassData
getClassData()
Gets the value of the classData property. void
setClassData(ClassData value)
Sets the value of the classData property. CourseData
getCourseData()
Gets the value of the courseData property. void
setCourseData(CourseData value)
Sets the value of the courseData property. -
-
Method Detail
-
getPersonList
PersonList getPersonList()
Gets the value of the personList property.
- Returns:
possibleobject is PersonList
-
setPersonList
void setPersonList(PersonList value)
Sets the value of the personList property.
- Parameters:
value
- allowed object is PersonList
-
getCompetitorList
CompetitorList getCompetitorList()
Gets the value of the competitorList property.
- Returns:
possibleobject is CompetitorList
-
setCompetitorList
void setCompetitorList(CompetitorList value)
Sets the value of the competitorList property.
- Parameters:
value
- allowed object is CompetitorList
-
getRankList
RankList getRankList()
Gets the value of the rankList property.
- Returns:
possibleobject is RankList
-
setRankList
void setRankList(RankList value)
Sets the value of the rankList property.
- Parameters:
value
- allowed object is RankList
-
getClubList
ClubList getClubList()
Gets the value of the clubList property.
- Returns:
possibleobject is ClubList
-
setClubList
void setClubList(ClubList value)
Sets the value of the clubList property.
- Parameters:
value
- allowed object is ClubList
-
getEventList
EventList getEventList()
Gets the value of the eventList property.
- Returns:
possibleobject is EventList
-
setEventList
void setEventList(EventList value)
Sets the value of the eventList property.
- Parameters:
value
- allowed object is EventList
-
getServiceRequestList
ServiceRequestList getServiceRequestList()
Gets the value of the serviceRequestList property.
- Returns:
possibleobject is ServiceRequestList
-
setServiceRequestList
void setServiceRequestList(ServiceRequestList value)
Sets the value of the serviceRequestList property.
- Parameters:
value
- allowed object is ServiceRequestList
-
getEntryList
EntryList getEntryList()
Gets the value of the entryList property.
- Returns:
possibleobject is EntryList
-
setEntryList
void setEntryList(EntryList value)
Sets the value of the entryList property.
- Parameters:
value
- allowed object is EntryList
-
getStartList
StartList getStartList()
Gets the value of the startList property.
- 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()
Gets the value of the resultList property.
- Returns:
possibleobject is ResultList
-
setResultList
void setResultList(ResultList value)
Sets the value of the resultList property.
- Parameters:
value
- allowed object is ResultList
-
getClassData
ClassData getClassData()
Gets the value of the classData property.
- Returns:
possibleobject is ClassData
-
setClassData
void setClassData(ClassData value)
Sets the value of the classData property.
- Parameters:
value
- allowed object is ClassData
-
getCourseData
CourseData getCourseData()
Gets the value of the courseData property.
- Returns:
possibleobject is CourseData
-
setCourseData
void setCourseData(CourseData value)
Sets the value of the courseData property.
- Parameters:
value
- allowed object is CourseData
-
-
-
-