BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.uddi.client.structures.datatypes
Class TModel

java.lang.Object
  extended byweblogic.uddi.client.structures.datatypes.TModel

public class TModel
extends Object

TModel provides description of specifications for services and taxonomies.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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

TModel

public TModel()
Class Constructor

Method Detail

addDescription

public void addDescription(String des)
Adds a new description to the descriptions.

Parameters:
des - the new description.

getAuthorizedName

public String getAuthorizedName()
Gets the value of the authorizedName.

Returns:
the current value of the authorizedName.

getCategoryBag

public CategoryBag getCategoryBag()
Gets the value of the categoryBag.

Returns:
the current value of the categoryBag.

getDescriptionVector

public Vector getDescriptionVector()
Gets the set of descriptions

Returns:
the set of descriptions

getIdentifierBag

public IdentifierBag getIdentifierBag()
Gets the value of the identifierBag.

Returns:
the current value of the identifierBag.

getName

public Name getName()
Gets the value of the name.

Returns:
the current value of the name.

getOperator

public String getOperator()
Gets the value of the operator.

Returns:
the current value of the operator.

getOverviewDoc

public OverviewDoc getOverviewDoc()
Gets the value of the overviewDoc.

Returns:
the current value of the overviewDoc.

getTModelKey

public String getTModelKey()
Gets the value of the tModelKey.

Returns:
the current value of the tModelKey.

setAuthorizedName

public void setAuthorizedName(String name)
Sets the value of the authorizedName.

Parameters:
name - the new value of the authorizedName.

setCategoryBag

public void setCategoryBag(CategoryBag cb)
Sets the value of the categoryBag.

Parameters:
cb - the new value of the categoryBag.

setDescriptionVector

public void setDescriptionVector(Vector value)
Sets the set of descriptions


setIdentifierBag

public void setIdentifierBag(IdentifierBag value)
Sets the value of the identifierBag.

Parameters:
value - the new value of the identifierBag.

setName

public void setName(Name val)
Sets the value of the name.

Parameters:
val - the new value of the name.

setName

public void setName(String val)
Sets the value of the name.

Parameters:
val - the new value of the name.

setOperator

public void setOperator(String val)
Sets the value of the operator.

Parameters:
val - the new value of the operator.

setOverviewDoc

public void setOverviewDoc(OverviewDoc ovDoc)
Sets the value of the overviewDoc.

Parameters:
ovDoc - the new value of the overviewDoc.

setTModelKey

public void setTModelKey(String keyValue)
Sets the value of the tModelKey.

Parameters:
keyValue - the new value of the tModelKey.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.