public class TModel
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
TModel()
Deprecated.
Default constructor.
|
TModel(java.lang.String name)
Deprecated.
Constructs a TModel with the specified name.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public TModel()
public TModel(java.lang.String name)
name
- the name of the TModel.public java.lang.String getTModelKey()
public void setTModelKey(java.lang.String tModelKey)
tModelKey
- the tModelKey of this TModel.public java.lang.String getOperator()
public void setOperator(java.lang.String operatorName)
operatorName
- the operator of the UDDI registry that supplied this data.public java.lang.String getAuthorizedName()
public void setAuthorizedName(java.lang.String authorizedName)
authorizedName
- the authorizedName of this TModel.public java.lang.String getTModelName()
public void setTModelName(java.lang.String name)
name
- the name of this TModelpublic DescriptionList getDescriptions()
DescriptionList
of this TModel.public void setDescriptions(DescriptionList descriptions)
DescriptionList
of this TModel.description
- the DescriptionList of this TModel.public OverviewDoc getOverviewDoc()
OverviewDoc
of this TModel.public void setOverviewDoc(OverviewDoc overviewDoc)
OverviewDoc
of this TModel.overviewDoc
- the OverviewDoc of this TModel.public IdentifierBag getIdentifierBag()
IdentifierBag
of this TModel.public void setIdentifierBag(IdentifierBag identifierBag)
IdentifierBag
of this TModel.identifierBag
- the IdentifierBag of this TModel.public CategoryBag getCategoryBag()
CategoryBag
of this TModel.public void setCategoryBag(CategoryBag categoryBag)
CategoryBag
of this TModel.categoryBag
- the CategoryBag of this TModel.