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 PersonName
JAXRException
public void setFullName(String str) throws JAXRException
setFullName
in interface PersonName
JAXRException
public String getFirstName() throws JAXRException
getFirstName
in interface PersonName
JAXRException
public String getLastName() throws JAXRException
getLastName
in interface PersonName
JAXRException
public String getMiddleName() throws JAXRException
getMiddleName
in interface PersonName
JAXRException
public void setFirstName(String str) throws JAXRException
setFirstName
in interface PersonName
JAXRException
public void setLastName(String str) throws JAXRException
setLastName
in interface PersonName
JAXRException
public void setMiddleName(String str) throws JAXRException
setMiddleName
in interface PersonName
JAXRException
Copyright © 2018 JBoss by Red Hat. All rights reserved.