com.ibm.uddi.datatypes
Class Email

java.lang.Object
  extended bycom.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

Field Summary
static java.lang.String JAVA_COPYRIGHT
          Deprecated.  
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JAVA_COPYRIGHT

public static final java.lang.String JAVA_COPYRIGHT
Deprecated. 
See Also:
Constant Field Values
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.