public interface EmailAddress
User| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
String getAddress() throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorvoid setAddress(String address) throws JAXRException
address - the actual email address (e.g. john.doe@acme.com)JAXRException - If the JAXR provider encounters an internal errorString getType() throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorvoid 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 errorCopyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.