com.ibm.uddi.datatypes
Class AssertionStatusItemList
- java.lang.Object
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
AssertionStatusItem
objects.
See Also:
Constructor Summary
Constructor and Description |
---|
AssertionStatusItemList()
Deprecated. Constructs a new, empty AssertionStatusItemList.
|
AssertionStatusItemList(int initialSize)
Deprecated. Constructs a new, empty AssertionStatusItemList, with the initial capacity specified.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
add(AssertionStatusItem assertionStatusItem)
Deprecated. Adds an
AssertionStatusItem to the AssertionStatusItemList.
|
get(int index)
Deprecated. Returns the
AssertionStatusItem at the specified index.
|
|
|
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.