com.ibm.uddi.datatypes
Class TModels

java.lang.Object
  extended bycom.ibm.uddi.datatypes.TModels
All Implemented Interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.

public class TModels
extends java.lang.Object
implements java.io.Serializable

Corresponds to UDDI v2.0 sequence of 'tModel' elements. Encapsulates a Vector of TModel objects.

See Also:
Serialized Form

Field Summary
static java.lang.String JAVA_COPYRIGHT
          Deprecated.  
 
Constructor Summary
TModels()
          Deprecated. Constructs a new, empty TModels.
TModels(int initialSize)
          Deprecated. Constructs a new, empty TModels, with the initial capacity specified.
 
Method Summary
 void add(TModel tModel)
          Deprecated. Adds a TModel to the TModels.
 TModel get(int index)
          Deprecated. Returns the TModel at the specified index.
 int size()
          Deprecated. Returns the number of TModel objects in the TModels.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JAVA_COPYRIGHT

public static final java.lang.String JAVA_COPYRIGHT
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

TModels

public TModels()
Deprecated. 
Constructs a new, empty TModels.


TModels

public TModels(int initialSize)
Deprecated. 
Constructs a new, empty TModels, with the initial capacity specified.

Parameters:
initialSize - the initial capacity of the TModels.
Method Detail

add

public void add(TModel tModel)
Deprecated. 
Adds a TModel to the TModels.

Parameters:
tModel - the TModel to be added.

get

public TModel get(int index)
Deprecated. 
Returns the TModel at the specified index.

Returns:
the TModel at the specified index.

size

public int size()
Deprecated. 
Returns the number of TModel objects in the TModels.

Returns:
the number of TModel objects in the TModels.