IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.datatypes
Class TModel

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

Deprecated. Deprecated as of WAS 6.0. No replacement.

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

Corresponds to UDDI v2.0 'tModel' element.

See Also:
Serialized Form

Constructor Summary
TModel()
          Deprecated. Default constructor.
TModel(java.lang.String name)
          Deprecated. Constructs a TModel with the specified name.
 
Method Summary
 java.lang.String getAuthorizedName()
          Deprecated. Returns the authorizedName of this TModel.
 CategoryBag getCategoryBag()
          Deprecated. Returns the CategoryBag of this TModel.
 DescriptionList getDescriptions()
          Deprecated. Returns the DescriptionList of this TModel.
 IdentifierBag getIdentifierBag()
          Deprecated. Returns the IdentifierBag of this TModel.
 java.lang.String getOperator()
          Deprecated. Returns the operator of the UDDI registry that supplied this data.
 OverviewDoc getOverviewDoc()
          Deprecated. Returns the OverviewDoc of this TModel.
 java.lang.String getTModelKey()
          Deprecated. Returns the tModelKey of this TModel.
 java.lang.String getTModelName()
          Deprecated. Returns the name of this TModel.
 void setAuthorizedName(java.lang.String authorizedName)
          Deprecated. Sets the authorizedName of this TModel.
 void setCategoryBag(CategoryBag categoryBag)
          Deprecated. Sets the CategoryBag of this TModel.
 void setDescriptions(DescriptionList descriptions)
          Deprecated. Sets the DescriptionList of this TModel.
 void setIdentifierBag(IdentifierBag identifierBag)
          Deprecated. Sets the IdentifierBag of this TModel.
 void setOperator(java.lang.String operatorName)
          Deprecated. Sets the operator of the UDDI registry that supplied this data.
 void setOverviewDoc(OverviewDoc overviewDoc)
          Deprecated. Sets the OverviewDoc of this TModel.
 void setTModelKey(java.lang.String tModelKey)
          Deprecated. Sets the tModelKey of this TModel.
 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

public TModel()
Deprecated. 
Default constructor.


TModel

public TModel(java.lang.String name)
Deprecated. 
Constructs a TModel with the specified name.

Parameters:
name - the name of the TModel.
Method Detail

getTModelKey

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

Returns:
the tModelKey of this TModel.

setTModelKey

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

Parameters:
tModelKey - the tModelKey of this TModel.

getOperator

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

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

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

Returns:
the authorizedName of this TModel.

setAuthorizedName

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

Parameters:
authorizedName - the authorizedName of this TModel.

getTModelName

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

Returns:
the name of this TModel

setTModelName

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

Parameters:
name - the name of this TModel

getDescriptions

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

Returns:
the DescriptionList of this TModel.

setDescriptions

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

Parameters:
description - the DescriptionList of this TModel.

getOverviewDoc

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

Returns:
the OverviewDoc of this TModel.

setOverviewDoc

public void setOverviewDoc(OverviewDoc overviewDoc)
Deprecated. 
Sets the OverviewDoc of this TModel.

Parameters:
overviewDoc - the OverviewDoc of this TModel.

getIdentifierBag

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

Returns:
the IdentifierBag of this TModel.

setIdentifierBag

public void setIdentifierBag(IdentifierBag identifierBag)
Deprecated. 
Sets the IdentifierBag of this TModel.

Parameters:
identifierBag - the IdentifierBag of this TModel.

getCategoryBag

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

Returns:
the CategoryBag of this TModel.

setCategoryBag

public void setCategoryBag(CategoryBag categoryBag)
Deprecated. 
Sets the CategoryBag of this TModel.

Parameters:
categoryBag - the CategoryBag of this TModel.

IBM WebSphere Application ServerTM
Release 8