Uses of Class
com.sun.xml.registry.uddi.bindings_v2_2.BusinessEntity

Packages that use BusinessEntity
com.sun.xml.registry.uddi.bindings_v2_2   
 

Uses of BusinessEntity in com.sun.xml.registry.uddi.bindings_v2_2
 

Fields in com.sun.xml.registry.uddi.bindings_v2_2 declared as BusinessEntity
protected  BusinessEntity BusinessEntityExt.businessEntity
           
 

Fields in com.sun.xml.registry.uddi.bindings_v2_2 with type parameters of type BusinessEntity
protected  List<BusinessEntity> ValidateValues.businessEntity
           
protected  List<BusinessEntity> SaveBusiness.businessEntity
           
protected  List<BusinessEntity> BusinessDetail.businessEntity
           
 

Methods in com.sun.xml.registry.uddi.bindings_v2_2 that return BusinessEntity
 BusinessEntity ObjectFactory.createBusinessEntity()
          Create an instance of BusinessEntity
 BusinessEntity BusinessEntityExt.getBusinessEntity()
          Gets the value of the businessEntity property.
 

Methods in com.sun.xml.registry.uddi.bindings_v2_2 that return types with arguments of type BusinessEntity
 JAXBElement<BusinessEntity> ObjectFactory.createBusinessEntity(BusinessEntity value)
          Create an instance of JAXBElement<BusinessEntity>}
 List<BusinessEntity> ValidateValues.getBusinessEntity()
          Gets the value of the businessEntity property.
 List<BusinessEntity> SaveBusiness.getBusinessEntity()
          Gets the value of the businessEntity property.
 List<BusinessEntity> BusinessDetail.getBusinessEntity()
          Gets the value of the businessEntity property.
 

Methods in com.sun.xml.registry.uddi.bindings_v2_2 with parameters of type BusinessEntity
 JAXBElement<BusinessEntity> ObjectFactory.createBusinessEntity(BusinessEntity value)
          Create an instance of JAXBElement<BusinessEntity>}
 void BusinessEntityExt.setBusinessEntity(BusinessEntity value)
          Sets the value of the businessEntity property.
 



Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.