Class NationalIdentifierType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.NationalIdentifierType
-
public class NationalIdentifierType extends Object
The NationalIdentifierType model.
-
-
Constructor Summary
Constructors Constructor Description NationalIdentifierType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcountry()Get the country value.org.joda.time.LocalDatedateFrom()Get the dateFrom value.org.joda.time.LocalDatedateTo()Get the dateTo value.Stringdescription()Get the description value.Stringidentifier()Get the identifier value.StringnationalIdentifierNature()Get possible values include: 'PassportNumber', 'SocialSecurityNumber', 'BirthCertificate', 'TaxID', 'PersonalID', 'NationalSystemID', 'ContinentalSystemID'.NationalIdentifierTypewithCountry(String country)Set the country value.NationalIdentifierTypewithDateFrom(org.joda.time.LocalDate dateFrom)Set the dateFrom value.NationalIdentifierTypewithDateTo(org.joda.time.LocalDate dateTo)Set the dateTo value.NationalIdentifierTypewithDescription(String description)Set the description value.NationalIdentifierTypewithIdentifier(String identifier)Set the identifier value.NationalIdentifierTypewithNationalIdentifierNature(String nationalIdentifierNature)Set possible values include: 'PassportNumber', 'SocialSecurityNumber', 'BirthCertificate', 'TaxID', 'PersonalID', 'NationalSystemID', 'ContinentalSystemID'.
-
-
-
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.
-
-