com.softwareag.centrasite.appl.framework.beans.standard.impl
Class EmailAddressImpl

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.beans.standard.impl.EmailAddressImpl
All Implemented Interfaces:
EmailAddress

public class EmailAddressImpl
extends java.lang.Object
implements EmailAddress


Constructor Summary
EmailAddressImpl(javax.xml.registry.infomodel.EmailAddress jaxrEmailaddress)
          Constructor
 
Method Summary
 java.lang.String getAddress()
          Returns the email address for this object.
 javax.xml.registry.infomodel.EmailAddress getJAXREmailAddress()
          Get the the javax.xml.registry.infomodel.EmailAddress instance wrapped by this object
 java.lang.String getType()
          Gets the type for this object.
 void setAddress(java.lang.String address)
          Sets the email address for this object.
 void setType(java.lang.String type)
          Sets the type for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailAddressImpl

public EmailAddressImpl(javax.xml.registry.infomodel.EmailAddress jaxrEmailaddress)
Constructor

Parameters:
jaxrEmailaddress -
Method Detail

getAddress

public java.lang.String getAddress()
                            throws CSAppFrameworkException
Returns the email address for this object.

Specified by:
getAddress in interface EmailAddress
Returns:
String
Throws:
CSAppFrameworkException

getType

public java.lang.String getType()
                         throws CSAppFrameworkException
Gets the type for this object.

Specified by:
getType in interface EmailAddress
Returns:
String
Throws:
CSAppFrameworkException

setAddress

public void setAddress(java.lang.String address)
                throws CSAppFrameworkException
Sets the email address for this object.

Specified by:
setAddress in interface EmailAddress
Parameters:
address -
Throws:
CSAppFrameworkException

setType

public void setType(java.lang.String type)
             throws CSAppFrameworkException
Sets the type for this object.

Specified by:
setType in interface EmailAddress
Parameters:
type -
Throws:
CSAppFrameworkException

getJAXREmailAddress

public javax.xml.registry.infomodel.EmailAddress getJAXREmailAddress()
Get the the javax.xml.registry.infomodel.EmailAddress instance wrapped by this object

Returns:
javax.xml.registry.infomodel.EmailAddress