com.ibm.uddi.datatypes

Class Email

  1. java.lang.Object
  2. extended bycom.ibm.uddi.datatypes.Email
All implemented interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.
  1. public class Email
  2. extends java.lang.Object
  3. implements java.io.Serializable
Corresponds to UDDI v2.0 'email' element.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
Email()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getEmailText()
Deprecated. Returns the email address text of the Email.
  1. java.lang.String
getUseType()
Deprecated. Returns the useType of this Email.
  1. void
setEmailText(java.lang.String emailText)
Deprecated. Sets the email address text of the Email.
  1. 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

  1. public Email()
Deprecated.

Method Detail

getEmailText

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

setEmailText

  1. 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

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

setUseType

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