cgl.axis.services.uddi.uddi_schema
Class OverviewDoc

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_schema.OverviewDoc
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
OverviewDoc()
           
OverviewDoc(Description[] description, OverviewURL overviewURL)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Description[] getDescription()
          Gets the description value for this OverviewDoc.
 Description getDescription(int i)
           
 OverviewURL getOverviewURL()
          Gets the overviewURL value for this OverviewDoc.
 int hashCode()
           
 void setDescription(Description[] description)
          Sets the description value for this OverviewDoc.
 void setDescription(int i, Description _value)
           
 void setOverviewURL(OverviewURL overviewURL)
          Sets the overviewURL value for this OverviewDoc.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OverviewDoc

public OverviewDoc()

OverviewDoc

public OverviewDoc(Description[] description,
                   OverviewURL overviewURL)
Method Detail

getDescription

public Description[] getDescription()
Gets the description value for this OverviewDoc.

Returns:
description

setDescription

public void setDescription(Description[] description)
Sets the description value for this OverviewDoc.

Parameters:
description -

getDescription

public Description getDescription(int i)

setDescription

public void setDescription(int i,
                           Description _value)

getOverviewURL

public OverviewURL getOverviewURL()
Gets the overviewURL value for this OverviewDoc.

Returns:
overviewURL

setOverviewURL

public void setOverviewURL(OverviewURL overviewURL)
Sets the overviewURL value for this OverviewDoc.

Parameters:
overviewURL -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()