|
SunONE Application Server v8.0 PE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a person's name.
Method Summary | |
java.lang.String |
getFirstName()
Gets the first name for this Person. |
java.lang.String |
getFullName()
Gets the fully formatted name for this person. |
java.lang.String |
getLastName()
Gets the last name (surname) for this Person. |
java.lang.String |
getMiddleName()
Gets 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 errorpublic void setLastName(java.lang.String lastName) throws JAXRException
lastName
- the person's last name
JAXRException
- If the JAXR provider encounters an internal errorpublic java.lang.String getFirstName() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorpublic void setFirstName(java.lang.String firstName) throws JAXRException
firstName
- the person's first name
JAXRException
- If the JAXR provider encounters an internal errorpublic java.lang.String getMiddleName() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorpublic void setMiddleName(java.lang.String middleName) throws JAXRException
middleName
- the person's middle name
JAXRException
- If the JAXR provider encounters an internal errorpublic java.lang.String getFullName() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorpublic void setFullName(java.lang.String fullName) throws JAXRException
fullName
- the person's full name
JAXRException
- If the JAXR provider encounters an internal error
|
SunONE Application Server v8.0 PE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2003 Sun Microsystems, Inc. All rights reserved.