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
JAXRException
java.lang.String getType() throws JAXRException
JAXRException
void setAddress(java.lang.String address) throws JAXRException
JAXRException
void setType(java.lang.String type) throws JAXRException
JAXRException
Copyright © 2004-2013 Apache Web Services. All Rights Reserved.