com.ibm.uddi.datatypes
Class Contact

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

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

Corresponds to UDDI v2.0 'contact' element.

See Also:
Serialized Form

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

java_copyright

public static final java.lang.String java_copyright
Constructor Detail

Contact

public Contact()
Method Detail

getDescriptions

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

setDescriptions

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

getPersonName

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

setPersonName

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

getPhone

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

setPhone

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

getEmail

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

setEmail

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

getAddress

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

setAddress

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

getUseType

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

setUseType

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