cgl.axis.services.uddi.uddi_schema
Class Email

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_schema.Email
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Email()
           
Email(java.lang.String useType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getUseType()
          Gets the useType value for this Email.
 int hashCode()
           
 void setUseType(java.lang.String useType)
          Sets the useType value for this Email.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Email

public Email()

Email

public Email(java.lang.String useType)
Method Detail

getUseType

public java.lang.String getUseType()
Gets the useType value for this Email.

Returns:
useType

setUseType

public void setUseType(java.lang.String useType)
Sets the useType value for this Email.

Parameters:
useType -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()