Class Competitor
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>
<element ref="{}PersonId"/>
<element ref="{}Person"/>
</choice>
<choice>
<element ref="{}ClubId"/>
<element ref="{}Club"/>
<element ref="{}Country"/>
<element ref="{}CountryId"/>
</choice>
<element ref="{}PreSelectedClass" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}CCard" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}Rank" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}ModifyDate" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Clubprotected ClubIdprotected Countryprotected CountryIdprotected ModifyDateprotected Personprotected PersonIdprotected List<PreSelectedClass> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCCard()Gets the value of the cCard property.getClub()Gets the value of the club property.Gets the value of the clubId property.Gets the value of the country property.Gets the value of the countryId property.Gets the value of the modifyDate property.Gets the value of the person property.Gets the value of the personId property.Gets the value of the preSelectedClass property.getRank()Gets the value of the rank property.voidSets the value of the club property.voidSets the value of the clubId property.voidsetCountry(Country value) Sets the value of the country property.voidsetCountryId(CountryId value) Sets the value of the countryId property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate property.voidSets the value of the person property.voidsetPersonId(PersonId value) Sets the value of the personId property.
-
Field Details
-
personId
-
person
-
clubId
-
club
-
country
-
countryId
-
preSelectedClass
-
cCard
-
rank
-
modifyDate
-
-
Constructor Details
-
Competitor
public Competitor()
-
-
Method Details
-
getPersonId
Gets the value of the personId property.- Returns:
- possible object is
PersonId
-
setPersonId
Sets the value of the personId property.- Parameters:
value- allowed object isPersonId
-
getPerson
Gets the value of the person property.- Returns:
- possible object is
Person
-
setPerson
Sets the value of the person property.- Parameters:
value- allowed object isPerson
-
getClubId
Gets the value of the clubId property.- Returns:
- possible object is
ClubId
-
setClubId
Sets the value of the clubId property.- Parameters:
value- allowed object isClubId
-
getClub
Gets the value of the club property.- Returns:
- possible object is
Club
-
setClub
Sets the value of the club property.- Parameters:
value- allowed object isClub
-
getCountry
Gets the value of the country property.- Returns:
- possible object is
Country
-
setCountry
Sets the value of the country property.- Parameters:
value- allowed object isCountry
-
getCountryId
Gets the value of the countryId property.- Returns:
- possible object is
CountryId
-
setCountryId
Sets the value of the countryId property.- Parameters:
value- allowed object isCountryId
-
getPreSelectedClass
Gets the value of the preSelectedClass 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 preSelectedClass property.For example, to add a new item, do as follows:
getPreSelectedClass().add(newItem);
Objects of the following type(s) are allowed in the list
PreSelectedClass- Returns:
- The value of the preSelectedClass property.
-
getCCard
Gets the value of the cCard 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 cCard property.For example, to add a new item, do as follows:
getCCard().add(newItem);
Objects of the following type(s) are allowed in the list
CCard- Returns:
- The value of the cCard property.
-
getRank
Gets the value of the rank 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 rank property.For example, to add a new item, do as follows:
getRank().add(newItem);
Objects of the following type(s) are allowed in the list
Rank- Returns:
- The value of the rank property.
-
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
-