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