|
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.InstanceDetails
public class InstanceDetails
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 |
---|
public InstanceDetails()
Method Detail |
---|
public void addDescription(String desValue)
desValue
- the new description.public Vector getDescriptionVector()
public void setDescriptionVector(Vector v)
v
- the new set of descriptions.public void setOverviewDoc(OverviewDoc ovDoc)
ovDoc
- the new value of the overview doc.public void setInstanceParms(InstanceParms value)
value
- the new value of the instance parms.public InstanceParms getInstanceParms()
public OverviewDoc getOverviewDoc()
|
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 |