com.ibm.uddi.datatypes

Class Contact

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

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

Constructor Summary

Constructor and Description
Contact()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. AddressList
getAddress()
Deprecated. Returns the AddressList of this Contact.
  1. DescriptionList
getDescriptions()
Deprecated. Returns the DescriptionList of this Contact.
  1. EmailList
getEmail()
Deprecated. Returns the EmailList of this Contact.
  1. java.lang.String
getPersonName()
Deprecated. Returns the personName of this Contact.
  1. PhoneList
getPhone()
Deprecated. Returns the PhoneList of this Contact.
  1. java.lang.String
getUseType()
Deprecated. Returns the useType of this Contact.
  1. void
setAddress(AddressList address)
Deprecated. Sets the AddressList of this Contact.
  1. void
setDescriptions(DescriptionList descriptions)
Deprecated. Sets the DescriptionList of this Contact.
  1. void
setEmail(EmailList email)
Deprecated. Sets the EmailList of this Contact.
  1. void
setPersonName(java.lang.String name)
Deprecated. Sets the personName of this Contact.
  1. void
setPhone(PhoneList phone)
Deprecated. Sets the PhoneList of this Contact.
  1. void
setUseType(java.lang.String useType)
Deprecated. Sets the useType of this Contact.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

Contact

  1. public Contact()
Deprecated.

Method Detail

getDescriptions

  1. public DescriptionList getDescriptions( )
Deprecated.
Returns the DescriptionList of this Contact.
Returns:
the DescriptionList of this Contact.

setDescriptions

  1. public void setDescriptions(DescriptionList descriptions)
Deprecated.
Sets the DescriptionList of this Contact.
Parameters:
descriptions - the DescriptionList of this Contact.

getPersonName

  1. public java.lang.String getPersonName( )
Deprecated.
Returns the personName of this Contact.
Returns:
the personName of this Contact.

setPersonName

  1. public void setPersonName(java.lang.String name)
Deprecated.
Sets the personName of this Contact.
Parameters:
name - the personName of this Contact.

getPhone

  1. public PhoneList getPhone()
Deprecated.
Returns the PhoneList of this Contact.
Returns:
the PhoneList of this Contact.

setPhone

  1. public void setPhone(PhoneList phone)
Deprecated.
Sets the PhoneList of this Contact.
Parameters:
phone - the PhoneList of this Contact.

getEmail

  1. public EmailList getEmail()
Deprecated.
Returns the EmailList of this Contact.
Returns:
the EmailList of this Contact.

setEmail

  1. public void setEmail(EmailList email)
Deprecated.
Sets the EmailList of this Contact.
Parameters:
email - the EmailList of this Contact.

getAddress

  1. public AddressList getAddress()
Deprecated.
Returns the AddressList of this Contact.
Returns:
the AddressList of this Contact.

setAddress

  1. public void setAddress(AddressList address)
Deprecated.
Sets the AddressList of this Contact.
Parameters:
address - the AddressList of this Contact.

getUseType

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

setUseType

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