com.ibm.uddi.datatypes
Class Email

java.lang.Object
  |
  +--com.ibm.uddi.datatypes.Email
All Implemented Interfaces:
java.io.Serializable

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

Field Detail

java_copyright

public static final java.lang.String java_copyright
Constructor Detail

Email

public Email()
Method Detail

getEmailText

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

setEmailText

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

getUseType

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

setUseType

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