BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.uddi.client.structures.datatypes
Class TModelBag

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

public class TModelBag
extends Object

TModelBag is used for searching for a particular fingerprint. It contains a list of TModel uuid_key values

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

Constructor Summary
TModelBag()
          Class Constructor
 
Method Summary
 void addTModelKey(String keyValue)
          Adds a new tModelKey to the set of tModelKeys.
 Vector getTModelKeyVector()
          Gets the set of tModelKeys.
 void setTModelKeyVector(Vector v)
          Sets the set containing tModelKeys.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TModelBag

public TModelBag()
Class Constructor

Method Detail

addTModelKey

public void addTModelKey(String keyValue)
Adds a new tModelKey to the set of tModelKeys.

Parameters:
keyValue - the new tModelKey.

getTModelKeyVector

public Vector getTModelKeyVector()
Gets the set of tModelKeys.

Returns:
the current set of tModelKeys.

setTModelKeyVector

public void setTModelKeyVector(Vector v)
Sets the set containing tModelKeys.

Parameters:
v - the new set of tModelKeys.

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