Uses of Class
org.uddi4j.datatype.business.Contact
-
Packages that use Contact Package Description org.uddi4j.datatype.business -
-
Uses of Contact in org.uddi4j.datatype.business
Methods in org.uddi4j.datatype.business that return Contact Modifier and Type Method Description Contact
Contacts. get(int index)
Retrieve the Contact at the specified index within the collection.Methods in org.uddi4j.datatype.business with parameters of type Contact Modifier and Type Method Description void
Contacts. add(Contact c)
Add a Contact object to the collectionboolean
Contacts. remove(Contact c)
Remove a Contact object from the collection
-