org.apache.ws.scout.registry.infomodel
Class EmailAddressImpl
java.lang.Object
org.apache.ws.scout.registry.infomodel.EmailAddressImpl
- All Implemented Interfaces:
- EmailAddress
public class EmailAddressImpl
- extends Object
- implements EmailAddress
Implements EmailAddress
* Implements JAXR Interface.
For futher details, look into the JAXR API Javadoc.
- Author:
- Anil Saldhana
EmailAddressImpl
public EmailAddressImpl()
EmailAddressImpl
public EmailAddressImpl(String email)
EmailAddressImpl
public EmailAddressImpl(String email,
String type)
getAddress
public String getAddress()
throws JAXRException
- Specified by:
getAddress
in interface EmailAddress
- Throws:
JAXRException
getType
public String getType()
throws JAXRException
- Specified by:
getType
in interface EmailAddress
- Throws:
JAXRException
setAddress
public void setAddress(String str)
throws JAXRException
- Specified by:
setAddress
in interface EmailAddress
- Throws:
JAXRException
setType
public void setType(String str)
throws JAXRException
- Specified by:
setType
in interface EmailAddress
- Throws:
JAXRException
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.