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

Part Number E13941-06

weblogic.uddi.client.structures.datatypes
Class TModelInstanceInfo

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

public class TModelInstanceInfo
extends Object

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

TModelInstanceInfo

public TModelInstanceInfo()
Class Constructor

Method Detail

setTModelKey

public void setTModelKey(String value)
Sets the value of the tModelKey.

Parameters:
value - the new value of the tModelKey.

getTModelKey

public String getTModelKey()
Gets the value of the tModelKey.

Returns:
the current value of the tModelKey.

addDescription

public void addDescription(String value)
Adds a new description to the descriptions.

Parameters:
value - the new description.

setDescriptionVector

public void setDescriptionVector(Vector value)
Sets the values for descriptions.

Parameters:
value - A set of descriptions to be included

getDescriptionVector

public Vector getDescriptionVector()
Gets the set of descriptions

Returns:
the set of descriptions

setInstanceDetails

public void setInstanceDetails(InstanceDetails value)
Sets the value of the instance details.

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

getInstanceDetails

public InstanceDetails getInstanceDetails()
Gets the value of the instance details.

Returns:
the current value of the instance details.

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