BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.uddi.client.structures.datatypes
Class OverviewDoc

java.lang.Object
  extended byweblogic.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.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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.

getDescriptionVector

public Vector getDescriptionVector()
Gets the set of descriptions.

Returns:
the current set of descriptions.

getOverviewURL

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

Returns:
the current value of the overview URL.

setDescriptionVector

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

Parameters:
v - the new set of descriptions.

setOverviewURL

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

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

setOverviewURL

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

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

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.