public class PersonNameImpl extends Object implements PersonName
| Constructor and Description |
|---|
PersonNameImpl()
Creates a new instance of PersonNameImpl
|
PersonNameImpl(String fullname) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFirstName() |
String |
getFullName() |
String |
getLastName() |
String |
getMiddleName() |
void |
setFirstName(String str) |
void |
setFullName(String str) |
void |
setLastName(String str) |
void |
setMiddleName(String str) |
public PersonNameImpl()
public PersonNameImpl(String fullname)
public String getFullName() throws JAXRException
getFullName in interface PersonNameJAXRExceptionpublic void setFullName(String str) throws JAXRException
setFullName in interface PersonNameJAXRExceptionpublic String getFirstName() throws JAXRException
getFirstName in interface PersonNameJAXRExceptionpublic String getLastName() throws JAXRException
getLastName in interface PersonNameJAXRExceptionpublic String getMiddleName() throws JAXRException
getMiddleName in interface PersonNameJAXRExceptionpublic void setFirstName(String str) throws JAXRException
setFirstName in interface PersonNameJAXRExceptionpublic void setLastName(String str) throws JAXRException
setLastName in interface PersonNameJAXRExceptionpublic void setMiddleName(String str) throws JAXRException
setMiddleName in interface PersonNameJAXRExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.