Class RegistrationType


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

      • RegistrationType

        public RegistrationType()
    • Method Detail

      • organisationFIFAId

        public String organisationFIFAId()
        Get the worldwide unique FIFA id of the club or organisation the person is registered for.
        Returns:
        the organisationFIFAId value
      • withOrganisationFIFAId

        public RegistrationType withOrganisationFIFAId​(String organisationFIFAId)
        Set the worldwide unique FIFA id of the club or organisation the person is registered for.
        Parameters:
        organisationFIFAId - the organisationFIFAId value to set
        Returns:
        the RegistrationType object itself.
      • status

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

        public RegistrationType withStatus​(String status)
        Set the status of the registration. Possible values include: 'active', 'inactive', 'pending'.
        Parameters:
        status - the status value to set
        Returns:
        the RegistrationType object itself.
      • systemId

        public String systemId()
        Get the identifier of the system to which the registration belongs.
        Returns:
        the systemId value
      • withSystemId

        public RegistrationType withSystemId​(String systemId)
        Set the identifier of the system to which the registration belongs.
        Parameters:
        systemId - the systemId value to set
        Returns:
        the RegistrationType object itself.