|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Represents a person's name.
| Method Summary | |
java.lang.String |
getFirstName()
The first name for this Person. |
java.lang.String |
getFullName()
The fully formatted name for this person. |
java.lang.String |
getLastName()
The last name (surname) for this Person. |
java.lang.String |
getMiddleName()
The middle name for this Person. |
void |
setFirstName(java.lang.String firstName)
Sets the first name for this Person. |
void |
setFullName(java.lang.String fullName)
Sets the fully formatted name for this person |
void |
setLastName(java.lang.String lastName)
Sets the last name (surname) for this Person. |
void |
setMiddleName(java.lang.String middleName)
Sets the middle name for this Person. |
| Method Detail |
public java.lang.String getLastName()
throws JAXRException
JAXRException - If the JAXR provider encounters an internal error
public void setLastName(java.lang.String lastName)
throws JAXRException
lastName - the person's last nameJAXRException - If the JAXR provider encounters an internal error
public java.lang.String getFirstName()
throws JAXRException
JAXRException - If the JAXR provider encounters an internal error
public void setFirstName(java.lang.String firstName)
throws JAXRException
firstName - the person's first nameJAXRException - If the JAXR provider encounters an internal error
public java.lang.String getMiddleName()
throws JAXRException
JAXRException - If the JAXR provider encounters an internal error
public void setMiddleName(java.lang.String middleName)
throws JAXRException
middleName - the person's middle nameJAXRException - If the JAXR provider encounters an internal error
public java.lang.String getFullName()
throws JAXRException
JAXRException - If the JAXR provider encounters an internal error
public void setFullName(java.lang.String fullName)
throws JAXRException
fullName - the person's full nameJAXRException - If the JAXR provider encounters an internal error
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||