com.ibm.uddi.datatypes

Class TModels

  1. java.lang.Object
  2. extended bycom.ibm.uddi.datatypes.TModels
All implemented interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.
  1. public class TModels
  2. extends java.lang.Object
  3. implements java.io.Serializable
Corresponds to UDDI v2.0 sequence of 'tModel' elements. Encapsulates a Vector of TModel objects.
See Also:
Serialized Form

Constructor Summary

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

Method Summary

Modifier and Type Method and Description
  1. void
add(TModel tModel)
Deprecated. Adds a TModel to the TModels.
  1. TModel
get(int index)
Deprecated. Returns the TModel at the specified index.
  1. int
size()
Deprecated. Returns the number of TModel objects in the TModels.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

TModels

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

TModels

  1. 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

  1. public void add(TModel tModel)
Deprecated.
Adds a TModel to the TModels.
Parameters:
tModel - the TModel to be added.

get

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

size

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