IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.datatypes
Class OverviewDoc

java.lang.Object
  extended by com.ibm.uddi.datatypes.OverviewDoc
All Implemented Interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.

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

Corresponds to UDDI v2.0 'overviewDoc' element.

See Also:
Serialized Form

Constructor Summary
OverviewDoc()
          Deprecated.  
 
Method Summary
 DescriptionList getDescriptions()
          Deprecated. Returns the DescriptionList of this OverviewDoc.
 java.lang.String getOverviewURL()
          Deprecated. Returns the overviewURL of this OverviewDoc.
 void setDescriptions(DescriptionList descriptions)
          Deprecated. Sets the DescriptionList of this OverviewDoc.
 void setOverviewURL(java.lang.String overviewURL)
          Deprecated. Sets the overviewURL of this OverviewDoc.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OverviewDoc

public OverviewDoc()
Deprecated. 
Method Detail

getDescriptions

public DescriptionList getDescriptions()
Deprecated. 
Returns the DescriptionList of this OverviewDoc.

Returns:
the DescriptionList of this OverviewDoc.

setDescriptions

public void setDescriptions(DescriptionList descriptions)
Deprecated. 
Sets the DescriptionList of this OverviewDoc.

Parameters:
descriptions - the DescriptionList of this OverviewDoc.

getOverviewURL

public java.lang.String getOverviewURL()
Deprecated. 
Returns the overviewURL of this OverviewDoc.

Returns:
the overviewURL of this OverviewDoc.

setOverviewURL

public void setOverviewURL(java.lang.String overviewURL)
Deprecated. 
Sets the overviewURL of this OverviewDoc.

Parameters:
overviewURL - the overviewURL of this OverviewDoc.

IBM WebSphere Application ServerTM
Release 8