|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EmailAddress
Represents an email address.
User
Method Summary | |
---|---|
java.lang.String |
getAddress()
Returns the email address for this object. |
java.lang.String |
getType()
Gets the type for this object. |
void |
setAddress(java.lang.String address)
Sets the email address for this object. |
void |
setType(java.lang.String type)
Sets the type for this object. |
Method Detail |
---|
java.lang.String getAddress() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorvoid setAddress(java.lang.String address) throws JAXRException
address
- the actual email address (e.g. john.doe@acme.com)
JAXRException
- If the JAXR provider encounters an internal errorjava.lang.String getType() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorvoid setType(java.lang.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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41