com.ibm.uddi.datatypes
Class Phone
- java.lang.Object
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
See Also:
Constructor Summary
Constructor and Description |
---|
Phone()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getPhoneText()
Deprecated. Returns the phone number of this Phone.
|
|
getUseType()
Deprecated. Returns the useType of this Phone.
|
|
setPhoneText(java.lang.String phoneText)
Deprecated. Sets the phone number of this Phone.
|
|
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.