Class Club
-
- All Implemented Interfaces:
public class Club
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> <element ref="{}ClubId"/> <element ref="{}Name" minOccurs="0"/> <element ref="{}ShortName"/> <element ref="{}OrganisationId" minOccurs="0"/> <choice> <element ref="{}CountryId"/> <element ref="{}Country"/> </choice> <element ref="{}Address" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}Tele" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}WebURL" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}Account" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}Contact" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}ModifyDate" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Club()
-
Method Summary
Modifier and Type Method Description ClubId
getClubId()
Gets the value of the clubId property. void
setClubId(ClubId value)
Sets the value of the clubId property. Name
getName()
Gets the value of the name property. void
setName(Name value)
Sets the value of the name property. ShortName
getShortName()
Gets the value of the shortName property. void
setShortName(ShortName value)
Sets the value of the shortName property. OrganisationId
getOrganisationId()
Gets the value of the organisationId property. void
setOrganisationId(OrganisationId value)
Sets the value of the organisationId property. CountryId
getCountryId()
Gets the value of the countryId property. void
setCountryId(CountryId value)
Sets the value of the countryId property. Country
getCountry()
Gets the value of the country property. void
setCountry(Country value)
Sets the value of the country property. List<Address>
getAddress()
Gets the value of the address property. List<Tele>
getTele()
Gets the value of the tele property. List<String>
getWebURL()
Gets the value of the webURL property. List<Account>
getAccount()
Gets the value of the account property. List<Contact>
getContact()
Gets the value of the contact property. ModifyDate
getModifyDate()
Gets the value of the modifyDate property. void
setModifyDate(ModifyDate value)
Sets the value of the modifyDate property. -
-
Method Detail
-
getClubId
ClubId getClubId()
Gets the value of the clubId property.
- Returns:
possibleobject is ClubId
-
setClubId
void setClubId(ClubId value)
Sets the value of the clubId property.
- Parameters:
value
- allowed object is ClubId
-
setName
void setName(Name value)
Sets the value of the name property.
- Parameters:
value
- allowed object is Name
-
getShortName
ShortName getShortName()
Gets the value of the shortName property.
- Returns:
possibleobject is ShortName
-
setShortName
void setShortName(ShortName value)
Sets the value of the shortName property.
- Parameters:
value
- allowed object is ShortName
-
getOrganisationId
OrganisationId getOrganisationId()
Gets the value of the organisationId property.
- Returns:
possibleobject is OrganisationId
-
setOrganisationId
void setOrganisationId(OrganisationId value)
Sets the value of the organisationId property.
- Parameters:
value
- allowed object is OrganisationId
-
getCountryId
CountryId getCountryId()
Gets the value of the countryId property.
- Returns:
possibleobject is CountryId
-
setCountryId
void setCountryId(CountryId value)
Sets the value of the countryId property.
- Parameters:
value
- allowed object is CountryId
-
getCountry
Country getCountry()
Gets the value of the country property.
- Returns:
possibleobject is Country
-
setCountry
void setCountry(Country value)
Sets the value of the country property.
- Parameters:
value
- allowed object is Country
-
getAddress
List<Address> getAddress()
Gets the value of the address 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
set
method for the address property.For example, to add a new item, do as follows:
getAddress().add(newItem);
Objects of the following type(s) are allowed in the list Address
- Returns:
Thevalue of the address property.
-
getTele
List<Tele> getTele()
Gets the value of the tele 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
set
method for the tele property.For example, to add a new item, do as follows:
getTele().add(newItem);
Objects of the following type(s) are allowed in the list Tele
- Returns:
Thevalue of the tele property.
-
getWebURL
List<String> getWebURL()
Gets the value of the webURL 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
set
method for the webURL property.For example, to add a new item, do as follows:
getWebURL().add(newItem);
Objects of the following type(s) are allowed in the list String
- Returns:
Thevalue of the webURL property.
-
getAccount
List<Account> getAccount()
Gets the value of the account 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
set
method for the account property.For example, to add a new item, do as follows:
getAccount().add(newItem);
Objects of the following type(s) are allowed in the list Account
- Returns:
Thevalue of the account property.
-
getContact
List<Contact> getContact()
Gets the value of the contact 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
set
method for the contact property.For example, to add a new item, do as follows:
getContact().add(newItem);
Objects of the following type(s) are allowed in the list Contact
- Returns:
Thevalue of the contact property.
-
getModifyDate
ModifyDate getModifyDate()
Gets the value of the modifyDate property.
- Returns:
possibleobject is ModifyDate
-
setModifyDate
void setModifyDate(ModifyDate value)
Sets the value of the modifyDate property.
- Parameters:
value
- allowed object is ModifyDate
-
-
-
-