Uses of Class
org.uddi.api_v3.BusinessService

Packages that use BusinessService
org.uddi.api_v3   
org.uddi.repl_v3   
org.uddi.vs_v3   
 

Uses of BusinessService in org.uddi.api_v3
 

Fields in org.uddi.api_v3 with type parameters of type BusinessService
protected  List<BusinessService> ServiceDetail.businessService
           
protected  List<BusinessService> SaveService.businessService
           
protected  List<BusinessService> BusinessServices.businessService
           
 

Methods in org.uddi.api_v3 that return BusinessService
 BusinessService ObjectFactory.createBusinessService()
          Create an instance of BusinessService
 

Methods in org.uddi.api_v3 that return types with arguments of type BusinessService
 javax.xml.bind.JAXBElement<BusinessService> ObjectFactory.createBusinessService(BusinessService value)
          Create an instance of JAXBElement<BusinessService>}
 List<BusinessService> ServiceDetail.getBusinessService()
          Gets the value of the businessService property.
 List<BusinessService> SaveService.getBusinessService()
          Gets the value of the businessService property.
 List<BusinessService> BusinessServices.getBusinessService()
          Gets the value of the businessService property.
 

Methods in org.uddi.api_v3 with parameters of type BusinessService
 javax.xml.bind.JAXBElement<BusinessService> ObjectFactory.createBusinessService(BusinessService value)
          Create an instance of JAXBElement<BusinessService>}
 

Uses of BusinessService in org.uddi.repl_v3
 

Fields in org.uddi.repl_v3 declared as BusinessService
protected  BusinessService ChangeRecordNewData.businessService
           
 

Methods in org.uddi.repl_v3 that return BusinessService
 BusinessService ChangeRecordNewData.getBusinessService()
          Gets the value of the businessService property.
 

Methods in org.uddi.repl_v3 with parameters of type BusinessService
 void ChangeRecordNewData.setBusinessService(BusinessService value)
          Sets the value of the businessService property.
 

Uses of BusinessService in org.uddi.vs_v3
 

Fields in org.uddi.vs_v3 with type parameters of type BusinessService
protected  List<BusinessService> ValidateValues.businessService
           
 

Methods in org.uddi.vs_v3 that return types with arguments of type BusinessService
 List<BusinessService> ValidateValues.getBusinessService()
          Gets the value of the businessService property.
 



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