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

Part Number E13941-03

weblogic.uddi.client.structures.datatypes
Class InstanceDetails

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

public class InstanceDetails
extends Object

The instanceDetails is used to hold web service instance specific information.


Constructor Summary
InstanceDetails()
          Class constructor.
 
Method Summary
 void addDescription(String desValue)
          Adds a new description to the set of descriptions.
 Vector getDescriptionVector()
          Gets the set of descriptions.
 InstanceParms getInstanceParms()
          Gets the value of the instance parms.
 OverviewDoc getOverviewDoc()
          Gets the value of the overview doc.
 void setDescriptionVector(Vector v)
          Sets the set of descriptions.
 void setInstanceParms(InstanceParms value)
          Sets the value of the instance parms.
 void setOverviewDoc(OverviewDoc ovDoc)
          Sets the value of the overview doc.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceDetails

public InstanceDetails()
Class constructor.

Method Detail

addDescription

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

Parameters:
desValue - the new description.

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.

setOverviewDoc

public void setOverviewDoc(OverviewDoc ovDoc)
Sets the value of the overview doc.

Parameters:
ovDoc - the new value of the overview doc.

setInstanceParms

public void setInstanceParms(InstanceParms value)
Sets the value of the instance parms.

Parameters:
value - the new value of the instance parms.

getInstanceParms

public InstanceParms getInstanceParms()
Gets the value of the instance parms.

Returns:
the current value of the instance parms.

getOverviewDoc

public OverviewDoc getOverviewDoc()
Gets the value of the overview doc.

Returns:
the current value of the overview doc.

Copyright 1996, 2010, 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 10.3.3 API Reference
11g Release 1 (10.3.3)

Part Number E13941-03