public class PersonName extends Object
| Constructor and Description |
|---|
PersonName(String value)
Simple constructor that does not initialize the nameType.
|
PersonName(String value,
NameType type) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getLang()
Retrieves the IETF language tag.
|
NameType |
getType()
Retrieves the type of name.
|
String |
getValue()
Retrieves the free text full name of the person or entity.
|
int |
hashCode() |
void |
setLang(String lang)
Sets the IETF language tag.
|
String |
toString() |
public PersonName(String value)
value - the free text full name of the person or entitypublic String getValue()
public NameType getType()
public String getLang()
public void setLang(String lang)
lang - the IETF language tagprotected boolean canEqual(Object other)
Copyright © 2017–2019. All rights reserved.