public interface EmailAddress
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress() |
java.lang.String |
getType() |
void |
setAddress(java.lang.String address) |
void |
setType(java.lang.String type) |
java.lang.String getAddress()
throws JAXRException
JAXRExceptionjava.lang.String getType()
throws JAXRException
JAXRExceptionvoid setAddress(java.lang.String address)
throws JAXRException
JAXRExceptionvoid setType(java.lang.String type)
throws JAXRException
JAXRException