cgl.axis.services.uddi.uddi_schema
Class Contacts
java.lang.Object
cgl.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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Contacts
public Contacts()
Contacts
public Contacts(Contact[] contact)
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()