|
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.SharedRelationships
SharedRelationships holds information about relationships shared between BusinessEntitys.
| Field Summary | |
protected java.lang.String |
direction
The relationship direction. |
static java.lang.String |
FROMKEY_DIRECTION
The fromKey relationship direction. |
protected KeyedReferences |
keyedReferences
A list of KeyedReference. |
static java.lang.String |
TOKEY_DIRECTION
The toKey relationship direction. |
| Constructor Summary | |
SharedRelationships(java.lang.String direction)
SharedRelationships default constructor for a SharedRelationships holding an empty KeyedReference collection. |
|
SharedRelationships(java.lang.String direction,
KeyedReferences keyedReferences)
SharedRelationships constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getDirection()
Gets the relationship direction. |
KeyedReferences |
getKeyedReferences()
Gets the KeyedReferences. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this CategoryBag. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected KeyedReferences keyedReferences
public static final java.lang.String FROMKEY_DIRECTION
public static final java.lang.String TOKEY_DIRECTION
protected java.lang.String direction
| Constructor Detail |
public SharedRelationships(java.lang.String direction,
KeyedReferences keyedReferences)
direction - The relationship direction.keyedReferences - A list of KeyedReference.public SharedRelationships(java.lang.String direction)
direction - The relationship direction.| Method Detail |
public java.lang.String getDirection()
public KeyedReferences getKeyedReferences()
public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The Visitor visiting this SharedRelationships.public boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||