Class PersonDeactivateType


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

      • PersonDeactivateType

        public PersonDeactivateType()
    • Method Detail

      • personId

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

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

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

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