|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.uddi.datatypes.TModel
Corresponds to UDDI v2.0 'tModel' element.
Field Summary | |
static java.lang.String |
java_copyright
|
Constructor Summary | |
TModel()
Default constructor. |
|
TModel(java.lang.String name)
Constructs a TModel with the specified name. |
Method Summary | |
java.lang.String |
getAuthorizedName()
Returns the authorizedName of this TModel. |
CategoryBag |
getCategoryBag()
Returns the CategoryBag of this TModel. |
DescriptionList |
getDescriptions()
Returns the DescriptionList of this TModel. |
IdentifierBag |
getIdentifierBag()
Returns the IdentifierBag of this TModel. |
java.lang.String |
getOperator()
Returns the operator of the UDDI registry that supplied this data. |
OverviewDoc |
getOverviewDoc()
Returns the OverviewDoc of this TModel. |
java.lang.String |
getTModelKey()
Returns the tModelKey of this TModel. |
java.lang.String |
getTModelName()
Returns the name of this TModel. |
void |
setAuthorizedName(java.lang.String authorizedName)
Sets the authorizedName of this TModel. |
void |
setCategoryBag(CategoryBag categoryBag)
Sets the CategoryBag of this TModel. |
void |
setDescriptions(DescriptionList descriptions)
Sets the DescriptionList of this TModel. |
void |
setIdentifierBag(IdentifierBag identifierBag)
Sets the IdentifierBag of this TModel. |
void |
setOperator(java.lang.String operatorName)
Sets the operator of the UDDI registry that supplied this data. |
void |
setOverviewDoc(OverviewDoc overviewDoc)
Sets the OverviewDoc of this TModel. |
void |
setTModelKey(java.lang.String tModelKey)
Sets the tModelKey of this TModel. |
void |
setTModelName(java.lang.String name)
Sets the name of this TModel. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String java_copyright
Constructor Detail |
public TModel()
public TModel(java.lang.String name)
name
- the name of the TModel.Method Detail |
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |