cgl.axis.services.uddi.uddi_schema
Class Contact

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_schema.Contact
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Contact()
           
Contact(Address[] address, Description[] description, Email[] email, PersonName[] personName, Phone[] phone, java.lang.String useType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Address[] getAddress()
          Gets the address value for this Contact.
 Address getAddress(int i)
           
 Description[] getDescription()
          Gets the description value for this Contact.
 Description getDescription(int i)
           
 Email[] getEmail()
          Gets the email value for this Contact.
 Email getEmail(int i)
           
 PersonName[] getPersonName()
          Gets the personName value for this Contact.
 PersonName getPersonName(int i)
           
 Phone[] getPhone()
          Gets the phone value for this Contact.
 Phone getPhone(int i)
           
 java.lang.String getUseType()
          Gets the useType value for this Contact.
 int hashCode()
           
 void setAddress(Address[] address)
          Sets the address value for this Contact.
 void setAddress(int i, Address _value)
           
 void setDescription(Description[] description)
          Sets the description value for this Contact.
 void setDescription(int i, Description _value)
           
 void setEmail(Email[] email)
          Sets the email value for this Contact.
 void setEmail(int i, Email _value)
           
 void setPersonName(int i, PersonName _value)
           
 void setPersonName(PersonName[] personName)
          Sets the personName value for this Contact.
 void setPhone(int i, Phone _value)
           
 void setPhone(Phone[] phone)
          Sets the phone value for this Contact.
 void setUseType(java.lang.String useType)
          Sets the useType value for this Contact.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Contact

public Contact()

Contact

public Contact(Address[] address,
               Description[] description,
               Email[] email,
               PersonName[] personName,
               Phone[] phone,
               java.lang.String useType)
Method Detail

getAddress

public Address[] getAddress()
Gets the address value for this Contact.

Returns:
address

setAddress

public void setAddress(Address[] address)
Sets the address value for this Contact.

Parameters:
address -

getAddress

public Address getAddress(int i)

setAddress

public void setAddress(int i,
                       Address _value)

getDescription

public Description[] getDescription()
Gets the description value for this Contact.

Returns:
description

setDescription

public void setDescription(Description[] description)
Sets the description value for this Contact.

Parameters:
description -

getDescription

public Description getDescription(int i)

setDescription

public void setDescription(int i,
                           Description _value)

getEmail

public Email[] getEmail()
Gets the email value for this Contact.

Returns:
email

setEmail

public void setEmail(Email[] email)
Sets the email value for this Contact.

Parameters:
email -

getEmail

public Email getEmail(int i)

setEmail

public void setEmail(int i,
                     Email _value)

getPersonName

public PersonName[] getPersonName()
Gets the personName value for this Contact.

Returns:
personName

setPersonName

public void setPersonName(PersonName[] personName)
Sets the personName value for this Contact.

Parameters:
personName -

getPersonName

public PersonName getPersonName(int i)

setPersonName

public void setPersonName(int i,
                          PersonName _value)

getPhone

public Phone[] getPhone()
Gets the phone value for this Contact.

Returns:
phone

setPhone

public void setPhone(Phone[] phone)
Sets the phone value for this Contact.

Parameters:
phone -

getPhone

public Phone getPhone(int i)

setPhone

public void setPhone(int i,
                     Phone _value)

getUseType

public java.lang.String getUseType()
Gets the useType value for this Contact.

Returns:
useType

setUseType

public void setUseType(java.lang.String useType)
Sets the useType value for this Contact.

Parameters:
useType -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()