|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object weblogic.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 tModelKeypublic void setOperator(String val)
val
- the new value of the operatorpublic void setAuthorizedName(String name)
name
- the new value of the authorizedNamepublic String getTModelKey()
public String getOperator()
public String getAuthorizedName()
public void setName(String val)
val
- the new value of the namepublic void setName(Name val)
val
- the new value of the namepublic Name getName()
public void addDescription(String des)
des
- the new descriptionpublic Vector getDescriptionVector()
public void setDescriptionVector(Vector value)
value
- the new set of descriptionspublic void setOverviewDoc(OverviewDoc ovDoc)
ovDoc
- the new value of the overviewDocpublic OverviewDoc getOverviewDoc()
public void setCategoryBag(CategoryBag cb)
cb
- the new value of the categoryBagpublic CategoryBag getCategoryBag()
public IdentifierBag getIdentifierBag()
public void setIdentifierBag(IdentifierBag value)
value
- the new value of the identifierBag
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |