com.ibm.uddi.datatypes
Class OverviewDoc
- java.lang.Object
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
See Also:
Constructor Summary
Constructor and Description |
---|
OverviewDoc()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getDescriptions()
Deprecated. Returns the
DescriptionList of this OverviewDoc.
|
|
|
getOverviewURL()
Deprecated. Returns the overviewURL of this OverviewDoc.
|
|
setDescriptions(DescriptionList descriptions)
Deprecated. Sets the
DescriptionList of this OverviewDoc.
|
|
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.
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.
DescriptionList
of this OverviewDoc.