IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.datatypes
Class AssertionStatusItemList

java.lang.Object
  extended by com.ibm.uddi.datatypes.AssertionStatusItemList
All Implemented Interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.

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

Corresponds to UDDI v2.0 sequence of 'assertionStatusItem' elements. Encapsulates a Vector of AssertionStatusItem objects.

See Also:
Serialized Form

Constructor Summary
AssertionStatusItemList()
          Deprecated. Constructs a new, empty AssertionStatusItemList.
AssertionStatusItemList(int initialSize)
          Deprecated. Constructs a new, empty AssertionStatusItemList, with the initial capacity specified.
 
Method Summary
 void add(AssertionStatusItem assertionStatusItem)
          Deprecated. Adds an AssertionStatusItem to the AssertionStatusItemList.
 AssertionStatusItem get(int index)
          Deprecated. Returns the AssertionStatusItem at the specified index.
 int size()
          Deprecated. Returns the number of AssertionStatusItem objects in the AddressList.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertionStatusItemList

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


AssertionStatusItemList

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

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

add

public void add(AssertionStatusItem assertionStatusItem)
Deprecated. 
Adds an AssertionStatusItem to the AssertionStatusItemList.

Parameters:
assertionStatusItem - the AssertionStatusItem to be added.

get

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

Parameters:
index - the index of the AssertionStatusItem to be retrieved.
Returns:
the AssertionStatusItem at the specified index.

size

public int size()
Deprecated. 
Returns the number of AssertionStatusItem objects in the AddressList.

Returns:
the number of AssertionStatusItem objects in the AddressLineList.

IBM WebSphere Application ServerTM
Release 8