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