public class PersonName extends Object
| Constructor and Description |
|---|
PersonName(String value)
Simple constructor that does not initialize the nameType.
|
PersonName(String value,
NameType nameType)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
NameType |
getNameType()
Returns the type of name.
|
String |
getValue()
Returns the free text full name of the person or entity.
|
void |
setNameType(NameType nameType)
Changes the type of name.
|
void |
setValue(String value)
Changes the free text full name of the person or entity.
|
public PersonName(String value)
value - the free text full name of the person or entitypublic String getValue()
public void setValue(String value)
value - the free text full name of the person or entitypublic NameType getNameType()
public void setNameType(NameType nameType)
nameType - the type of nameCopyright © 2017–2018. All rights reserved.