|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.datatypes.RelatedBusinessInfoList
Corresponds to UDDI v2.0 sequence of 'relatedBusinessInfo' elements.
Encapsulates a Vector of RelatedBusinessInfo
objects.
Field Summary | |
---|---|
static java.lang.String |
JAVA_COPYRIGHT
Deprecated. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String JAVA_COPYRIGHT
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.
public int size()
RelatedBusinessInfo
objects in the RelatedBusinessInfoList.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |