|
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.TModelInstanceInfo
public class TModelInstanceInfo
TModelInstanceInfo structure represents the binding Template instnace specific details for a tModel by reference.
Constructor Summary | |
---|---|
TModelInstanceInfo()
Class Constructor |
Method Summary | |
---|---|
void |
addDescription(String value)
Adds a new description to the descriptions. |
Vector |
getDescriptionVector()
Gets the set of descriptions |
InstanceDetails |
getInstanceDetails()
Gets the value of the instance details. |
String |
getTModelKey()
Gets the value of the tModelKey. |
void |
setDescriptionVector(Vector value)
Sets the values for descriptions. |
void |
setInstanceDetails(InstanceDetails value)
Sets the value of the instance details. |
void |
setTModelKey(String value)
Sets the value of the tModelKey. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TModelInstanceInfo()
Method Detail |
---|
public void setTModelKey(String value)
value
- the new value of the tModelKey.public String getTModelKey()
public void addDescription(String value)
value
- the new description.public void setDescriptionVector(Vector value)
value
- A set of descriptions to be includedpublic Vector getDescriptionVector()
public void setInstanceDetails(InstanceDetails value)
value
- the new value of the instance details.public InstanceDetails getInstanceDetails()
|
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 |