Class UpdateRegistrationsRequestType


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

      • UpdateRegistrationsRequestType

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

      • personId

        public String personId()
        Get fIFA Unique Identifier.
        Returns:
        the personId value
      • withPersonId

        public UpdateRegistrationsRequestType withPersonId​(String personId)
        Set fIFA Unique Identifier.
        Parameters:
        personId - the personId value to set
        Returns:
        the UpdateRegistrationsRequestType object itself.
      • oldRegistrations

        public PersonRegistrationsType oldRegistrations()
        Get old registrations to be updated.
        Returns:
        the oldRegistrations value
      • withOldRegistrations

        public UpdateRegistrationsRequestType withOldRegistrations​(PersonRegistrationsType oldRegistrations)
        Set old registrations to be updated.
        Parameters:
        oldRegistrations - the oldRegistrations value to set
        Returns:
        the UpdateRegistrationsRequestType object itself.
      • newRegistrations

        public PersonRegistrationsType newRegistrations()
        Get new registrations that will replace the old ones.
        Returns:
        the newRegistrations value
      • withNewRegistrations

        public UpdateRegistrationsRequestType withNewRegistrations​(PersonRegistrationsType newRegistrations)
        Set new registrations that will replace the old ones.
        Parameters:
        newRegistrations - the newRegistrations value to set
        Returns:
        the UpdateRegistrationsRequestType object itself.