com.ibm.uddi.datatypes

Class OverviewDoc

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

Deprecated. Deprecated as of WAS 6.0. No replacement.
  1. public class OverviewDoc
  2. extends java.lang.Object
  3. implements java.io.Serializable
Corresponds to UDDI v2.0 'overviewDoc' element.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
OverviewDoc()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. DescriptionList
getDescriptions()
Deprecated. Returns the DescriptionList of this OverviewDoc.
  1. java.lang.String
getOverviewURL()
Deprecated. Returns the overviewURL of this OverviewDoc.
  1. void
setDescriptions(DescriptionList descriptions)
Deprecated. Sets the DescriptionList of this OverviewDoc.
  1. 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

  1. public OverviewDoc()
Deprecated.

Method Detail

getDescriptions

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

setDescriptions

  1. public void setDescriptions(DescriptionList descriptions)
Deprecated.
Sets the DescriptionList of this OverviewDoc.
Parameters:
descriptions - the DescriptionList of this OverviewDoc.

getOverviewURL

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

setOverviewURL

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