com.ibm.uddi.datatypes

Class TModel

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

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

Constructor Summary

Constructor and Description
TModel()
Deprecated. Default constructor.
TModel(java.lang.String name)
Deprecated. Constructs a TModel with the specified name.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getAuthorizedName()
Deprecated. Returns the authorizedName of this TModel.
  1. CategoryBag
getCategoryBag()
Deprecated. Returns the CategoryBag of this TModel.
  1. DescriptionList
getDescriptions()
Deprecated. Returns the DescriptionList of this TModel.
  1. IdentifierBag
getIdentifierBag()
Deprecated. Returns the IdentifierBag of this TModel.
  1. java.lang.String
getOperator()
Deprecated. Returns the operator of the UDDI registry that supplied this data.
  1. OverviewDoc
getOverviewDoc()
Deprecated. Returns the OverviewDoc of this TModel.
  1. java.lang.String
getTModelKey()
Deprecated. Returns the tModelKey of this TModel.
  1. java.lang.String
getTModelName()
Deprecated. Returns the name of this TModel.
  1. void
setAuthorizedName(java.lang.String authorizedName)
Deprecated. Sets the authorizedName of this TModel.
  1. void
setCategoryBag(CategoryBag categoryBag)
Deprecated. Sets the CategoryBag of this TModel.
  1. void
setDescriptions(DescriptionList descriptions)
Deprecated. Sets the DescriptionList of this TModel.
  1. void
setIdentifierBag(IdentifierBag identifierBag)
Deprecated. Sets the IdentifierBag of this TModel.
  1. void
setOperator(java.lang.String operatorName)
Deprecated. Sets the operator of the UDDI registry that supplied this data.
  1. void
setOverviewDoc(OverviewDoc overviewDoc)
Deprecated. Sets the OverviewDoc of this TModel.
  1. void
setTModelKey(java.lang.String tModelKey)
Deprecated. Sets the tModelKey of this TModel.
  1. void
setTModelName(java.lang.String name)
Deprecated. Sets the name of this TModel.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

TModel

  1. public TModel()
Deprecated.
Default constructor.

TModel

  1. public TModel(java.lang.String name)
Deprecated.
Constructs a TModel with the specified name.
Parameters:
name - the name of the TModel.

Method Detail

getTModelKey

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

setTModelKey

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

getOperator

  1. public java.lang.String getOperator( )
Deprecated.
Returns the operator of the UDDI registry that supplied this data.
Returns:
the operator of the UDDI registry that supplied this data.

setOperator

  1. public void setOperator(java.lang.String operatorName)
Deprecated.
Sets the operator of the UDDI registry that supplied this data.
Parameters:
operatorName - the operator of the UDDI registry that supplied this data.

getAuthorizedName

  1. public java.lang.String getAuthorizedName( )
Deprecated.
Returns the authorizedName of this TModel.
Returns:
the authorizedName of this TModel.

setAuthorizedName

  1. public void setAuthorizedName(java.lang.String authorizedName)
Deprecated.
Sets the authorizedName of this TModel.
Parameters:
authorizedName - the authorizedName of this TModel.

getTModelName

  1. public java.lang.String getTModelName( )
Deprecated.
Returns the name of this TModel.
Returns:
the name of this TModel

setTModelName

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

getDescriptions

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

setDescriptions

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

getOverviewDoc

  1. public OverviewDoc getOverviewDoc( )
Deprecated.
Returns the OverviewDoc of this TModel.
Returns:
the OverviewDoc of this TModel.

setOverviewDoc

  1. public void setOverviewDoc(OverviewDoc overviewDoc)
Deprecated.
Sets the OverviewDoc of this TModel.
Parameters:
overviewDoc - the OverviewDoc of this TModel.

getIdentifierBag

  1. public IdentifierBag getIdentifierBag( )
Deprecated.
Returns the IdentifierBag of this TModel.
Returns:
the IdentifierBag of this TModel.

setIdentifierBag

  1. public void setIdentifierBag(IdentifierBag identifierBag)
Deprecated.
Sets the IdentifierBag of this TModel.
Parameters:
identifierBag - the IdentifierBag of this TModel.

getCategoryBag

  1. public CategoryBag getCategoryBag( )
Deprecated.
Returns the CategoryBag of this TModel.
Returns:
the CategoryBag of this TModel.

setCategoryBag

  1. public void setCategoryBag(CategoryBag categoryBag)
Deprecated.
Sets the CategoryBag of this TModel.
Parameters:
categoryBag - the CategoryBag of this TModel.