Class FindFacilitiesRequestType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.FindFacilitiesRequestType
-
public class FindFacilitiesRequestType extends Object
The FindFacilitiesRequestType model.
-
-
Constructor Summary
Constructors Constructor Description FindFacilitiesRequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringinternationalName()Get the internationalName value.StringinternationalShortName()Get the internationalShortName value.StringlocalName()Get the localName value.StringlocalShortName()Get the localShortName value.org.joda.time.DateTimemodifiedFromDateTime()Get the modifiedFromDateTime value.org.joda.time.DateTimemodifiedToDateTime()Get the modifiedToDateTime value.IntegernumberOfResults()Get the numberOfResults value.SearchAddressTypeofficialAddress()Get the officialAddress value.StringorganisationFIFAId()Get the organisationFIFAId value.StringparentFacilityFIFAId()Get the parentFacilityFIFAId value.FindFacilitiesRequestTypewithInternationalName(String internationalName)Set the internationalName value.FindFacilitiesRequestTypewithInternationalShortName(String internationalShortName)Set the internationalShortName value.FindFacilitiesRequestTypewithLocalName(String localName)Set the localName value.FindFacilitiesRequestTypewithLocalShortName(String localShortName)Set the localShortName value.FindFacilitiesRequestTypewithModifiedFromDateTime(org.joda.time.DateTime modifiedFromDateTime)Set the modifiedFromDateTime value.FindFacilitiesRequestTypewithModifiedToDateTime(org.joda.time.DateTime modifiedToDateTime)Set the modifiedToDateTime value.FindFacilitiesRequestTypewithNumberOfResults(Integer numberOfResults)Set the numberOfResults value.FindFacilitiesRequestTypewithOfficialAddress(SearchAddressType officialAddress)Set the officialAddress value.FindFacilitiesRequestTypewithOrganisationFIFAId(String organisationFIFAId)Set the organisationFIFAId value.FindFacilitiesRequestTypewithParentFacilityFIFAId(String parentFacilityFIFAId)Set the parentFacilityFIFAId value.
-
-
-
Method Detail
-
internationalName
public String internationalName()
Get the internationalName value.- Returns:
- the internationalName value
-
withInternationalName
public FindFacilitiesRequestType withInternationalName(String internationalName)
Set the internationalName value.- Parameters:
internationalName- the internationalName value to set- Returns:
- the FindFacilitiesRequestType object itself.
-
internationalShortName
public String internationalShortName()
Get the internationalShortName value.- Returns:
- the internationalShortName value
-
withInternationalShortName
public FindFacilitiesRequestType withInternationalShortName(String internationalShortName)
Set the internationalShortName value.- Parameters:
internationalShortName- the internationalShortName value to set- Returns:
- the FindFacilitiesRequestType object itself.
-
localName
public String localName()
Get the localName value.- Returns:
- the localName value
-
withLocalName
public FindFacilitiesRequestType withLocalName(String localName)
Set the localName value.- Parameters:
localName- the localName value to set- Returns:
- the FindFacilitiesRequestType object itself.
-
localShortName
public String localShortName()
Get the localShortName value.- Returns:
- the localShortName value
-
withLocalShortName
public FindFacilitiesRequestType withLocalShortName(String localShortName)
Set the localShortName value.- Parameters:
localShortName- the localShortName value to set- Returns:
- the FindFacilitiesRequestType object itself.
-
parentFacilityFIFAId
public String parentFacilityFIFAId()
Get the parentFacilityFIFAId value.- Returns:
- the parentFacilityFIFAId value
-
withParentFacilityFIFAId
public FindFacilitiesRequestType withParentFacilityFIFAId(String parentFacilityFIFAId)
Set the parentFacilityFIFAId value.- Parameters:
parentFacilityFIFAId- the parentFacilityFIFAId value to set- Returns:
- the FindFacilitiesRequestType object itself.
-
organisationFIFAId
public String organisationFIFAId()
Get the organisationFIFAId value.- Returns:
- the organisationFIFAId value
-
withOrganisationFIFAId
public FindFacilitiesRequestType withOrganisationFIFAId(String organisationFIFAId)
Set the organisationFIFAId value.- Parameters:
organisationFIFAId- the organisationFIFAId value to set- Returns:
- the FindFacilitiesRequestType object itself.
-
officialAddress
public SearchAddressType officialAddress()
Get the officialAddress value.- Returns:
- the officialAddress value
-
withOfficialAddress
public FindFacilitiesRequestType withOfficialAddress(SearchAddressType officialAddress)
Set the officialAddress value.- Parameters:
officialAddress- the officialAddress value to set- Returns:
- the FindFacilitiesRequestType object itself.
-
numberOfResults
public Integer numberOfResults()
Get the numberOfResults value.- Returns:
- the numberOfResults value
-
withNumberOfResults
public FindFacilitiesRequestType withNumberOfResults(Integer numberOfResults)
Set the numberOfResults value.- Parameters:
numberOfResults- the numberOfResults value to set- Returns:
- the FindFacilitiesRequestType object itself.
-
modifiedFromDateTime
public org.joda.time.DateTime modifiedFromDateTime()
Get the modifiedFromDateTime value.- Returns:
- the modifiedFromDateTime value
-
withModifiedFromDateTime
public FindFacilitiesRequestType withModifiedFromDateTime(org.joda.time.DateTime modifiedFromDateTime)
Set the modifiedFromDateTime value.- Parameters:
modifiedFromDateTime- the modifiedFromDateTime value to set- Returns:
- the FindFacilitiesRequestType object itself.
-
modifiedToDateTime
public org.joda.time.DateTime modifiedToDateTime()
Get the modifiedToDateTime value.- Returns:
- the modifiedToDateTime value
-
withModifiedToDateTime
public FindFacilitiesRequestType withModifiedToDateTime(org.joda.time.DateTime modifiedToDateTime)
Set the modifiedToDateTime value.- Parameters:
modifiedToDateTime- the modifiedToDateTime value to set- Returns:
- the FindFacilitiesRequestType object itself.
-
-