|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcgl.axis.services.uddi.uddi_schema.TModelInstanceInfo
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 |
public TModelInstanceInfo()
public TModelInstanceInfo(org.apache.axis.types.URI TModelKey, Description[] description, InstanceDetails instanceDetails)
Method Detail |
public org.apache.axis.types.URI getTModelKey()
public void setTModelKey(org.apache.axis.types.URI TModelKey)
TModelKey
- public Description[] getDescription()
public void setDescription(Description[] description)
description
- public Description getDescription(int i)
public void setDescription(int i, Description _value)
public InstanceDetails getInstanceDetails()
public void setInstanceDetails(InstanceDetails instanceDetails)
instanceDetails
- public boolean equals(java.lang.Object obj)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |