com.ibm.uddi.datatypes
Class Phone

java.lang.Object
  |
  +--com.ibm.uddi.datatypes.Phone
All Implemented Interfaces:
java.io.Serializable

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

Corresponds to UDDI v2.0 'phone' element.

See Also:
Serialized Form

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

Field Detail

java_copyright

public static final java.lang.String java_copyright
Constructor Detail

Phone

public Phone()
Method Detail

getPhoneText

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

setPhoneText

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

getUseType

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

setUseType

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