|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.uddi.client.structures.datatypes.TModel
public class TModel
TModel provides description of specifications for services and taxonomies.
| Constructor Summary | |
|---|---|
TModel()
Class Constructor |
|
| Method Summary | |
|---|---|
void |
addDescription(String des)
Adds a new description to the descriptions. |
String |
getAuthorizedName()
Gets the value of the authorizedName. |
CategoryBag |
getCategoryBag()
Gets the value of the categoryBag. |
Vector |
getDescriptionVector()
Gets the set of descriptions |
IdentifierBag |
getIdentifierBag()
Gets the value of the identifierBag. |
Name |
getName()
Gets the value of the name. |
String |
getOperator()
Gets the value of the operator. |
OverviewDoc |
getOverviewDoc()
Gets the value of the overviewDoc. |
String |
getTModelKey()
Gets the value of the tModelKey. |
void |
setAuthorizedName(String name)
Sets the value of the authorizedName. |
void |
setCategoryBag(CategoryBag cb)
Sets the value of the categoryBag. |
void |
setDescriptionVector(Vector value)
Sets the set of descriptions |
void |
setIdentifierBag(IdentifierBag value)
Sets the value of the identifierBag. |
void |
setName(Name val)
Sets the value of the name. |
void |
setName(String val)
Sets the value of the name. |
void |
setOperator(String val)
Sets the value of the operator. |
void |
setOverviewDoc(OverviewDoc ovDoc)
Sets the value of the overviewDoc. |
void |
setTModelKey(String keyValue)
Sets the value of the tModelKey. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TModel()
| Method Detail |
|---|
public void setTModelKey(String keyValue)
keyValue - the new value of the tModelKey.public void setOperator(String val)
val - the new value of the operator.public void setAuthorizedName(String name)
name - the new value of the authorizedName.public String getTModelKey()
public String getOperator()
public String getAuthorizedName()
public void setName(String val)
val - the new value of the name.public void setName(Name val)
val - the new value of the name.public Name getName()
public void addDescription(String des)
des - the new description.public Vector getDescriptionVector()
public void setDescriptionVector(Vector value)
the - new set of descriptionspublic void setOverviewDoc(OverviewDoc ovDoc)
ovDoc - the new value of the overviewDoc.public OverviewDoc getOverviewDoc()
public void setCategoryBag(CategoryBag cb)
cb - the new value of the categoryBag.public CategoryBag getCategoryBag()
public IdentifierBag getIdentifierBag()
public void setIdentifierBag(IdentifierBag value)
value - the new value of the identifierBag.
|
Documentation is available at http://e-docs.bea.com/wls/docs100 Copyright 2006 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||