public class EmailAddressImpl extends Object implements javax.xml.registry.infomodel.EmailAddress
| Constructor and Description |
|---|
EmailAddressImpl() |
EmailAddressImpl(String email) |
EmailAddressImpl(String email,
String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAddress() |
String |
getType() |
int |
hashCode() |
void |
setAddress(String str) |
void |
setType(String str) |
String |
toString() |
public EmailAddressImpl()
public EmailAddressImpl(String email)
public String getAddress() throws javax.xml.registry.JAXRException
getAddress in interface javax.xml.registry.infomodel.EmailAddressjavax.xml.registry.JAXRExceptionpublic String getType() throws javax.xml.registry.JAXRException
getType in interface javax.xml.registry.infomodel.EmailAddressjavax.xml.registry.JAXRExceptionpublic void setAddress(String str) throws javax.xml.registry.JAXRException
setAddress in interface javax.xml.registry.infomodel.EmailAddressjavax.xml.registry.JAXRExceptionpublic void setType(String str) throws javax.xml.registry.JAXRException
setType in interface javax.xml.registry.infomodel.EmailAddressjavax.xml.registry.JAXRExceptionCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.