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