com.ibm.uddi.datatypes
Class DiscoveryUrlList

java.lang.Object
  extended bycom.ibm.uddi.datatypes.DiscoveryUrlList
All Implemented Interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.

public class DiscoveryUrlList
extends java.lang.Object
implements java.io.Serializable

Corresponds to UDDI v2.0 sequence of 'discoveryURL' elements. Encapsulates a Vector of DiscoveryUrl objects.

See Also:
Serialized Form

Field Summary
static java.lang.String JAVA_COPYRIGHT
          Deprecated.  
 
Constructor Summary
DiscoveryUrlList()
          Deprecated. Constructs a new, empty DiscoveryUrlList.
DiscoveryUrlList(int initialSize)
          Deprecated. Constructs a new, empty DiscoveryUrlList, with the initial capacity specified.
 
Method Summary
 void add(DiscoveryUrl discoveryURL)
          Deprecated. Adds a DiscoveryUrl to the DiscoveryUrlList.
 DiscoveryUrl get(int i)
          Deprecated. Returns the DiscoveryUrl at the specified index.
 int size()
          Deprecated. Returns the number of DiscoveryUrl objects in the DiscoveryUrlList.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JAVA_COPYRIGHT

public static final java.lang.String JAVA_COPYRIGHT
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

DiscoveryUrlList

public DiscoveryUrlList()
Deprecated. 
Constructs a new, empty DiscoveryUrlList.


DiscoveryUrlList

public DiscoveryUrlList(int initialSize)
Deprecated. 
Constructs a new, empty DiscoveryUrlList, with the initial capacity specified.

Parameters:
initialSize - the initial capacity of the DiscoveryUrlList.
Method Detail

add

public void add(DiscoveryUrl discoveryURL)
Deprecated. 
Adds a DiscoveryUrl to the DiscoveryUrlList.


get

public DiscoveryUrl get(int i)
Deprecated. 
Returns the DiscoveryUrl at the specified index.

Returns:
the DiscoveryUrl at the specified index.

size

public int size()
Deprecated. 
Returns the number of DiscoveryUrl objects in the DiscoveryUrlList.

Returns:
the number of DiscoveryUrl objects in the DiscoveryUrlList.