|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object weblogic.uddi.client.structures.datatypes.OverviewDoc
public class OverviewDoc
The overviewDoc structure holds the metadata that describes overview infomration about a particular TModel use.
Constructor Summary | |
---|---|
OverviewDoc()
Class constructor. |
Method Summary | |
---|---|
void |
addDescription(String des)
Adds a new description to the set of descriptions. |
Vector |
getDescriptionVector()
Gets the set of descriptions. |
OverviewURL |
getOverviewURL()
Gets the value of the overview URL. |
void |
setDescriptionVector(Vector v)
Sets the set of descriptions. |
void |
setOverviewURL(OverviewURL oURL)
Sets the value of the overview URL. |
void |
setOverviewURL(String oURL)
Sets the value of the overview URL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OverviewDoc()
Method Detail |
---|
public void addDescription(String des)
des
- the new description.public void setOverviewURL(String oURL)
oURL
- the new value of the overview URL.public void setOverviewURL(OverviewURL oURL)
oURL
- the new value of the overview URL.public OverviewURL getOverviewURL()
public Vector getDescriptionVector()
public void setDescriptionVector(Vector v)
v
- the new set of descriptions.
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |