public class PKPersonNameComponents extends Object implements Cloneable, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
familyName |
protected String |
givenName |
protected String |
middleName |
protected String |
namePrefix |
protected String |
nameSuffix |
protected String |
nickname |
protected PKPersonNameComponents |
phoneticRepresentation |
| Constructor and Description |
|---|
PKPersonNameComponents() |
| Modifier and Type | Method and Description |
|---|---|
static PKPersonNameComponentsBuilder |
builder() |
static PKPersonNameComponentsBuilder |
builder(PKPersonNameComponents seat) |
protected PKPersonNameComponents |
clone() |
String |
getFamilyName() |
String |
getGivenName() |
String |
getMiddleName() |
String |
getNamePrefix() |
String |
getNameSuffix() |
String |
getNickname() |
PKPersonNameComponents |
getPhoneticRepresentation() |
String |
toString() |
protected String givenName
protected String middleName
protected String familyName
protected String namePrefix
protected String nameSuffix
protected String nickname
protected PKPersonNameComponents phoneticRepresentation
public String getFamilyName()
public String getGivenName()
public String getMiddleName()
public String getNamePrefix()
public String getNameSuffix()
public String getNickname()
public PKPersonNameComponents getPhoneticRepresentation()
protected PKPersonNameComponents clone()
public static PKPersonNameComponentsBuilder builder()
public static PKPersonNameComponentsBuilder builder(PKPersonNameComponents seat)
Copyright © 2012–2022. All rights reserved.