|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents an email address.
User
Method Summary | |
String |
getAddress()
Returns the email address for this object. |
String |
getType()
Gets the type for this object. |
void |
setAddress(String address)
Sets the email address for this object. |
void |
setType(String type)
Sets the type for this object. |
Method Detail |
public String getAddress() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorpublic void setAddress(String address) throws JAXRException
address
- the actual email address (e.g. john.doe@acme.com)
JAXRException
- If the JAXR provider encounters an internal errorpublic String getType() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorpublic void setType(String type) throws JAXRException
type
- the usage type for this object which is an arbitrary value (e.g. "Home" or "Office")
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.