|
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.KeyedReferenceGroup
A keyedReferenceGroup, by itself, is a simple list of KeyedReference structures that logically belong together.
| Field Summary | |
protected KeyedReferences |
keyedReferences
Set of keyed references. |
protected TModelKey |
tModelKey
Specifies the structure and meaning of the KeyedReferences. |
| Constructor Summary | |
KeyedReferenceGroup(TModelKey tModelKey,
KeyedReferences keyedReferences)
KeyedReferenceGroup constructor. |
|
| Method Summary | |
KeyedReferences |
getKeyedReferences()
Gets the set of keyed references. |
TModelKey |
getTModelKey()
Gets the TModelKey specifying the structure and meaning of the KeyedReferences. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected KeyedReferences keyedReferences
protected TModelKey tModelKey
| Constructor Detail |
public KeyedReferenceGroup(TModelKey tModelKey,
KeyedReferences keyedReferences)
tModelKey - Specifies the structure and meaning of the KeyedReferences.keyedReferences - Set of keyed references.| Method Detail |
public TModelKey getTModelKey()
public KeyedReferences getKeyedReferences()
public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElement
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||