Class FacilityLocalType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.FacilityLocalType
-
public class FacilityLocalType extends Object
The FacilityLocalType model.
-
-
Constructor Summary
Constructors Constructor Description FacilityLocalType()Initializes a new instance of the FacilityLocalType class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringemail()Get the email value.StringfacilityFIFAId()Get the facilityFIFAId value.Stringfax()Get the fax value.List<FieldType>field()Get the field value.StringinternationalName()Get the internationalName value.StringinternationalShortName()Get the internationalShortName value.StringlocalCountry()Get the localCountry value.List<LocalNameType>localFacilityName()Get the localFacilityName value.StringlocalLanguage()Get the localLanguage value.StringlocalName()Get the localName value.StringlocalShortName()Get the localShortName value.StringlocalSystemMAId()Get the localSystemMAId value.AddressTypeofficialAddress()Get the officialAddress value.StringorganisationFIFAId()Get the organisationFIFAId value.StringparentFacilityFIFAId()Get the parentFacilityFIFAId value.Stringphone()Get the phone value.Stringstatus()Get possible values include: 'active', 'inactive', 'pending'.StringwebAddress()Get the webAddress value.FacilityLocalTypewithEmail(String email)Set the email value.FacilityLocalTypewithFacilityFIFAId(String facilityFIFAId)Set the facilityFIFAId value.FacilityLocalTypewithFax(String fax)Set the fax value.FacilityLocalTypewithField(List<FieldType> field)Set the field value.FacilityLocalTypewithInternationalName(String internationalName)Set the internationalName value.FacilityLocalTypewithInternationalShortName(String internationalShortName)Set the internationalShortName value.FacilityLocalTypewithLocalCountry(String localCountry)Set the localCountry value.FacilityLocalTypewithLocalFacilityName(List<LocalNameType> localFacilityName)Set the localFacilityName value.FacilityLocalTypewithLocalLanguage(String localLanguage)Set the localLanguage value.FacilityLocalTypewithLocalName(String localName)Set the localName value.FacilityLocalTypewithLocalShortName(String localShortName)Set the localShortName value.FacilityLocalTypewithLocalSystemMAId(String localSystemMAId)Set the localSystemMAId value.FacilityLocalTypewithOfficialAddress(AddressType officialAddress)Set the officialAddress value.FacilityLocalTypewithOrganisationFIFAId(String organisationFIFAId)Set the organisationFIFAId value.FacilityLocalTypewithParentFacilityFIFAId(String parentFacilityFIFAId)Set the parentFacilityFIFAId value.FacilityLocalTypewithPhone(String phone)Set the phone value.FacilityLocalTypewithStatus(String status)Set possible values include: 'active', 'inactive', 'pending'.FacilityLocalTypewithWebAddress(String webAddress)Set the webAddress value.
-
-
-
Method Detail
-
facilityFIFAId
public String facilityFIFAId()
Get the facilityFIFAId value.- Returns:
- the facilityFIFAId value
-
withFacilityFIFAId
public FacilityLocalType withFacilityFIFAId(String facilityFIFAId)
Set the facilityFIFAId value.- Parameters:
facilityFIFAId- the facilityFIFAId value to set- Returns:
- the FacilityLocalType object itself.
-
status
public String status()
Get possible values include: 'active', 'inactive', 'pending'.- Returns:
- the status value
-
withStatus
public FacilityLocalType withStatus(String status)
Set possible values include: 'active', 'inactive', 'pending'.- Parameters:
status- the status value to set- Returns:
- the FacilityLocalType object itself.
-
internationalName
public String internationalName()
Get the internationalName value.- Returns:
- the internationalName value
-
withInternationalName
public FacilityLocalType withInternationalName(String internationalName)
Set the internationalName value.- Parameters:
internationalName- the internationalName value to set- Returns:
- the FacilityLocalType object itself.
-
internationalShortName
public String internationalShortName()
Get the internationalShortName value.- Returns:
- the internationalShortName value
-
withInternationalShortName
public FacilityLocalType withInternationalShortName(String internationalShortName)
Set the internationalShortName value.- Parameters:
internationalShortName- the internationalShortName value to set- Returns:
- the FacilityLocalType object itself.
-
localName
public String localName()
Get the localName value.- Returns:
- the localName value
-
withLocalName
public FacilityLocalType withLocalName(String localName)
Set the localName value.- Parameters:
localName- the localName value to set- Returns:
- the FacilityLocalType object itself.
-
localShortName
public String localShortName()
Get the localShortName value.- Returns:
- the localShortName value
-
withLocalShortName
public FacilityLocalType withLocalShortName(String localShortName)
Set the localShortName value.- Parameters:
localShortName- the localShortName value to set- Returns:
- the FacilityLocalType object itself.
-
localSystemMAId
public String localSystemMAId()
Get the localSystemMAId value.- Returns:
- the localSystemMAId value
-
withLocalSystemMAId
public FacilityLocalType withLocalSystemMAId(String localSystemMAId)
Set the localSystemMAId value.- Parameters:
localSystemMAId- the localSystemMAId value to set- Returns:
- the FacilityLocalType object itself.
-
localLanguage
public String localLanguage()
Get the localLanguage value.- Returns:
- the localLanguage value
-
withLocalLanguage
public FacilityLocalType withLocalLanguage(String localLanguage)
Set the localLanguage value.- Parameters:
localLanguage- the localLanguage value to set- Returns:
- the FacilityLocalType object itself.
-
localCountry
public String localCountry()
Get the localCountry value.- Returns:
- the localCountry value
-
withLocalCountry
public FacilityLocalType withLocalCountry(String localCountry)
Set the localCountry value.- Parameters:
localCountry- the localCountry value to set- Returns:
- the FacilityLocalType object itself.
-
organisationFIFAId
public String organisationFIFAId()
Get the organisationFIFAId value.- Returns:
- the organisationFIFAId value
-
withOrganisationFIFAId
public FacilityLocalType withOrganisationFIFAId(String organisationFIFAId)
Set the organisationFIFAId value.- Parameters:
organisationFIFAId- the organisationFIFAId value to set- Returns:
- the FacilityLocalType object itself.
-
parentFacilityFIFAId
public String parentFacilityFIFAId()
Get the parentFacilityFIFAId value.- Returns:
- the parentFacilityFIFAId value
-
withParentFacilityFIFAId
public FacilityLocalType withParentFacilityFIFAId(String parentFacilityFIFAId)
Set the parentFacilityFIFAId value.- Parameters:
parentFacilityFIFAId- the parentFacilityFIFAId value to set- Returns:
- the FacilityLocalType object itself.
-
localFacilityName
public List<LocalNameType> localFacilityName()
Get the localFacilityName value.- Returns:
- the localFacilityName value
-
withLocalFacilityName
public FacilityLocalType withLocalFacilityName(List<LocalNameType> localFacilityName)
Set the localFacilityName value.- Parameters:
localFacilityName- the localFacilityName value to set- Returns:
- the FacilityLocalType object itself.
-
withField
public FacilityLocalType withField(List<FieldType> field)
Set the field value.- Parameters:
field- the field value to set- Returns:
- the FacilityLocalType object itself.
-
officialAddress
public AddressType officialAddress()
Get the officialAddress value.- Returns:
- the officialAddress value
-
withOfficialAddress
public FacilityLocalType withOfficialAddress(AddressType officialAddress)
Set the officialAddress value.- Parameters:
officialAddress- the officialAddress value to set- Returns:
- the FacilityLocalType object itself.
-
webAddress
public String webAddress()
Get the webAddress value.- Returns:
- the webAddress value
-
withWebAddress
public FacilityLocalType withWebAddress(String webAddress)
Set the webAddress value.- Parameters:
webAddress- the webAddress value to set- Returns:
- the FacilityLocalType object itself.
-
email
public String email()
Get the email value.- Returns:
- the email value
-
withEmail
public FacilityLocalType withEmail(String email)
Set the email value.- Parameters:
email- the email value to set- Returns:
- the FacilityLocalType object itself.
-
phone
public String phone()
Get the phone value.- Returns:
- the phone value
-
withPhone
public FacilityLocalType withPhone(String phone)
Set the phone value.- Parameters:
phone- the phone value to set- Returns:
- the FacilityLocalType object itself.
-
fax
public String fax()
Get the fax value.- Returns:
- the fax value
-
withFax
public FacilityLocalType withFax(String fax)
Set the fax value.- Parameters:
fax- the fax value to set- Returns:
- the FacilityLocalType object itself.
-
-