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