Class NationalIdentifierType


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

      • NationalIdentifierType

        public NationalIdentifierType()
    • Method Detail

      • identifier

        public String identifier()
        Get the identifier value.
        Returns:
        the identifier value
      • withIdentifier

        public NationalIdentifierType withIdentifier​(String identifier)
        Set the identifier value.
        Parameters:
        identifier - the identifier value to set
        Returns:
        the NationalIdentifierType object itself.
      • nationalIdentifierNature

        public String nationalIdentifierNature()
        Get possible values include: 'PassportNumber', 'SocialSecurityNumber', 'BirthCertificate', 'TaxID', 'PersonalID', 'NationalSystemID', 'ContinentalSystemID'.
        Returns:
        the nationalIdentifierNature value
      • withNationalIdentifierNature

        public NationalIdentifierType withNationalIdentifierNature​(String nationalIdentifierNature)
        Set possible values include: 'PassportNumber', 'SocialSecurityNumber', 'BirthCertificate', 'TaxID', 'PersonalID', 'NationalSystemID', 'ContinentalSystemID'.
        Parameters:
        nationalIdentifierNature - the nationalIdentifierNature value to set
        Returns:
        the NationalIdentifierType object itself.
      • country

        public String country()
        Get the country value.
        Returns:
        the country value
      • withCountry

        public NationalIdentifierType withCountry​(String country)
        Set the country value.
        Parameters:
        country - the country value to set
        Returns:
        the NationalIdentifierType object itself.
      • dateFrom

        public org.joda.time.LocalDate dateFrom()
        Get the dateFrom value.
        Returns:
        the dateFrom value
      • withDateFrom

        public NationalIdentifierType withDateFrom​(org.joda.time.LocalDate dateFrom)
        Set the dateFrom value.
        Parameters:
        dateFrom - the dateFrom value to set
        Returns:
        the NationalIdentifierType object itself.
      • dateTo

        public org.joda.time.LocalDate dateTo()
        Get the dateTo value.
        Returns:
        the dateTo value
      • withDateTo

        public NationalIdentifierType withDateTo​(org.joda.time.LocalDate dateTo)
        Set the dateTo value.
        Parameters:
        dateTo - the dateTo value to set
        Returns:
        the NationalIdentifierType object itself.
      • description

        public String description()
        Get the description value.
        Returns:
        the description value
      • withDescription

        public NationalIdentifierType withDescription​(String description)
        Set the description value.
        Parameters:
        description - the description value to set
        Returns:
        the NationalIdentifierType object itself.