|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents a person's name.
| Method Summary | |
String |
getFirstName()
Gets the first name for this Person. |
String |
getFullName()
Gets the fully formatted name for this person. |
String |
getLastName()
Gets the last name (surname) for this Person. |
String |
getMiddleName()
Gets the middle name for this Person. |
void |
setFirstName(String firstName)
Sets the first name for this Person. |
void |
setFullName(String fullName)
Sets the fully formatted name for this person. |
void |
setLastName(String lastName)
Sets the last name (surname) for this Person. |
void |
setMiddleName(String middleName)
Sets the middle name for this Person. |
| Method Detail |
public String getLastName()
throws JAXRException
JAXRException - If the JAXR provider encounters an internal error
public void setLastName(String lastName)
throws JAXRException
lastName - the person's last name
JAXRException - If the JAXR provider encounters an internal error
public String getFirstName()
throws JAXRException
JAXRException - If the JAXR provider encounters an internal error
public void setFirstName(String firstName)
throws JAXRException
firstName - the person's first name
JAXRException - If the JAXR provider encounters an internal error
public String getMiddleName()
throws JAXRException
JAXRException - If the JAXR provider encounters an internal error
public void setMiddleName(String middleName)
throws JAXRException
middleName - the person's middle name
JAXRException - If the JAXR provider encounters an internal error
public String getFullName()
throws JAXRException
JAXRException - If the JAXR provider encounters an internal error
public void setFullName(String fullName)
throws JAXRException
fullName - the person's full name
JAXRException - If the JAXR provider encounters an internal error
|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved.