IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.datatypes
Class Phone

java.lang.Object
  extended by com.ibm.uddi.datatypes.Phone
All Implemented Interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.

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

Corresponds to UDDI v2.0 'phone' element.

See Also:
Serialized Form

Constructor Summary
Phone()
          Deprecated.  
 
Method Summary
 java.lang.String getPhoneText()
          Deprecated. Returns the phone number of this Phone.
 java.lang.String getUseType()
          Deprecated. Returns the useType of this Phone.
 void setPhoneText(java.lang.String phoneText)
          Deprecated. Sets the phone number of this Phone.
 void setUseType(java.lang.String useType)
          Deprecated. Sets the useType of this Phone.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Phone

public Phone()
Deprecated. 
Method Detail

getPhoneText

public java.lang.String getPhoneText()
Deprecated. 
Returns the phone number of this Phone.

Returns:
the phone number of this Phone.

setPhoneText

public void setPhoneText(java.lang.String phoneText)
Deprecated. 
Sets the phone number of this Phone.

Parameters:
phoneText - the phone number of this Phone.

getUseType

public java.lang.String getUseType()
Deprecated. 
Returns the useType of this Phone.

Returns:
the useType of this Phone.

setUseType

public void setUseType(java.lang.String useType)
Deprecated. 
Sets the useType of this Phone.

Parameters:
useType - the useType of this Phone.

IBM WebSphere Application ServerTM
Release 8