Class PersonalData


  • public class PersonalData
    extends Object
    PersonalData
    • Constructor Detail

      • PersonalData

        public PersonalData()
    • Method Detail

      • getDateOfBirth

        public String getDateOfBirth()
        The date of birth of the person. The date should be in ISO-8601 format yyyy-mm-dd (e.g. 2000-01-31).
        Returns:
        dateOfBirth
      • setDateOfBirth

        public void setDateOfBirth​(String dateOfBirth)
      • getDocumentData

        public List<PersonalDocumentData> getDocumentData()
        Key value pairs of document type and identify numbers
        Returns:
        documentData
      • getNationality

        public String getNationality()
        The nationality of the person represented by a two-character country code. >The permitted country codes are defined in ISO-3166-1 alpha-2 (e.g. 'NL').
        Returns:
        nationality
      • setNationality

        public void setNationality​(String nationality)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object