cgl.axis.services.uddi.uddi_schema
Class Phone

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

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

See Also:
Serialized Form

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

Constructor Detail

Phone

public Phone()

Phone

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

getUseType

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

Returns:
useType

setUseType

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

Parameters:
useType -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()