|
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.response.base.TModelInfo
TModelInfo is used to enumerate short form TModel information.
| Field Summary | |
protected Name |
name
The Name of the TModel. |
protected TModelKey |
tModelKey
Pointer to the complete TModel. |
| Constructor Summary | |
TModelInfo(TModelKey tModelKey,
Name name)
TModelInfo constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Checks whether an object is equal to this TModelInfo. |
Name |
getName()
Gets the Name of the TModel. |
TModelKey |
getTModelKey()
Gets the pointer to the complete TModel. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this UDDI element. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected TModelKey tModelKey
protected Name name
| Constructor Detail |
public TModelInfo(TModelKey tModelKey,
Name name)
tModelKey - Pointer to the complete TModel.name - The Name of the TModel.| Method Detail |
public TModelKey getTModelKey()
public Name getName()
public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The visiting UDDI object.public 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 | |||||||||