BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.uddi.client.structures.datatypes
Class BusinessServices

java.lang.Object
  extended byweblogic.uddi.client.structures.datatypes.BusinessServices

public class BusinessServices
extends Object

BusinessServices contains one or more business service descriptions.

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

Constructor Summary
BusinessServices()
          Class constructor.
 
Method Summary
 void addBusinessService(BusinessService value)
          Adds a new business service to the set of business services.
 Vector getBusinessServiceVector()
          Gets the set of business services.
 void setBusinessServiceVector(Vector value)
          Gets the set of business services.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessServices

public BusinessServices()
Class constructor.

Method Detail

addBusinessService

public void addBusinessService(BusinessService value)
Adds a new business service to the set of business services.

Parameters:
value - the new business services.

getBusinessServiceVector

public Vector getBusinessServiceVector()
Gets the set of business services.

Returns:
the set of business services.

setBusinessServiceVector

public void setBusinessServiceVector(Vector value)
Gets the set of business services.

Parameters:
value - the new set of business services.

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