public interface EmailAddress
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
String |
getType() |
void |
setAddress(String address) |
void |
setType(String type) |
String getAddress() throws JAXRException
JAXRExceptionString getType() throws JAXRException
JAXRExceptionvoid setAddress(String address) throws JAXRException
JAXRExceptionvoid setType(String type) throws JAXRException
JAXRExceptionCopyright © 2013. All Rights Reserved.