com.ibm.uddi.datatypes
Class BusinessEntityExtList

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

Deprecated. Deprecated as of WAS 6.0. No replacement.

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

Corresponds to UDDI v2.0 sequence of 'businessEntityExt' elements. Encapsulates a Vector of BusinessEntityExt objects.

See Also:
Serialized Form

Field Summary
static java.lang.String JAVA_COPYRIGHT
          Deprecated.  
 
Constructor Summary
BusinessEntityExtList()
          Deprecated. Constructs a new, empty BusinessEntityExtList.
BusinessEntityExtList(int initialSize)
          Deprecated. Constructs a new, empty BusinessEntityExtList, with the initial capacity specified.
 
Method Summary
 void add(BusinessEntityExt businessEntityExt)
          Deprecated. Adds a BusinessEntityExt to the BusinessEntityExtList.
 BusinessEntityExt get(int index)
          Deprecated. Returns the BusinessEntityExt at the specified index.
 int size()
          Deprecated. Returns the number of BusinessEntityExt objects in the BusinessEntityExtList.
 
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

BusinessEntityExtList

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


BusinessEntityExtList

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

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

add

public void add(BusinessEntityExt businessEntityExt)
Deprecated. 
Adds a BusinessEntityExt to the BusinessEntityExtList.

Parameters:
businessEntityExt - the BusinessEntityExt to be added.

get

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

Parameters:
index - the index of the BusinessEntityExt to be retrieved.
Returns:
the BusinessEntityExt at the specified index.

size

public int size()
Deprecated. 
Returns the number of BusinessEntityExt objects in the BusinessEntityExtList.

Returns:
the number of BusinessEntityExt objects in the BusinessEntityExtList.