com.ibm.uddi.datatypes

Class BusinessEntityExtList

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

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

Constructor Summary

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

Method Summary

Modifier and Type Method and Description
  1. void
add(BusinessEntityExt businessEntityExt)
Deprecated. Adds a BusinessEntityExt to the BusinessEntityExtList.
  1. BusinessEntityExt
get(int index)
Deprecated. Returns the BusinessEntityExt at the specified index.
  1. int
size()
Deprecated. Returns the number of BusinessEntityExt objects in the BusinessEntityExtList.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

BusinessEntityExtList

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

BusinessEntityExtList

  1. 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

  1. public void add(BusinessEntityExt businessEntityExt)
Deprecated.
Adds a BusinessEntityExt to the BusinessEntityExtList.
Parameters:
businessEntityExt - the BusinessEntityExt to be added.

get

  1. 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

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