com.ibm.uddi.datatypes

Class UploadRegisterList

  1. java.lang.Object
  2. extended bycom.ibm.uddi.datatypes.UploadRegisterList
All implemented interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.
  1. public class UploadRegisterList
  2. extends java.lang.Object
  3. implements java.io.Serializable
Corresponds to UDDI v2.0 sequence of 'uploadRegister' elements. Encapsulates a Vector of uploadRegister Strings.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
UploadRegisterList()
Deprecated. Constructs a new, empty UploadRegisterList.
UploadRegisterList(int initialSize)
Deprecated. Constructs a new, empty UploadRegisterList, with the initial capacity specified.

Method Summary

Modifier and Type Method and Description
  1. void
add(java.lang.String uploadRegister)
Deprecated. Adds an uploadRegister to the UploadRegisterList.
  1. java.lang.String
get(int i)
Deprecated. Returns the uploadRegister at the specified index.
  1. 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

UploadRegisterList

  1. public UploadRegisterList()
Deprecated.
Constructs a new, empty UploadRegisterList.

UploadRegisterList

  1. public UploadRegisterList(int initialSize)
Deprecated.
Constructs a new, empty UploadRegisterList, with the initial capacity specified.
Parameters:
initialSize - the initial capacity of the UploadRegisterList.

Method Detail

add

  1. public void add(java.lang.String uploadRegister)
Deprecated.
Adds an uploadRegister to the UploadRegisterList.
Parameters:
uploadRegister - the uploadRegister to be added.

get

  1. public java.lang.String get(int i)
Deprecated.
Returns the uploadRegister at the specified index.
Returns:
the uploadRegister at the specified index.

size

  1. public int size()
Deprecated.
Returns the number of uploadRegisters in the UploadRegisterList.
Returns:
the number of uploadRegisters in the UploadRegisterList.