com.ibm.uddi.datatypes

Class Phone

  1. java.lang.Object
  2. extended bycom.ibm.uddi.datatypes.Phone
All implemented interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.
  1. public class Phone
  2. extends java.lang.Object
  3. implements java.io.Serializable
Corresponds to UDDI v2.0 'phone' element.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
Phone()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getPhoneText()
Deprecated. Returns the phone number of this Phone.
  1. java.lang.String
getUseType()
Deprecated. Returns the useType of this Phone.
  1. void
setPhoneText(java.lang.String phoneText)
Deprecated. Sets the phone number of this Phone.
  1. 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

  1. public Phone()
Deprecated.

Method Detail

getPhoneText

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

setPhoneText

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

getUseType

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

setUseType

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