|
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.BusinessInfoList
public class BusinessInfoList
Corresponds to UDDI v2.0 sequence of 'businessInfo' elements.
Encapsulates a Vector of BusinessInfo
objects.
Constructor Summary | |
---|---|
BusinessInfoList()
Deprecated. Constructs a new, empty BusinessInfoList. |
|
BusinessInfoList(int initialSize)
Deprecated. Constructs a new, empty BusinessInfoList, with the initial capacity specified. |
Method Summary | |
---|---|
void |
add(BusinessInfo businessInfo)
Deprecated. Adds a BusinessInfo to the BusinessInfoList. |
BusinessInfo |
get(int index)
Deprecated. Returns the BusinessInfo at the specified index. |
int |
size()
Deprecated. Returns the number of BusinessInfo objects in the BusinessInfoList. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BusinessInfoList()
public BusinessInfoList(int initialSize)
initialSize
- the initial capacity of the BusinessInfoList.Method Detail |
---|
public void add(BusinessInfo businessInfo)
BusinessInfo
to the BusinessInfoList.
businessInfo
- the BusinessInfo to be added.public BusinessInfo get(int index)
BusinessInfo
at the specified index.
index
- the index of the BusinessInfo to be retrieved.
public int size()
BusinessInfo
objects in the BusinessInfoList.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |