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