com.ibm.uddi.datatypes
Class TModelInstanceInfo
java.lang.Object
|
+--com.ibm.uddi.datatypes.TModelInstanceInfo
- All Implemented Interfaces:
- java.io.Serializable
- public class TModelInstanceInfo
- extends java.lang.Object
- implements java.io.Serializable
Corresponds to UDDI v2.0 'tModelInstanceInfo' element.
- See Also:
- Serialized Form
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
TModelInstanceInfo
public TModelInstanceInfo()
getTModelKey
public java.lang.String getTModelKey()
- Returns the tModelKey of this TModelInstanceInfo.
- Returns:
- the tModelKey of this TModelInstanceInfo.
setTModelKey
public void setTModelKey(java.lang.String tModelKey)
- Sets the tModelKey of this TModelInstanceInfo.
- Parameters:
tModelKey
- the tModelKey of this TModelInstanceInfo.
getDescriptions
public DescriptionList getDescriptions()
- Returns the
DescriptionList
of this TModelInstanceInfo.
- Returns:
- the DescriptionList of this TModelInstanceInfo.
setDescriptions
public void setDescriptions(DescriptionList descriptions)
- Sets the
DescriptionList
of this TModelInstanceInfo.
- Parameters:
descriptions
- the DescriptionList of this TModelInstanceInfo.
getInstanceDetails
public InstanceDetails getInstanceDetails()
- Returns the
InstanceDetails
of this TModelInstanceInfo.
- Returns:
- the InstanceDetails of this TModelInstanceInfo.
setInstanceDetails
public void setInstanceDetails(InstanceDetails instanceDetails)
- Sets the
InstanceDetails
of this TModelInstanceInfo.
- Parameters:
instanceDetails
- the InstanceDetails of this TModelInstanceInfo.