com.ibm.uddi.datatypes
Class TModelInfo
java.lang.Object
|
+--com.ibm.uddi.datatypes.TModelInfo
- All Implemented Interfaces:
- java.io.Serializable
- public class TModelInfo
- extends java.lang.Object
- implements java.io.Serializable
Corresponds to UDDI v2.0 'tModelInfo' element.
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getName()
Returns the name of this TModelInfo. |
java.lang.String |
getTModelKey()
Returns the tModelKey of this TModelInfo. |
void |
setName(java.lang.String name)
Sets the name of this TModelInfo. |
void |
setTModelKey(java.lang.String tModelKey)
Sets the tModelKey of this TModelInfo. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
java_copyright
public static final java.lang.String java_copyright
TModelInfo
public TModelInfo()
getTModelKey
public java.lang.String getTModelKey()
- Returns the tModelKey of this TModelInfo.
- Returns:
- the tModelKey of this TModelInfo.
setTModelKey
public void setTModelKey(java.lang.String tModelKey)
- Sets the tModelKey of this TModelInfo.
- Parameters:
tModelKey
- the tModelKey of this TModelInfo.
getName
public java.lang.String getName()
- Returns the name of this TModelInfo.
- Returns:
- the name of this TModelInfo.
setName
public void setName(java.lang.String name)
- Sets the name of this TModelInfo.
- Parameters:
name
- the name of this TModelInfo.