|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.juddi.datatype.OverviewDoc
public class OverviewDoc
Optional structure in InstanceDetails used for overview information about a particular TModel use within a BindingTemplate.
Constructor Summary | |
---|---|
OverviewDoc()
Construct a new emtpy overviewDoc instance. |
|
OverviewDoc(OverviewURL url)
Construct a new overviewDoc with a given overviewURL. |
|
OverviewDoc(java.lang.String url)
Construct a new overviewDoc with a given overviewURL. |
Method Summary | |
---|---|
void |
addDescription(Description desc)
Adds the given description. |
java.util.Vector |
getDescriptionVector()
Returns the descriptions. |
OverviewURL |
getOverviewURL()
Returns the overviewURL of this overviewDoc. |
java.lang.String |
getOverviewURLString()
Returns the overviewURL of this overviewDoc. |
void |
setDescriptionVector(java.util.Vector descs)
Sets the description list to the current one. |
void |
setOverviewURL(OverviewURL url)
Sets the overviewURL to the String value of the given URL. |
void |
setOverviewURL(java.lang.String url)
Sets the overviewURL to the given URL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OverviewDoc()
public OverviewDoc(java.lang.String url)
url
- The overviewURL of this overviewDocpublic OverviewDoc(OverviewURL url)
url
- The overviewURL of this overviewDocMethod Detail |
---|
public void addDescription(Description desc)
desc
- The description to add.public void setDescriptionVector(java.util.Vector descs)
descs
- Descriptions of Description objects to setpublic java.util.Vector getDescriptionVector()
public void setOverviewURL(OverviewURL url)
url
- The new overviewURL.public void setOverviewURL(java.lang.String url)
url
- The new overviewURL.public OverviewURL getOverviewURL()
public java.lang.String getOverviewURLString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |