Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

Uses of Class
weblogic.uddi.client.structures.datatypes.IdentifierBag

Packages that use IdentifierBag
weblogic.uddi.client.structures.datatypes Provides classes for UDDI client datatypes. 
weblogic.uddi.client.structures.request Provides classes for UDDI client requests. 
 

Uses of IdentifierBag in weblogic.uddi.client.structures.datatypes
 

Methods in weblogic.uddi.client.structures.datatypes that return IdentifierBag
 IdentifierBag TModel.getIdentifierBag()
          Gets the value of the identifierBag.
 IdentifierBag BusinessEntity.getIdentifierBag()
          Gets the identifier bag.
 

Methods in weblogic.uddi.client.structures.datatypes with parameters of type IdentifierBag
 void TModel.setIdentifierBag(IdentifierBag value)
          Sets the value of the identifierBag.
 void BusinessEntity.setIdentifierBag(IdentifierBag value)
          Sets the identifier bag.
 

Uses of IdentifierBag in weblogic.uddi.client.structures.request
 

Methods in weblogic.uddi.client.structures.request that return IdentifierBag
 IdentifierBag FindTModel.getIdentifierBag()
          Gets the value of identifierBag
 IdentifierBag FindBusiness.getIdentifierBag()
          Gets the value of identifierBag
 

Methods in weblogic.uddi.client.structures.request with parameters of type IdentifierBag
 void FindTModel.setIdentifierBag(IdentifierBag value)
          Sets the value of identifierBag
 void FindBusiness.setIdentifierBag(IdentifierBag value)
          Sets the value of identifierBag
 


Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04