Uses of Class
org.uddi.api_v3.RelatedBusinessInfos

Packages that use RelatedBusinessInfos
org.apache.juddi.api.impl   
org.uddi.api_v3   
 

Uses of RelatedBusinessInfos in org.apache.juddi.api.impl
 

Methods in org.apache.juddi.api.impl with parameters of type RelatedBusinessInfos
static void InquiryHelper.getRelatedBusinesses(javax.persistence.EntityManager em, Direction direction, String focalKey, KeyedReference keyedRef, RelatedBusinessInfos relatedBusinessInfos)
           
static void InquiryHelper.getRelatedBusinesses(javax.persistence.EntityManager em, Direction direction, String focalKey, KeyedReference keyedRef, RelatedBusinessInfos relatedBusinessInfos, Date modifiedAfter, Date modifiedBefore)
           
 

Uses of RelatedBusinessInfos in org.uddi.api_v3
 

Fields in org.uddi.api_v3 declared as RelatedBusinessInfos
protected  RelatedBusinessInfos RelatedBusinessesList.relatedBusinessInfos
           
 

Methods in org.uddi.api_v3 that return RelatedBusinessInfos
 RelatedBusinessInfos ObjectFactory.createRelatedBusinessInfos()
          Create an instance of RelatedBusinessInfos
 RelatedBusinessInfos RelatedBusinessesList.getRelatedBusinessInfos()
          Gets the value of the relatedBusinessInfos property.
 

Methods in org.uddi.api_v3 that return types with arguments of type RelatedBusinessInfos
 javax.xml.bind.JAXBElement<RelatedBusinessInfos> ObjectFactory.createRelatedBusinessInfos(RelatedBusinessInfos value)
          Create an instance of JAXBElement<RelatedBusinessInfos>}
 

Methods in org.uddi.api_v3 with parameters of type RelatedBusinessInfos
 javax.xml.bind.JAXBElement<RelatedBusinessInfos> ObjectFactory.createRelatedBusinessInfos(RelatedBusinessInfos value)
          Create an instance of JAXBElement<RelatedBusinessInfos>}
 void RelatedBusinessesList.setRelatedBusinessInfos(RelatedBusinessInfos value)
          Sets the value of the relatedBusinessInfos property.
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.