|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.datatypes.BusinessEntityExtList
public class BusinessEntityExtList
Corresponds to UDDI v2.0 sequence of 'businessEntityExt' elements.
Encapsulates a Vector of BusinessEntityExt
objects.
Constructor Summary | |
---|---|
BusinessEntityExtList()
Deprecated. Constructs a new, empty BusinessEntityExtList. |
|
BusinessEntityExtList(int initialSize)
Deprecated. Constructs a new, empty BusinessEntityExtList, with the initial capacity specified. |
Method Summary | |
---|---|
void |
add(BusinessEntityExt businessEntityExt)
Deprecated. Adds a BusinessEntityExt to the BusinessEntityExtList. |
BusinessEntityExt |
get(int index)
Deprecated. Returns the BusinessEntityExt at the specified index. |
int |
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 |
---|
public BusinessEntityExtList()
public BusinessEntityExtList(int initialSize)
initialSize
- the initial capacity of the BusinessEntityExtList.Method Detail |
---|
public void add(BusinessEntityExt businessEntityExt)
BusinessEntityExt
to the BusinessEntityExtList.
businessEntityExt
- the BusinessEntityExt to be added.public BusinessEntityExt get(int index)
BusinessEntityExt
at the specified index.
index
- the index of the BusinessEntityExt to be retrieved.
public int size()
BusinessEntityExt
objects in the BusinessEntityExtList.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |