BEA Systems, Inc.


weblogic.uddi.client.structures.datatypes
Class ServiceInfos

java.lang.Object
  |
  +--weblogic.uddi.client.structures.datatypes.ServiceInfos

public class ServiceInfos
extends java.lang.Object

Service infos is a collection of service info structures.

Version:
1.0
Author:
Salman Khan, Jason Ong

Constructor Summary
ServiceInfos()
          Class constructor.
 
Method Summary
 java.util.Vector getServiceInfoVector()
          Gets the set of service infos.
 void setServiceInfoVector(java.util.Vector value)
          Sets the set of service infos.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInfos

public ServiceInfos()
Class constructor.
Method Detail

getServiceInfoVector

public java.util.Vector getServiceInfoVector()
Gets the set of service infos. The set is returned as a Vector of weblogic.uddi.client.structures.datatypes.ServiceInfos objects.

Returns:
a Vector of ServiceInfos elements

setServiceInfoVector

public void setServiceInfoVector(java.util.Vector value)
Sets the set of service infos.

Parameters:
value - the new set of service infos.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference