Package iofXml.v2
Class IofV2
java.lang.Object
iofXml.v2.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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ClassDataprotected ClubListprotected CompetitorListprotected CourseDataprotected EntryListprotected EventListprotected PersonListprotected RankListprotected ResultListprotected ServiceRequestListprotected StartList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the classData property.Gets the value of the clubList property.Gets the value of the competitorList property.Gets the value of the courseData property.Gets the value of the entryList property.Gets the value of the eventList property.Gets the value of the personList property.Gets the value of the rankList property.Gets the value of the resultList property.Gets the value of the serviceRequestList property.Gets the value of the startList property.voidsetClassData(ClassData value) Sets the value of the classData property.voidsetClubList(ClubList value) Sets the value of the clubList property.voidsetCompetitorList(CompetitorList value) Sets the value of the competitorList property.voidsetCourseData(CourseData value) Sets the value of the courseData property.voidsetEntryList(EntryList value) Sets the value of the entryList property.voidsetEventList(EventList value) Sets the value of the eventList property.voidsetPersonList(PersonList value) Sets the value of the personList property.voidsetRankList(RankList value) Sets the value of the rankList property.voidsetResultList(ResultList value) Sets the value of the resultList property.voidSets the value of the serviceRequestList property.voidsetStartList(StartList value) Sets the value of the startList property.
-
Field Details
-
personList
-
competitorList
-
rankList
-
clubList
-
eventList
-
serviceRequestList
-
entryList
-
startList
-
resultList
-
classData
-
courseData
-
-
Constructor Details
-
IofV2
public IofV2()
-
-
Method Details
-
getPersonList
Gets the value of the personList property.- Returns:
- possible object is
PersonList
-
setPersonList
Sets the value of the personList property.- Parameters:
value- allowed object isPersonList
-
getCompetitorList
Gets the value of the competitorList property.- Returns:
- possible object is
CompetitorList
-
setCompetitorList
Sets the value of the competitorList property.- Parameters:
value- allowed object isCompetitorList
-
getRankList
Gets the value of the rankList property.- Returns:
- possible object is
RankList
-
setRankList
Sets the value of the rankList property.- Parameters:
value- allowed object isRankList
-
getClubList
Gets the value of the clubList property.- Returns:
- possible object is
ClubList
-
setClubList
Sets the value of the clubList property.- Parameters:
value- allowed object isClubList
-
getEventList
Gets the value of the eventList property.- Returns:
- possible object is
EventList
-
setEventList
Sets the value of the eventList property.- Parameters:
value- allowed object isEventList
-
getServiceRequestList
Gets the value of the serviceRequestList property.- Returns:
- possible object is
ServiceRequestList
-
setServiceRequestList
Sets the value of the serviceRequestList property.- Parameters:
value- allowed object isServiceRequestList
-
getEntryList
Gets the value of the entryList property.- Returns:
- possible object is
EntryList
-
setEntryList
Sets the value of the entryList property.- Parameters:
value- allowed object isEntryList
-
getStartList
Gets the value of the startList property.- Returns:
- possible object is
StartList
-
setStartList
Sets the value of the startList property.- Parameters:
value- allowed object isStartList
-
getResultList
Gets the value of the resultList property.- Returns:
- possible object is
ResultList
-
setResultList
Sets the value of the resultList property.- Parameters:
value- allowed object isResultList
-
getClassData
Gets the value of the classData property.- Returns:
- possible object is
ClassData
-
setClassData
Sets the value of the classData property.- Parameters:
value- allowed object isClassData
-
getCourseData
Gets the value of the courseData property.- Returns:
- possible object is
CourseData
-
setCourseData
Sets the value of the courseData property.- Parameters:
value- allowed object isCourseData
-