|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.uddi.datatypes.Contact
Corresponds to UDDI v2.0 'contact' element.
Field Summary | |
static java.lang.String |
java_copyright
|
Constructor Summary | |
Contact()
|
Method Summary | |
AddressList |
getAddress()
Returns the AddressList of this Contact. |
DescriptionList |
getDescriptions()
Returns the DescriptionList of this Contact. |
EmailList |
getEmail()
Returns the EmailList of this Contact. |
java.lang.String |
getPersonName()
Returns the personName of this Contact. |
PhoneList |
getPhone()
Returns the PhoneList of this Contact. |
java.lang.String |
getUseType()
Returns the useType of this Contact. |
void |
setAddress(AddressList address)
Sets the AddressList of this Contact. |
void |
setDescriptions(DescriptionList descriptions)
Sets the DescriptionList of this Contact. |
void |
setEmail(EmailList email)
Sets the EmailList of this Contact. |
void |
setPersonName(java.lang.String name)
Sets the personName of this Contact. |
void |
setPhone(PhoneList phone)
Sets the PhoneList of this Contact. |
void |
setUseType(java.lang.String useType)
Sets the useType of this Contact. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String java_copyright
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |