com.ibm.uddi.datatypes
Class BusinessEntityExtList
- java.lang.Object
com.ibm.uddi.datatypes.BusinessEntityExtList
All implemented interfaces:
java.io.Serializable
Deprecated. Deprecated as of WAS 6.0. No replacement.
- public class BusinessEntityExtList
- extends java.lang.Object
- implements java.io.Serializable
BusinessEntityExt
objects.
See Also:
Constructor Summary
Constructor and Description |
---|
BusinessEntityExtList()
Deprecated. Constructs a new, empty BusinessEntityExtList.
|
BusinessEntityExtList(int initialSize)
Deprecated. Constructs a new, empty BusinessEntityExtList, with the initial capacity specified.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
add(BusinessEntityExt businessEntityExt)
Deprecated. Adds a
BusinessEntityExt to the BusinessEntityExtList.
|
get(int index)
Deprecated. Returns the
BusinessEntityExt at the specified index.
|
|
|
size()
Deprecated. Returns the number of
BusinessEntityExt objects in the BusinessEntityExtList.
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
BusinessEntityExtList
- public BusinessEntityExtList()
Deprecated.
Constructs a new, empty BusinessEntityExtList.
BusinessEntityExtList
- public BusinessEntityExtList(int initialSize)
Deprecated.
Constructs a new, empty BusinessEntityExtList, with the initial capacity specified.
Parameters:
initialSize
- the initial capacity of the BusinessEntityExtList. Method Detail
add
- public void add(BusinessEntityExt businessEntityExt)
Deprecated.
Adds a
BusinessEntityExt
to the BusinessEntityExtList.
Parameters:
businessEntityExt
- the BusinessEntityExt to be added. get
- public BusinessEntityExt get(int index)
Deprecated.
Returns the
BusinessEntityExt
at the specified index.
Parameters:
index
- the index of the BusinessEntityExt to be retrieved. Returns:
the BusinessEntityExt at the specified index.
size
- public int size()
Deprecated.
Returns the number of
BusinessEntityExt
objects in the BusinessEntityExtList.
Returns:
the number of BusinessEntityExt objects in the BusinessEntityExtList.