|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--inspireit.uddi.base.OverviewDoc
OverviewDoc is a placeholder for metadata that describes overview information about a particular TModel use within a BindingTemplate.
| Field Summary | |
protected Descriptions |
descriptions
Set of short descriptive overviews of how a particular TModel is to be used. |
protected OverviewURL |
overviewURL
Holds a URL reference to a long form of an overview document that covers the way a particular TModel specific reference is used as a component of an overall Web service description. |
| Constructor Summary | |
OverviewDoc()
Deprecated. as of UDDI V3.0 |
|
OverviewDoc(Descriptions descriptions)
OverviewDoc constructor. |
|
OverviewDoc(OverviewURL overviewURL)
OverviewDoc constructor. |
|
| Method Summary | |
void |
addDescription(Description description)
Adds a Description to the list of short descriptive overviews of how a particular TModel is to be used. |
boolean |
equals(java.lang.Object o)
Checks whether an object is equal to this OverviewDoc. |
Descriptions |
getDescriptions()
Gets all descriptive overviews of how a particular TModel is to be used. |
OverviewURL |
getOverviewURL()
Gets the OverviewURL holding a URL reference to a long form of an overview document that covers the way a particular TModel specific reference is used as a component of an overall Web service description. |
void |
removeDescription(Description description)
Removes a Description from the list of short descriptive overviews of how a particular TModel is to be used. |
void |
setOverviewURL(OverviewURL overviewURL)
Sets the OverviewURL holding a URL reference to a long form of an overview document that covers the way a particular TModel specific reference is used as a component of an overall Web service description. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this OverviewDoc. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Descriptions descriptions
protected OverviewURL overviewURL
| Constructor Detail |
public OverviewDoc()
public OverviewDoc(OverviewURL overviewURL)
overviewURL - public OverviewDoc(Descriptions descriptions)
descriptions - | Method Detail |
public void addDescription(Description description)
description - The Description to add to the list.public void removeDescription(Description description)
description - The Description to remove from the list.public Descriptions getDescriptions()
public void setOverviewURL(OverviewURL overviewURL)
overviewURL - The OverviewURL to associate to this OverviewDoc.public OverviewURL getOverviewURL()
public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The Visitor visiting this OverviewDoc.public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - The object to test for equality.
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||