Class AddRegistrationsRequestType


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

      • AddRegistrationsRequestType

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

      • personId

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

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

        public PersonRegistrationsType registrations()
        Get the registrations value.
        Returns:
        the registrations value
      • withRegistrations

        public AddRegistrationsRequestType withRegistrations​(PersonRegistrationsType registrations)
        Set the registrations value.
        Parameters:
        registrations - the registrations value to set
        Returns:
        the AddRegistrationsRequestType object itself.