BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.uddi.client.structures.datatypes
Class TModelInstanceDetails

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

public class TModelInstanceDetails
extends Object

TModelInstanceDetails contains list of TModelInfos.

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

Constructor Summary
TModelInstanceDetails()
          Class Constructor
 
Method Summary
 void addTModelInstanceInfo(TModelInstanceInfo value)
          Adds a new tModelInstanceInfo to the set of tModelInstanceInfos.
 Vector getTModelInstanceInfoVector()
          Gets the set of tModelInstanceInfos.
 void setTModelInstanceInfoVector(Vector value)
          Sets the set containing tModelInstanceInfo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TModelInstanceDetails

public TModelInstanceDetails()
Class Constructor

Method Detail

addTModelInstanceInfo

public void addTModelInstanceInfo(TModelInstanceInfo value)
Adds a new tModelInstanceInfo to the set of tModelInstanceInfos.

Parameters:
value - the new tModelInstanceInfo.

getTModelInstanceInfoVector

public Vector getTModelInstanceInfoVector()
Gets the set of tModelInstanceInfos.

Returns:
the current set of tModelInstanceInfos.

setTModelInstanceInfoVector

public void setTModelInstanceInfoVector(Vector value)
Sets the set containing tModelInstanceInfo.

Parameters:
value - the new set of tModelInstanceInfos.

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