|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.datatypes.UploadRegisterList
Corresponds to UDDI v2.0 sequence of 'uploadRegister' elements. Encapsulates a Vector of uploadRegister Strings.
Field Summary | |
---|---|
static java.lang.String |
JAVA_COPYRIGHT
Deprecated. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String JAVA_COPYRIGHT
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)
public int size()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |