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

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

Field Detail

java_copyright

public static final java.lang.String java_copyright
Constructor Detail

OverviewDoc

public OverviewDoc()
Method Detail

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.