Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.uddi.client.structures.datatypes
Class TModelInfo

java.lang.Object
  extended by weblogic.uddi.client.structures.datatypes.TModelInfo

public class TModelInfo
extends Object

TModelInfo contains a collection of TModelKeys


Constructor Summary
TModelInfo()
          Class constructor.
 
Method Summary
 Name getName()
          Gets the value of the name.
 String getTModelKey()
          Gets the value of the tModelKey.
 void setName(Name value)
          Sets the name.
 void setName(String value)
          Sets the name string.
 void setTModelKey(String value)
          Sets the value of the tModel key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TModelInfo

public TModelInfo()
Class constructor.

Method Detail

getName

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

Returns:
the current value of the name.

setName

public void setName(String value)
Sets the name string.

Parameters:
value - the new name string.

setName

public void setName(Name value)
Sets the name.

Parameters:
value - the new name.

getTModelKey

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

Returns:
the current value of the tModelKey.

setTModelKey

public void setTModelKey(String value)
Sets the value of the tModel key.

Parameters:
value - the new value of the tModel key.

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