BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.uddi.client.structures.datatypes
Class BusinessInfos

java.lang.Object
  extended byweblogic.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.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.