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