com.ibm.uddi.datatypes

Class BusinessEntityExtList

  • java.lang.Object
    • com.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
    • Constructor Summary

      Constructors 
      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

      Methods 
      Modifier and Type Method and Description
      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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
IBM WebSphere Application ServerTM
Release 8.5