|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PersonName
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 |
---|
String getLastName() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorvoid setLastName(String lastName) throws JAXRException
lastName
- the person's last name
JAXRException
- If the JAXR provider encounters an internal errorString getFirstName() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorvoid setFirstName(String firstName) throws JAXRException
firstName
- the person's first name
JAXRException
- If the JAXR provider encounters an internal errorString getMiddleName() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorvoid setMiddleName(String middleName) throws JAXRException
middleName
- the person's middle name
JAXRException
- If the JAXR provider encounters an internal errorString getFullName() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorvoid setFullName(String fullName) throws JAXRException
fullName
- the person's full name
JAXRException
- If the JAXR provider encounters an internal error
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.