Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.uddi.client.structures.datatypes
Class OverviewDoc

java.lang.Object
  extended by weblogic.uddi.client.structures.datatypes.OverviewDoc

public class OverviewDoc
extends Object

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

OverviewDoc

public OverviewDoc()
Class constructor.

Method Detail

addDescription

public void addDescription(String des)
Adds a new description to the set of descriptions.

Parameters:
des - the new description.

setOverviewURL

public void setOverviewURL(String oURL)
Sets the value of the overview URL.

Parameters:
oURL - the new value of the overview URL.

setOverviewURL

public void setOverviewURL(OverviewURL oURL)
Sets the value of the overview URL.

Parameters:
oURL - the new value of the overview URL.

getOverviewURL

public OverviewURL getOverviewURL()
Gets the value of the overview URL.

Returns:
the current value of the overview URL.

getDescriptionVector

public Vector getDescriptionVector()
Gets the set of descriptions.

Returns:
the current set of descriptions.

setDescriptionVector

public void setDescriptionVector(Vector v)
Sets the set of descriptions.

Parameters:
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