|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--inspireit.uddi.base.TModelInstanceInfo
TModelInstanceInfo represents the BindingTemplate instance specific details for a single TModel by reference.
| Field Summary | |
protected Descriptions |
descriptions
Descriptions of the role a TModel reference plays in the overall service description. |
protected InstanceDetails |
instanceDetails
IntanceDetails can be used when TModel reference specific settings or other descriptive information are required to either describe a TModel specific component of a service description or support services that required additional technical data support (e.g. via settings or other handshake operations). |
protected TModelKey |
tModelKey
Unique key reference that implies that the service being described has implementation details that are specified by the specifications associated with the TModel that is referenced. |
| Constructor Summary | |
TModelInstanceInfo(TModelKey tModelKey)
TModelInstanceInfo constructor. |
|
| Method Summary | |
void |
addDescription(Description description)
Adds a Description of the role a TModel reference plays in the overall service description. |
boolean |
equals(java.lang.Object o)
Checks whether an object is equal to this TModelInstanceInfo. |
Descriptions |
getDescriptions()
Gets all Descriptions of the role a TModel reference plays in the overall service description. |
InstanceDetails |
getInstanceDetails()
Gets an IntanceDetails that can be used when TModel reference specific settings or other descriptive information are required to either describe a TModel specific component of a service description or support services that required additional technical data support (e.g. via settings or other handshake operations). |
TModelKey |
getTModelKey()
Gets the unique key reference that implies that the service being described has implementation details that are specified by the specifications associated with the TModel that is referenced. |
void |
removeDescription(Description description)
Adds a Description of the role a TModel reference plays in the overall service description. |
void |
setInstanceDetails(InstanceDetails instanceDetails)
Sets an IntanceDetails that can be used when TModel reference specific settings or other descriptive information are required to either describe a TModel specific component of a service description or support services that required additional technical data support (e.g. via settings or other handshake operations). |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected TModelKey tModelKey
protected Descriptions descriptions
protected InstanceDetails instanceDetails
| Constructor Detail |
public TModelInstanceInfo(TModelKey tModelKey)
tModelKey - Unique key reference that implies that the service being
described has implementation details that are specified by the
specifications associated with the TModel that is referenced.| Method Detail |
public TModelKey getTModelKey()
public void addDescription(Description description)
description - The Description to add to the list of Descriptions of
the role a TModel reference plays in the overall service description.public void removeDescription(Description description)
description - The Description to add to the list of Descriptions of
the role a TModel reference plays in the overall service description.public Descriptions getDescriptions()
public void setInstanceDetails(InstanceDetails instanceDetails)
instanceDetails - The InstanceDetails.public InstanceDetails getInstanceDetails()
public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - The object to test for equality.
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||