Class OrganisationLocalType


  • public class OrganisationLocalType
    extends Object
    The OrganisationLocalType model.
    • Constructor Detail

      • OrganisationLocalType

        public OrganisationLocalType()
        Initializes a new instance of the OrganisationLocalType class.
    • Method Detail

      • organisationFIFAId

        public String organisationFIFAId()
        Get the organisationFIFAId value.
        Returns:
        the organisationFIFAId value
      • withOrganisationFIFAId

        public OrganisationLocalType withOrganisationFIFAId​(String organisationFIFAId)
        Set the organisationFIFAId value.
        Parameters:
        organisationFIFAId - the organisationFIFAId value to set
        Returns:
        the OrganisationLocalType object itself.
      • status

        public String status()
        Get possible values include: 'active', 'inactive', 'pending'.
        Returns:
        the status value
      • withStatus

        public OrganisationLocalType withStatus​(String status)
        Set possible values include: 'active', 'inactive', 'pending'.
        Parameters:
        status - the status value to set
        Returns:
        the OrganisationLocalType object itself.
      • internationalName

        public String internationalName()
        Get the internationalName value.
        Returns:
        the internationalName value
      • withInternationalName

        public OrganisationLocalType withInternationalName​(String internationalName)
        Set the internationalName value.
        Parameters:
        internationalName - the internationalName value to set
        Returns:
        the OrganisationLocalType object itself.
      • internationalShortName

        public String internationalShortName()
        Get the internationalShortName value.
        Returns:
        the internationalShortName value
      • withInternationalShortName

        public OrganisationLocalType withInternationalShortName​(String internationalShortName)
        Set the internationalShortName value.
        Parameters:
        internationalShortName - the internationalShortName value to set
        Returns:
        the OrganisationLocalType object itself.
      • localName

        public String localName()
        Get the localName value.
        Returns:
        the localName value
      • withLocalName

        public OrganisationLocalType withLocalName​(String localName)
        Set the localName value.
        Parameters:
        localName - the localName value to set
        Returns:
        the OrganisationLocalType object itself.
      • localShortName

        public String localShortName()
        Get the localShortName value.
        Returns:
        the localShortName value
      • withLocalShortName

        public OrganisationLocalType withLocalShortName​(String localShortName)
        Set the localShortName value.
        Parameters:
        localShortName - the localShortName value to set
        Returns:
        the OrganisationLocalType object itself.
      • localSystemMAId

        public String localSystemMAId()
        Get the localSystemMAId value.
        Returns:
        the localSystemMAId value
      • withLocalSystemMAId

        public OrganisationLocalType withLocalSystemMAId​(String localSystemMAId)
        Set the localSystemMAId value.
        Parameters:
        localSystemMAId - the localSystemMAId value to set
        Returns:
        the OrganisationLocalType object itself.
      • localLanguage

        public String localLanguage()
        Get the localLanguage value.
        Returns:
        the localLanguage value
      • withLocalLanguage

        public OrganisationLocalType withLocalLanguage​(String localLanguage)
        Set the localLanguage value.
        Parameters:
        localLanguage - the localLanguage value to set
        Returns:
        the OrganisationLocalType object itself.
      • localCountry

        public String localCountry()
        Get the localCountry value.
        Returns:
        the localCountry value
      • withLocalCountry

        public OrganisationLocalType withLocalCountry​(String localCountry)
        Set the localCountry value.
        Parameters:
        localCountry - the localCountry value to set
        Returns:
        the OrganisationLocalType object itself.
      • organisationNature

        public String organisationNature()
        Get possible values include: 'WorldFederation', 'Confederation', 'NationalAssociation', 'RegionalAssociation', 'Club', 'Team', 'School', 'MA Academy', 'Grassroot Programme', 'Private Academy', 'College', 'University', 'Other'.
        Returns:
        the organisationNature value
      • withOrganisationNature

        public OrganisationLocalType withOrganisationNature​(String organisationNature)
        Set possible values include: 'WorldFederation', 'Confederation', 'NationalAssociation', 'RegionalAssociation', 'Club', 'Team', 'School', 'MA Academy', 'Grassroot Programme', 'Private Academy', 'College', 'University', 'Other'.
        Parameters:
        organisationNature - the organisationNature value to set
        Returns:
        the OrganisationLocalType object itself.
      • clubTrainingCategory

        public String clubTrainingCategory()
        Get possible values include: 'Category1', 'Category2', 'Category3', 'Category4'.
        Returns:
        the clubTrainingCategory value
      • withClubTrainingCategory

        public OrganisationLocalType withClubTrainingCategory​(String clubTrainingCategory)
        Set possible values include: 'Category1', 'Category2', 'Category3', 'Category4'.
        Parameters:
        clubTrainingCategory - the clubTrainingCategory value to set
        Returns:
        the OrganisationLocalType object itself.
      • complianceAndPaymentManager

        public ComplianceAndPaymentManagerType complianceAndPaymentManager()
        Get the complianceAndPaymentManager value.
        Returns:
        the complianceAndPaymentManager value
      • withComplianceAndPaymentManager

        public OrganisationLocalType withComplianceAndPaymentManager​(ComplianceAndPaymentManagerType complianceAndPaymentManager)
        Set the complianceAndPaymentManager value.
        Parameters:
        complianceAndPaymentManager - the complianceAndPaymentManager value to set
        Returns:
        the OrganisationLocalType object itself.
      • foundationDate

        public org.joda.time.LocalDate foundationDate()
        Get the foundationDate value.
        Returns:
        the foundationDate value
      • withFoundationDate

        public OrganisationLocalType withFoundationDate​(org.joda.time.LocalDate foundationDate)
        Set the foundationDate value.
        Parameters:
        foundationDate - the foundationDate value to set
        Returns:
        the OrganisationLocalType object itself.
      • dissolutionDate

        public org.joda.time.LocalDate dissolutionDate()
        Get the dissolutionDate value.
        Returns:
        the dissolutionDate value
      • withDissolutionDate

        public OrganisationLocalType withDissolutionDate​(org.joda.time.LocalDate dissolutionDate)
        Set the dissolutionDate value.
        Parameters:
        dissolutionDate - the dissolutionDate value to set
        Returns:
        the OrganisationLocalType object itself.
      • parentOrganisationFIFAId

        public String parentOrganisationFIFAId()
        Get the parentOrganisationFIFAId value.
        Returns:
        the parentOrganisationFIFAId value
      • withParentOrganisationFIFAId

        public OrganisationLocalType withParentOrganisationFIFAId​(String parentOrganisationFIFAId)
        Set the parentOrganisationFIFAId value.
        Parameters:
        parentOrganisationFIFAId - the parentOrganisationFIFAId value to set
        Returns:
        the OrganisationLocalType object itself.
      • nationalIdentifier

        public List<NationalIdentifierType> nationalIdentifier()
        Get the nationalIdentifier value.
        Returns:
        the nationalIdentifier value
      • withNationalIdentifier

        public OrganisationLocalType withNationalIdentifier​(List<NationalIdentifierType> nationalIdentifier)
        Set the nationalIdentifier value.
        Parameters:
        nationalIdentifier - the nationalIdentifier value to set
        Returns:
        the OrganisationLocalType object itself.
      • localOrganisationName

        public List<LocalNameType> localOrganisationName()
        Get the localOrganisationName value.
        Returns:
        the localOrganisationName value
      • withLocalOrganisationName

        public OrganisationLocalType withLocalOrganisationName​(List<LocalNameType> localOrganisationName)
        Set the localOrganisationName value.
        Parameters:
        localOrganisationName - the localOrganisationName value to set
        Returns:
        the OrganisationLocalType object itself.
      • supportedDiscipline

        public List<SupportedDisciplineType> supportedDiscipline()
        Get the supportedDiscipline value.
        Returns:
        the supportedDiscipline value
      • withSupportedDiscipline

        public OrganisationLocalType withSupportedDiscipline​(List<SupportedDisciplineType> supportedDiscipline)
        Set the supportedDiscipline value.
        Parameters:
        supportedDiscipline - the supportedDiscipline value to set
        Returns:
        the OrganisationLocalType object itself.
      • officialAddress

        public AddressType officialAddress()
        Get the officialAddress value.
        Returns:
        the officialAddress value
      • withOfficialAddress

        public OrganisationLocalType withOfficialAddress​(AddressType officialAddress)
        Set the officialAddress value.
        Parameters:
        officialAddress - the officialAddress value to set
        Returns:
        the OrganisationLocalType object itself.
      • webAddress

        public String webAddress()
        Get the webAddress value.
        Returns:
        the webAddress value
      • withWebAddress

        public OrganisationLocalType withWebAddress​(String webAddress)
        Set the webAddress value.
        Parameters:
        webAddress - the webAddress value to set
        Returns:
        the OrganisationLocalType object itself.
      • email

        public String email()
        Get the email value.
        Returns:
        the email value
      • withEmail

        public OrganisationLocalType withEmail​(String email)
        Set the email value.
        Parameters:
        email - the email value to set
        Returns:
        the OrganisationLocalType object itself.
      • phone

        public String phone()
        Get the phone value.
        Returns:
        the phone value
      • withPhone

        public OrganisationLocalType withPhone​(String phone)
        Set the phone value.
        Parameters:
        phone - the phone value to set
        Returns:
        the OrganisationLocalType object itself.
      • fax

        public String fax()
        Get the fax value.
        Returns:
        the fax value
      • withFax

        public OrganisationLocalType withFax​(String fax)
        Set the fax value.
        Parameters:
        fax - the fax value to set
        Returns:
        the OrganisationLocalType object itself.
      • logo

        public PictureType logo()
        Get the logo value.
        Returns:
        the logo value
      • withLogo

        public OrganisationLocalType withLogo​(PictureType logo)
        Set the logo value.
        Parameters:
        logo - the logo value to set
        Returns:
        the OrganisationLocalType object itself.