cgl.axis.services.uddi.uddi_schema
Class TModelInstanceInfo

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_schema.TModelInstanceInfo
All Implemented Interfaces:
java.io.Serializable

public class TModelInstanceInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TModelInstanceInfo()
           
TModelInstanceInfo(org.apache.axis.types.URI TModelKey, Description[] description, InstanceDetails instanceDetails)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Description[] getDescription()
          Gets the description value for this TModelInstanceInfo.
 Description getDescription(int i)
           
 InstanceDetails getInstanceDetails()
          Gets the instanceDetails value for this TModelInstanceInfo.
 org.apache.axis.types.URI getTModelKey()
          Gets the TModelKey value for this TModelInstanceInfo.
 int hashCode()
           
 void setDescription(Description[] description)
          Sets the description value for this TModelInstanceInfo.
 void setDescription(int i, Description _value)
           
 void setInstanceDetails(InstanceDetails instanceDetails)
          Sets the instanceDetails value for this TModelInstanceInfo.
 void setTModelKey(org.apache.axis.types.URI TModelKey)
          Sets the TModelKey value for this TModelInstanceInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TModelInstanceInfo

public TModelInstanceInfo()

TModelInstanceInfo

public TModelInstanceInfo(org.apache.axis.types.URI TModelKey,
                          Description[] description,
                          InstanceDetails instanceDetails)
Method Detail

getTModelKey

public org.apache.axis.types.URI getTModelKey()
Gets the TModelKey value for this TModelInstanceInfo.

Returns:
TModelKey

setTModelKey

public void setTModelKey(org.apache.axis.types.URI TModelKey)
Sets the TModelKey value for this TModelInstanceInfo.

Parameters:
TModelKey -

getDescription

public Description[] getDescription()
Gets the description value for this TModelInstanceInfo.

Returns:
description

setDescription

public void setDescription(Description[] description)
Sets the description value for this TModelInstanceInfo.

Parameters:
description -

getDescription

public Description getDescription(int i)

setDescription

public void setDescription(int i,
                           Description _value)

getInstanceDetails

public InstanceDetails getInstanceDetails()
Gets the instanceDetails value for this TModelInstanceInfo.

Returns:
instanceDetails

setInstanceDetails

public void setInstanceDetails(InstanceDetails instanceDetails)
Sets the instanceDetails value for this TModelInstanceInfo.

Parameters:
instanceDetails -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()