org.uddi.v3.schema.api
Class OverviewDoc

java.lang.Object
  extended byorg.uddi.v3.schema.api.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()
           
 
Method Summary
 Description[] getDescription()
           
 Description getDescription(int i)
           
 OverviewURL getOverviewURL()
           
 void setDescription(Description[] description)
           
 void setDescription(int i, Description value)
           
 void setOverviewURL(OverviewURL overviewURL)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OverviewDoc

public OverviewDoc()
Method Detail

getDescription

public Description[] getDescription()

setDescription

public void setDescription(Description[] description)

getDescription

public Description getDescription(int i)

setDescription

public void setDescription(int i,
                           Description value)

getOverviewURL

public OverviewURL getOverviewURL()

setOverviewURL

public void setOverviewURL(OverviewURL overviewURL)