com.ibm.uddi.datatypes

Class TModelInfo

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

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

Constructor Summary

Constructor and Description
TModelInfo()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getName()
Deprecated. Returns the name of this TModelInfo.
  1. java.lang.String
getTModelKey()
Deprecated. Returns the tModelKey of this TModelInfo.
  1. void
setName(java.lang.String name)
Deprecated. Sets the name of this TModelInfo.
  1. void
setTModelKey(java.lang.String tModelKey)
Deprecated. Sets the tModelKey of this TModelInfo.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

TModelInfo

  1. public TModelInfo()
Deprecated.

Method Detail

getTModelKey

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

setTModelKey

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

getName

  1. public java.lang.String getName( )
Deprecated.
Returns the name of this TModelInfo.
Returns:
the name of this TModelInfo.

setName

  1. public void setName(java.lang.String name)
Deprecated.
Sets the name of this TModelInfo.
Parameters:
name - the name of this TModelInfo.