public class PersonNameImpl extends Object implements PersonName, Serializable
| Constructor and Description |
|---|
PersonNameImpl()
Default constructor
|
PersonNameImpl(String fullName)
Utility constructor given the person's name
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFirstName()
Level 1 method
|
String |
getFullName()
The fully formatted name for this Person.
|
String |
getLastName()
Level 1 method
|
String |
getMiddleName()
Level 1 method
|
void |
setFirstName(String firstName)
Level 1 method
|
void |
setFullName(String fullName)
Sets the fully formatted name for this Person.
|
void |
setLastName(String lastName)
Level 1 method
|
void |
setMiddleName(String middleName)
Level 1 method
|
public PersonNameImpl()
public PersonNameImpl(String fullName)
public String getFullName() throws JAXRException
getFullName in interface PersonNameJAXRException - If the JAXR provider encounters an internal errorpublic void setFullName(String fullName) throws JAXRException
setFullName in interface PersonNamefullName - the person's full nameJAXRException - If the JAXR provider encounters an internal errorpublic String getFirstName() throws JAXRException
getFirstName in interface PersonNameJAXRException - If the JAXR provider encounters an internal errorpublic String getLastName() throws JAXRException
getLastName in interface PersonNameJAXRException - If the JAXR provider encounters an internal errorpublic String getMiddleName() throws JAXRException
getMiddleName in interface PersonNameJAXRException - If the JAXR provider encounters an internal errorpublic void setFirstName(String firstName) throws JAXRException
setFirstName in interface PersonNamefirstName - the person's first nameJAXRException - If the JAXR provider encounters an internal errorpublic void setLastName(String lastName) throws JAXRException
setLastName in interface PersonNamelastName - the person's last nameJAXRException - If the JAXR provider encounters an internal errorpublic void setMiddleName(String middleName) throws JAXRException
setMiddleName in interface PersonNamemiddleName - the person's middle nameJAXRException - If the JAXR provider encounters an internal errorCopyright © 2005–2017 Oracle Corporation. All rights reserved.