|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.registry.uddi.infomodel.EmailAddressImpl
public class EmailAddressImpl
Implementation of EmailAddress interface
User,
Serialized Form| Constructor Summary | |
|---|---|
EmailAddressImpl()
Default constructor |
|
EmailAddressImpl(String address)
Utility constructor |
|
EmailAddressImpl(String address,
String type)
Utility constructor |
|
| Method Summary | |
|---|---|
String |
getAddress()
Returns the email address for this object. |
String |
getType()
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmailAddressImpl()
public EmailAddressImpl(String address)
public EmailAddressImpl(String address,
String type)
| Method Detail |
|---|
public String getAddress()
throws JAXRException
getAddress in interface EmailAddressJAXRException - If the JAXR provider encounters an internal error
public void setAddress(String address)
throws JAXRException
setAddress in interface EmailAddressaddress - the actual email address (e.g. john.doe@acme.com)
JAXRException - If the JAXR provider encounters an internal error
public String getType()
throws JAXRException
getType in interface EmailAddressJAXRException - If the JAXR provider encounters an internal error
public void setType(String type)
throws JAXRException
setType in interface EmailAddresstype - the usage type for this object which is an arbitrary value (e.g. "Home" or "Office")
JAXRException - If the JAXR provider encounters an internal error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||