IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.datatypes
Class Email

java.lang.Object
  extended by com.ibm.uddi.datatypes.Email
All Implemented Interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.

public class Email
extends java.lang.Object
implements java.io.Serializable

Corresponds to UDDI v2.0 'email' element.

See Also:
Serialized Form

Constructor Summary
Email()
          Deprecated.  
 
Method Summary
 java.lang.String getEmailText()
          Deprecated. Returns the email address text of the Email.
 java.lang.String getUseType()
          Deprecated. Returns the useType of this Email.
 void setEmailText(java.lang.String emailText)
          Deprecated. Sets the email address text of the Email.
 void setUseType(java.lang.String useType)
          Deprecated. Sets the useType of this Email.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Email

public Email()
Deprecated. 
Method Detail

getEmailText

public java.lang.String getEmailText()
Deprecated. 
Returns the email address text of the Email.

Returns:
the email address text of the Email.

setEmailText

public void setEmailText(java.lang.String emailText)
Deprecated. 
Sets the email address text of the Email.

Parameters:
emailText - the email address text of the Email.

getUseType

public java.lang.String getUseType()
Deprecated. 
Returns the useType of this Email.

Returns:
the useType of this Email.

setUseType

public void setUseType(java.lang.String useType)
Deprecated. 
Sets the useType of this Email.

Parameters:
useType - the useType of this Email.

IBM WebSphere Application ServerTM
Release 8