Class IofV2
-
- All Implemented Interfaces:
public class IofV2Java 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 PersonListgetPersonList()Gets the value of the personList property. voidsetPersonList(PersonList value)Sets the value of the personList property. CompetitorListgetCompetitorList()Gets the value of the competitorList property. voidsetCompetitorList(CompetitorList value)Sets the value of the competitorList property. RankListgetRankList()Gets the value of the rankList property. voidsetRankList(RankList value)Sets the value of the rankList property. ClubListgetClubList()Gets the value of the clubList property. voidsetClubList(ClubList value)Sets the value of the clubList property. EventListgetEventList()Gets the value of the eventList property. voidsetEventList(EventList value)Sets the value of the eventList property. ServiceRequestListgetServiceRequestList()Gets the value of the serviceRequestList property. voidsetServiceRequestList(ServiceRequestList value)Sets the value of the serviceRequestList property. EntryListgetEntryList()Gets the value of the entryList property. voidsetEntryList(EntryList value)Sets the value of the entryList property. StartListgetStartList()Gets the value of the startList property. voidsetStartList(StartList value)Sets the value of the startList property. ResultListgetResultList()Gets the value of the resultList property. voidsetResultList(ResultList value)Sets the value of the resultList property. ClassDatagetClassData()Gets the value of the classData property. voidsetClassData(ClassData value)Sets the value of the classData property. CourseDatagetCourseData()Gets the value of the courseData property. voidsetCourseData(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
-
-
-
-