com.ibm.uddi.datatypes
Class Email
- java.lang.Object
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
See Also:
Constructor Summary
Constructor and Description |
---|
Email()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getEmailText()
Deprecated. Returns the email address text of the Email.
|
|
getUseType()
Deprecated. Returns the useType of this Email.
|
|
setEmailText(java.lang.String emailText)
Deprecated. Sets the email address text of the Email.
|
|
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
- 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.