weblogic.uddi.client.structures.datatypes
Class OverviewURL
java.lang.Object
weblogic.uddi.client.structures.datatypes.TextNode
weblogic.uddi.client.structures.datatypes.OverviewURL
public class OverviewURL
- extends TextNode
The overviewURL structure holds the URL to a overview document (overviewDoc).
| Fields inherited from class weblogic.uddi.client.structures.datatypes.TextNode |
value |
|
Constructor Summary |
OverviewURL(String val)
Class constructor specifying the initialization value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OverviewURL
public OverviewURL(String val)
- Class constructor specifying the initialization value.
- Parameters:
val - value of the overview URL.