|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.datatypes.Contact
public class Contact
Corresponds to UDDI v2.0 'contact' element.
Constructor Summary | |
---|---|
Contact()
Deprecated. |
Method Summary | |
---|---|
AddressList |
getAddress()
Deprecated. Returns the AddressList of this Contact. |
DescriptionList |
getDescriptions()
Deprecated. Returns the DescriptionList of this Contact. |
EmailList |
getEmail()
Deprecated. Returns the EmailList of this Contact. |
java.lang.String |
getPersonName()
Deprecated. Returns the personName of this Contact. |
PhoneList |
getPhone()
Deprecated. Returns the PhoneList of this Contact. |
java.lang.String |
getUseType()
Deprecated. Returns the useType of this Contact. |
void |
setAddress(AddressList address)
Deprecated. Sets the AddressList of this Contact. |
void |
setDescriptions(DescriptionList descriptions)
Deprecated. Sets the DescriptionList of this Contact. |
void |
setEmail(EmailList email)
Deprecated. Sets the EmailList of this Contact. |
void |
setPersonName(java.lang.String name)
Deprecated. Sets the personName of this Contact. |
void |
setPhone(PhoneList phone)
Deprecated. Sets the PhoneList of this Contact. |
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 |
---|
public Contact()
Method Detail |
---|
public DescriptionList getDescriptions()
DescriptionList
of this Contact.
public void setDescriptions(DescriptionList descriptions)
DescriptionList
of this Contact.
descriptions
- the DescriptionList of this Contact.public java.lang.String getPersonName()
public void setPersonName(java.lang.String name)
name
- the personName of this Contact.public PhoneList getPhone()
PhoneList
of this Contact.
public void setPhone(PhoneList phone)
PhoneList
of this Contact.
phone
- the PhoneList of this Contact.public EmailList getEmail()
EmailList
of this Contact.
public void setEmail(EmailList email)
EmailList
of this Contact.
email
- the EmailList of this Contact.public AddressList getAddress()
AddressList
of this Contact.
public void setAddress(AddressList address)
AddressList
of this Contact.
address
- the AddressList of this Contact.public java.lang.String getUseType()
public void setUseType(java.lang.String useType)
useType
- the useType of this Contact.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |