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 ContactContacts. 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 voidContacts. add(Contact c)Add a Contact object to the collectionbooleanContacts. remove(Contact c)Remove a Contact object from the collection
-