|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.uddi.datatypes.IdentifierBag
Corresponds to UDDI v2.0 'identifierBag' element.
Field Summary | |
static java.lang.String |
java_copyright
|
Constructor Summary | |
IdentifierBag()
Constructs a new, empty IdentifierBag. |
|
IdentifierBag(int initialSize)
Constructs a new, empty IdentifierBag, with the initial capacity specified. |
Method Summary | |
void |
add(KeyedReference identifier)
Adds a KeyedReference to the IdentifierBag. |
KeyedReference |
get(int index)
Returns the KeyedReference at the specified index. |
int |
size()
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 |
Field Detail |
public static final java.lang.String java_copyright
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |