Class PersonRegistrationContextType


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

      • PersonRegistrationContextType

        public PersonRegistrationContextType()
    • Method Detail

      • registrationDate

        public org.joda.time.LocalDate registrationDate()
        Get the registrationDate value.
        Returns:
        the registrationDate value
      • withRegistrationDate

        public PersonRegistrationContextType withRegistrationDate​(org.joda.time.LocalDate registrationDate)
        Set the registrationDate value.
        Parameters:
        registrationDate - the registrationDate value to set
        Returns:
        the PersonRegistrationContextType object itself.