com.ibm.uddi.datatypes

Class TModelInstanceInfo

  1. java.lang.Object
  2. extended bycom.ibm.uddi.datatypes.TModelInstanceInfo
All implemented interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.
  1. public class TModelInstanceInfo
  2. extends java.lang.Object
  3. implements java.io.Serializable
Corresponds to UDDI v2.0 'tModelInstanceInfo' element.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
TModelInstanceInfo()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. DescriptionList
getDescriptions()
Deprecated. Returns the DescriptionList of this TModelInstanceInfo.
  1. InstanceDetails
getInstanceDetails()
Deprecated. Returns the InstanceDetails of this TModelInstanceInfo.
  1. java.lang.String
getTModelKey()
Deprecated. Returns the tModelKey of this TModelInstanceInfo.
  1. void
setDescriptions(DescriptionList descriptions)
Deprecated. Sets the DescriptionList of this TModelInstanceInfo.
  1. void
setInstanceDetails(InstanceDetails instanceDetails)
Deprecated. Sets the InstanceDetails of this TModelInstanceInfo.
  1. 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

  1. public TModelInstanceInfo()
Deprecated.

Method Detail

getTModelKey

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

setTModelKey

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

getDescriptions

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

setDescriptions

  1. public void setDescriptions(DescriptionList descriptions)
Deprecated.
Sets the DescriptionList of this TModelInstanceInfo.
Parameters:
descriptions - the DescriptionList of this TModelInstanceInfo.

getInstanceDetails

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

setInstanceDetails

  1. public void setInstanceDetails( InstanceDetails instanceDetails)
Deprecated.
Sets the InstanceDetails of this TModelInstanceInfo.
Parameters:
instanceDetails - the InstanceDetails of this TModelInstanceInfo.