com.ibm.uddi.datatypes
Class TModelInstanceInfo
- java.lang.Object
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
See Also:
Constructor Summary
Constructor and Description |
---|
TModelInstanceInfo()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getDescriptions()
Deprecated. Returns the
DescriptionList of this TModelInstanceInfo.
|
|
getInstanceDetails()
Deprecated. Returns the
InstanceDetails of this TModelInstanceInfo.
|
|
|
getTModelKey()
Deprecated. Returns the tModelKey of this TModelInstanceInfo.
|
|
setDescriptions(DescriptionList descriptions)
Deprecated. Sets the
DescriptionList of this TModelInstanceInfo.
|
|
setInstanceDetails(InstanceDetails instanceDetails)
Deprecated. Sets the
InstanceDetails of this TModelInstanceInfo.
|
|
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.