Class ResultSelection
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">
<sequence>
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{}OrganisationId"/>
<element ref="{}Organisation"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{}ClubId"/>
<element ref="{}Club"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{}ClassId"/>
<element ref="{}ClassShortName"/>
<element ref="{}Class"/>
</choice>
<element ref="{}Position"/>
<element ref="{}ModifyDate"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the classIdOrClassShortNameOrClazz property.Gets the value of the clubIdOrClub property.Gets the value of the modifyDate property.Gets the value of the organisationIdOrOrganisation property.Gets the value of the position property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate property.voidsetPosition(String value) Sets the value of the position property.
-
Field Details
-
organisationIdOrOrganisation
-
clubIdOrClub
-
classIdOrClassShortNameOrClazz
-
position
-
modifyDate
-
-
Constructor Details
-
ResultSelection
public ResultSelection()
-
-
Method Details
-
getOrganisationIdOrOrganisation
Gets the value of the organisationIdOrOrganisation property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the organisationIdOrOrganisation property.For example, to add a new item, do as follows:
getOrganisationIdOrOrganisation().add(newItem);
Objects of the following type(s) are allowed in the list
OrganisationOrganisationId- Returns:
- The value of the organisationIdOrOrganisation property.
-
getClubIdOrClub
Gets the value of the clubIdOrClub property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the clubIdOrClub property.For example, to add a new item, do as follows:
getClubIdOrClub().add(newItem);
Objects of the following type(s) are allowed in the list
ClubClubId- Returns:
- The value of the clubIdOrClub property.
-
getClassIdOrClassShortNameOrClazz
Gets the value of the classIdOrClassShortNameOrClazz property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the classIdOrClassShortNameOrClazz property.For example, to add a new item, do as follows:
getClassIdOrClassShortNameOrClazz().add(newItem);
Objects of the following type(s) are allowed in the list
ClassClassIdClassShortName- Returns:
- The value of the classIdOrClassShortNameOrClazz property.
-
getPosition
Gets the value of the position property.- Returns:
- possible object is
String
-
setPosition
Sets the value of the position property.- Parameters:
value- allowed object isString
-
getModifyDate
Gets the value of the modifyDate property.- Returns:
- possible object is
ModifyDate
-
setModifyDate
Sets the value of the modifyDate property.- Parameters:
value- allowed object isModifyDate
-