@Immutable public class PersonPojo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PersonPojo.Builder
A builder for this class
|
| Constructor and Description |
|---|
PersonPojo(String sID,
String sIDSchemeID,
String sFamilyName,
String sGivenName,
String sGenderCode,
String sBirthName,
LocalDate aBirthDate,
String sBirthTown,
AddressPojo aAddress) |
| Modifier and Type | Method and Description |
|---|---|
static PersonPojo.Builder |
builder() |
static PersonPojo.Builder |
builder(CorePersonType a) |
boolean |
equals(Object o) |
AddressPojo |
getAddress() |
CorePersonType |
getAsCorePerson() |
LocalDate |
getBirthDate() |
String |
getBirthName() |
String |
getBirthTown() |
String |
getFamilyName() |
String |
getGenderCode() |
String |
getGivenName() |
String |
getID() |
String |
getIDSchemeID() |
int |
hashCode() |
String |
toString() |
@Nullable public final AddressPojo getAddress()
@Nonnull public CorePersonType getAsCorePerson()
@Nonnull public static PersonPojo.Builder builder()
@Nonnull public static PersonPojo.Builder builder(@Nullable CorePersonType a)
Copyright © 2020 toop.eu. All rights reserved.