com.ibm.uddi.datatypes
Class AssertionStatusItemList

java.lang.Object
  |
  +--com.ibm.uddi.datatypes.AssertionStatusItemList
All Implemented Interfaces:
java.io.Serializable

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

Field Summary
static java.lang.String java_copyright
           
 
Constructor Summary
AssertionStatusItemList()
          Constructs a new, empty AssertionStatusItemList.
AssertionStatusItemList(int initialSize)
          Constructs a new, empty AssertionStatusItemList, with the initial capacity specified.
 
Method Summary
 void add(AssertionStatusItem assertionStatusItem)
          Adds an AssertionStatusItem to the AssertionStatusItemList.
 AssertionStatusItem get(int index)
          Returns the AssertionStatusItem at the specified index.
 int size()
          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
 

Field Detail

java_copyright

public static final java.lang.String java_copyright
Constructor Detail

AssertionStatusItemList

public AssertionStatusItemList()
Constructs a new, empty AssertionStatusItemList.

AssertionStatusItemList

public AssertionStatusItemList(int initialSize)
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)
Adds an AssertionStatusItem to the AssertionStatusItemList.
Parameters:
assertionStatusItem - the AssertionStatusItem to be added.

get

public AssertionStatusItem get(int index)
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()
Returns the number of AssertionStatusItem objects in the AddressList.
Returns:
the number of AssertionStatusItem objects in the AddressLineList.