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

Part Number E13941-06

weblogic.uddi.client.structures.datatypes
Class BusinessServices

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

public class BusinessServices
extends Object

BusinessServices contains one or more business service descriptions.


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.

setBusinessServiceVector

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

Parameters:
value - the new set of business services.

getBusinessServiceVector

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

Returns:
the set of business services.

Copyright 1996, 2011, 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.6)

Part Number E13941-06