Uses of Class
org.uddi.api_v3.BusinessEntity

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

Uses of BusinessEntity in org.uddi.api_v3
 

Fields in org.uddi.api_v3 with type parameters of type BusinessEntity
protected  List<BusinessEntity> SaveBusiness.businessEntity
           
protected  List<BusinessEntity> BusinessDetail.businessEntity
           
 

Methods in org.uddi.api_v3 that return BusinessEntity
 BusinessEntity ObjectFactory.createBusinessEntity()
          Create an instance of BusinessEntity
 

Methods in org.uddi.api_v3 that return types with arguments of type BusinessEntity
 javax.xml.bind.JAXBElement<BusinessEntity> ObjectFactory.createBusinessEntity(BusinessEntity value)
          Create an instance of JAXBElement<BusinessEntity>}
 List<BusinessEntity> SaveBusiness.getBusinessEntity()
          Gets the value of the businessEntity property.
 List<BusinessEntity> BusinessDetail.getBusinessEntity()
          Gets the value of the businessEntity property.
 

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

Uses of BusinessEntity in org.uddi.repl_v3
 

Fields in org.uddi.repl_v3 declared as BusinessEntity
protected  BusinessEntity ChangeRecordNewData.businessEntity
           
 

Methods in org.uddi.repl_v3 that return BusinessEntity
 BusinessEntity ChangeRecordNewData.getBusinessEntity()
          Gets the value of the businessEntity property.
 

Methods in org.uddi.repl_v3 with parameters of type BusinessEntity
 void ChangeRecordNewData.setBusinessEntity(BusinessEntity value)
          Sets the value of the businessEntity property.
 

Uses of BusinessEntity in org.uddi.vs_v3
 

Fields in org.uddi.vs_v3 with type parameters of type BusinessEntity
protected  List<BusinessEntity> ValidateValues.businessEntity
           
 

Methods in org.uddi.vs_v3 that return types with arguments of type BusinessEntity
 List<BusinessEntity> ValidateValues.getBusinessEntity()
          Gets the value of the businessEntity property.
 



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