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