Class PersonRegistrationContextType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.PersonRegistrationContextType
-
public class PersonRegistrationContextType extends Object
The PersonRegistrationContextType model.
-
-
Constructor Summary
Constructors Constructor Description PersonRegistrationContextType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.time.LocalDateregistrationDate()Get the registrationDate value.PersonRegistrationContextTypewithRegistrationDate(org.joda.time.LocalDate registrationDate)Set the registrationDate value.
-
-
-
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.
-
-