com.ibm.uddi.datatypes
Class OverviewDoc
java.lang.Object
|
+--com.ibm.uddi.datatypes.OverviewDoc
- All Implemented Interfaces:
- java.io.Serializable
- public class OverviewDoc
- extends java.lang.Object
- implements java.io.Serializable
Corresponds to UDDI v2.0 'overviewDoc' element.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
java_copyright
public static final java.lang.String java_copyright
OverviewDoc
public OverviewDoc()
getDescriptions
public DescriptionList getDescriptions()
- Returns the
DescriptionList
of this OverviewDoc.
- Returns:
- the DescriptionList of this OverviewDoc.
setDescriptions
public void setDescriptions(DescriptionList descriptions)
- Sets the
DescriptionList
of this OverviewDoc.
- Parameters:
descriptions
- the DescriptionList of this OverviewDoc.
getOverviewURL
public java.lang.String getOverviewURL()
- Returns the overviewURL of this OverviewDoc.
- Returns:
- the overviewURL of this OverviewDoc.
setOverviewURL
public void setOverviewURL(java.lang.String overviewURL)
- Sets the overviewURL of this OverviewDoc.
- Parameters:
overviewURL
- the overviewURL of this OverviewDoc.