cgl.axis.services.uddi.uddi_schema
Class Contacts

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

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

See Also:
Serialized Form

Constructor Summary
Contacts()
           
Contacts(Contact[] contact)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Contact[] getContact()
          Gets the contact value for this Contacts.
 Contact getContact(int i)
           
 int hashCode()
           
 void setContact(Contact[] contact)
          Sets the contact value for this Contacts.
 void setContact(int i, Contact _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Contacts

public Contacts()

Contacts

public Contacts(Contact[] contact)
Method Detail

getContact

public Contact[] getContact()
Gets the contact value for this Contacts.

Returns:
contact

setContact

public void setContact(Contact[] contact)
Sets the contact value for this Contacts.

Parameters:
contact -

getContact

public Contact getContact(int i)

setContact

public void setContact(int i,
                       Contact _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()