|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.datatypes.BusinessServiceList
Corresponds to UDDI v2.0 sequence of 'businessService' elements.
Encapsulates a Vector of BusinessService
objects.
Field Summary | |
---|---|
static java.lang.String |
JAVA_COPYRIGHT
Deprecated. |
Constructor Summary | |
---|---|
BusinessServiceList()
Deprecated. Constructs a new, empty BusinessServiceList. |
|
BusinessServiceList(int initialSize)
Deprecated. Constructs a new, empty BusinessServiceList, with the initial capacity specified. |
Method Summary | |
---|---|
void |
add(BusinessService businessService)
Deprecated. Adds a BusinessService to the BusinessServiceList. |
BusinessService |
get(int index)
Deprecated. Returns the BusinessService at the specified index. |
int |
size()
Deprecated. Returns the number of BusinessService objects in the BusinessServiceList. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String JAVA_COPYRIGHT
Constructor Detail |
public BusinessServiceList()
public BusinessServiceList(int initialSize)
initialSize
- the initial capacity of the BusinessServiceList.Method Detail |
public void add(BusinessService businessService)
BusinessService
to the BusinessServiceList.
businessService
- the BusinessService to be added.public BusinessService get(int index)
BusinessService
at the specified index.
public int size()
BusinessService
objects in the BusinessServiceList.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |