IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.datatypes
Class TModelInstanceInfo

java.lang.Object
  extended by com.ibm.uddi.datatypes.TModelInstanceInfo
All Implemented Interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.

public class TModelInstanceInfo
extends java.lang.Object
implements java.io.Serializable

Corresponds to UDDI v2.0 'tModelInstanceInfo' element.

See Also:
Serialized Form

Constructor Summary
TModelInstanceInfo()
          Deprecated.  
 
Method Summary
 DescriptionList getDescriptions()
          Deprecated. Returns the DescriptionList of this TModelInstanceInfo.
 InstanceDetails getInstanceDetails()
          Deprecated. Returns the InstanceDetails of this TModelInstanceInfo.
 java.lang.String getTModelKey()
          Deprecated. Returns the tModelKey of this TModelInstanceInfo.
 void setDescriptions(DescriptionList descriptions)
          Deprecated. Sets the DescriptionList of this TModelInstanceInfo.
 void setInstanceDetails(InstanceDetails instanceDetails)
          Deprecated. Sets the InstanceDetails of this TModelInstanceInfo.
 void setTModelKey(java.lang.String tModelKey)
          Deprecated. Sets the tModelKey of this TModelInstanceInfo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TModelInstanceInfo

public TModelInstanceInfo()
Deprecated. 
Method Detail

getTModelKey

public java.lang.String getTModelKey()
Deprecated. 
Returns the tModelKey of this TModelInstanceInfo.

Returns:
the tModelKey of this TModelInstanceInfo.

setTModelKey

public void setTModelKey(java.lang.String tModelKey)
Deprecated. 
Sets the tModelKey of this TModelInstanceInfo.

Parameters:
tModelKey - the tModelKey of this TModelInstanceInfo.

getDescriptions

public DescriptionList getDescriptions()
Deprecated. 
Returns the DescriptionList of this TModelInstanceInfo.

Returns:
the DescriptionList of this TModelInstanceInfo.

setDescriptions

public void setDescriptions(DescriptionList descriptions)
Deprecated. 
Sets the DescriptionList of this TModelInstanceInfo.

Parameters:
descriptions - the DescriptionList of this TModelInstanceInfo.

getInstanceDetails

public InstanceDetails getInstanceDetails()
Deprecated. 
Returns the InstanceDetails of this TModelInstanceInfo.

Returns:
the InstanceDetails of this TModelInstanceInfo.

setInstanceDetails

public void setInstanceDetails(InstanceDetails instanceDetails)
Deprecated. 
Sets the InstanceDetails of this TModelInstanceInfo.

Parameters:
instanceDetails - the InstanceDetails of this TModelInstanceInfo.

IBM WebSphere Application ServerTM
Release 8