Class EmailAddressImpl
- java.lang.Object
-
- com.sun.xml.registry.uddi.infomodel.EmailAddressImpl
-
- All Implemented Interfaces:
Serializable,javax.xml.registry.infomodel.EmailAddress
public class EmailAddressImpl extends Object implements javax.xml.registry.infomodel.EmailAddress, Serializable
Implementation of EmailAddress interface- Author:
- Farrukh S. Najmi
- See Also:
User, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmailAddressImpl()Default constructorEmailAddressImpl(String address)Utility constructorEmailAddressImpl(String address, String type)Utility constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()Returns the email address for this object.StringgetType()The type for this object.voidsetAddress(String address)Sets the email address for this object.voidsetType(String type)Sets the type for this object.
-
-
-
Method Detail
-
getAddress
public String getAddress() throws javax.xml.registry.JAXRException
Returns the email address for this object.- Specified by:
getAddressin interfacejavax.xml.registry.infomodel.EmailAddress- Throws:
javax.xml.registry.JAXRException
-
setAddress
public void setAddress(String address) throws javax.xml.registry.JAXRException
Sets the email address for this object.- Specified by:
setAddressin interfacejavax.xml.registry.infomodel.EmailAddress- Throws:
javax.xml.registry.JAXRException
-
getType
public String getType() throws javax.xml.registry.JAXRException
The type for this object.- Specified by:
getTypein interfacejavax.xml.registry.infomodel.EmailAddress- Throws:
javax.xml.registry.JAXRException
-
setType
public void setType(String type) throws javax.xml.registry.JAXRException
Sets the type for this object.- Specified by:
setTypein interfacejavax.xml.registry.infomodel.EmailAddress- Throws:
javax.xml.registry.JAXRException
-
-