com.ibm.uddi.datatypes
Class Contact
- java.lang.Object
com.ibm.uddi.datatypes.Contact
All implemented interfaces:
java.io.Serializable
Deprecated. Deprecated as of WAS 6.0. No replacement.
- public class Contact
- extends java.lang.Object
- implements java.io.Serializable
See Also:
Constructor Summary
Constructor and Description |
---|
Contact()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getAddress()
Deprecated. Returns the
AddressList of this Contact.
|
|
getDescriptions()
Deprecated. Returns the
DescriptionList of this Contact.
|
|
getEmail()
Deprecated. Returns the
EmailList of this Contact.
|
|
|
getPersonName()
Deprecated. Returns the personName of this Contact.
|
getPhone()
Deprecated. Returns the
PhoneList of this Contact.
|
|
|
getUseType()
Deprecated. Returns the useType of this Contact.
|
|
setAddress(AddressList address)
Deprecated. Sets the
AddressList of this Contact.
|
|
setDescriptions(DescriptionList descriptions)
Deprecated. Sets the
DescriptionList of this Contact.
|
|
setEmail(EmailList email)
Deprecated. Sets the
EmailList of this Contact.
|
|
setPersonName(java.lang.String name)
Deprecated. Sets the personName of this Contact.
|
|
setPhone(PhoneList phone)
Deprecated. Sets the
PhoneList of this Contact.
|
|
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
- public Contact()
Deprecated.
Method Detail
getDescriptions
- public DescriptionList getDescriptions( )
Deprecated.
Returns:
the DescriptionList of this Contact.
setDescriptions
- public void setDescriptions(DescriptionList descriptions)
Deprecated.
Sets the
DescriptionList
of this Contact.
Parameters:
descriptions
- the DescriptionList of this Contact. getPersonName
- public java.lang.String getPersonName( )
Deprecated.
Returns the personName of this Contact.
Returns:
the personName of this Contact.
setPersonName
- public void setPersonName(java.lang.String name)
Deprecated.
Sets the personName of this Contact.
Parameters:
name
- the personName of this Contact. getPhone
- public PhoneList getPhone()
Deprecated.
Returns the
PhoneList
of this Contact.
Returns:
the PhoneList of this Contact.
setPhone
- public void setPhone(PhoneList phone)
Deprecated.
Sets the
PhoneList
of this Contact.
Parameters:
phone
- the PhoneList of this Contact. getEmail
- public EmailList getEmail()
Deprecated.
Returns the
EmailList
of this Contact.
Returns:
the EmailList of this Contact.
setEmail
- public void setEmail(EmailList email)
Deprecated.
Sets the
EmailList
of this Contact.
Parameters:
email
- the EmailList of this Contact. getAddress
- public AddressList getAddress()
Deprecated.
Returns the
AddressList
of this Contact.
Returns:
the AddressList of this Contact.
setAddress
- public void setAddress(AddressList address)
Deprecated.
Sets the
AddressList
of this Contact.
Parameters:
address
- the AddressList of this Contact. getUseType
- public java.lang.String getUseType( )
Deprecated.
Returns the useType of this Contact.
Returns:
the useType of this Contact.
setUseType
- public void setUseType(java.lang.String useType)
Deprecated.
Sets the useType of this Contact.
Parameters:
useType
- the useType of this Contact.
DescriptionList
of this Contact.