|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.registry.uddi.infomodel.PersonNameImpl
public class PersonNameImpl
Implementation of PersonName interface
| Constructor Summary | |
|---|---|
PersonNameImpl()
Default constructor |
|
PersonNameImpl(String fullName)
Utility constructor given the person's name |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PersonNameImpl()
public PersonNameImpl(String fullName)
| Method Detail |
|---|
public String getFullName()
throws JAXRException
getFullName in interface PersonNameJAXRException - If the JAXR provider encounters an internal error
public void setFullName(String fullName)
throws JAXRException
setFullName in interface PersonNamefullName - the person's full name
JAXRException - If the JAXR provider encounters an internal error
public String getFirstName()
throws JAXRException
getFirstName in interface PersonNameJAXRException - If the JAXR provider encounters an internal error
public String getLastName()
throws JAXRException
getLastName in interface PersonNameJAXRException - If the JAXR provider encounters an internal error
public String getMiddleName()
throws JAXRException
getMiddleName in interface PersonNameJAXRException - If the JAXR provider encounters an internal error
public void setFirstName(String firstName)
throws JAXRException
setFirstName in interface PersonNamefirstName - the person's first name
JAXRException - If the JAXR provider encounters an internal error
public void setLastName(String lastName)
throws JAXRException
setLastName in interface PersonNamelastName - the person's last name
JAXRException - If the JAXR provider encounters an internal error
public void setMiddleName(String middleName)
throws JAXRException
setMiddleName in interface PersonNamemiddleName - the person's middle name
JAXRException - If the JAXR provider encounters an internal error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||