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

Part Number E13941-04

weblogic.uddi.client.structures.datatypes
Class BusinessInfos

java.lang.Object
  extended by weblogic.uddi.client.structures.datatypes.BusinessInfos

public class BusinessInfos
extends Object

BusinessInfos contains one or more businessInfo data sets in response to a find_business inquiry message.


Constructor Summary
BusinessInfos()
          Class constructor.
 
Method Summary
 Vector getBusinessInfoVector()
          Gets the set of business infos.
 void setBusinessInfoVector(Vector value)
          Sets the set of business infos.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessInfos

public BusinessInfos()
Class constructor.

Method Detail

getBusinessInfoVector

public Vector getBusinessInfoVector()
Gets the set of business infos.

Returns:
the set of business infos.

setBusinessInfoVector

public void setBusinessInfoVector(Vector value)
Sets the set of business infos.

Parameters:
the - set of business infos.

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