|
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.PublisherAssertion
PublisherAssertion represents a relationship assertion used, for example, to "link together" individual subsidiaries of a large enterprise or individual participants of a marketplace.
| Field Summary | |
protected FromKey |
fromKey
Reference to the first BusinessEntity the assertion is made for. |
protected KeyedReference |
keyedReference
The relationship type the assertion is made for. |
protected ToKey |
toKey
Reference to the second BusinessEntity the assertion is made for. |
| Constructor Summary | |
PublisherAssertion(FromKey fromKey,
ToKey toKey,
KeyedReference keyedReference)
PublisherAssertion constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Checks whether an object is equal to this PublisherAssertion. |
FromKey |
getFromKey()
Gets the reference to the first BusinessEntity the assertion is made for. |
KeyedReference |
getKeyedReference()
Gets the relationship type the assertion is made for. |
ToKey |
getToKey()
Gets the reference to the second BusinessEntity the assertion is made for. |
void |
setFromKey(FromKey fromKey)
Sets the reference to the first BusinessEntity the assertion is made for. |
void |
setKeyedReference(KeyedReference keyedReference)
Sets the relationship type the assertion is made for. |
void |
setToKey(ToKey toKey)
Sets the reference to the second BusinessEntity the assertion is made for. |
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 FromKey fromKey
protected ToKey toKey
protected KeyedReference keyedReference
| Constructor Detail |
public PublisherAssertion(FromKey fromKey,
ToKey toKey,
KeyedReference keyedReference)
fromKey - Reference to the first BusinessEntity the assertion is made for.toKey - Reference to the second BusinessEntity the assertion is made for.keyedReference - The relationship type the assertion is made for.| Method Detail |
public FromKey getFromKey()
public void setFromKey(FromKey fromKey)
fromKey - The BusinessKey of the first BusinessEntity the assertion is made forpublic ToKey getToKey()
public void setToKey(ToKey toKey)
toKey - The BusinessKey of the second BusinessEntity the assertion is made forpublic KeyedReference getKeyedReference()
public void setKeyedReference(KeyedReference keyedReference)
keyedReference - A KeyedReference representing the relationship type the assertion is made forpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - The object to test for equality.
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 | |||||||||