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