Uses of Class
org.uddi4j.response.RelatedBusinessInfos
-
Packages that use RelatedBusinessInfos Package Description org.uddi4j.response -
-
Uses of RelatedBusinessInfos in org.uddi4j.response
Methods in org.uddi4j.response that return RelatedBusinessInfos Modifier and Type Method Description RelatedBusinessInfos
RelatedBusinessesList. getRelatedBusinessInfos()
Methods in org.uddi4j.response with parameters of type RelatedBusinessInfos Modifier and Type Method Description void
RelatedBusinessesList. setRelatedBusinessInfos(RelatedBusinessInfos r)
Constructors in org.uddi4j.response with parameters of type RelatedBusinessInfos Constructor Description RelatedBusinessesList(java.lang.String operator, java.lang.String businessKey, RelatedBusinessInfos bi)
Construct the object with required fields.
-