|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.juddi.datatype.assertion.PublisherAssertion
public class PublisherAssertion
Many businesses, like large enterprises or marketplaces, are not effectively represented by a single businessEntity, since their description and discovery are likely to be diverse. As a consequence, serveral BusinessEntity structures can be published, representing individual subsidiaries of a large enterprise or individual participants of a marketplace. Nevertheless, they still represent a more or less coupled community and would like to make some of their relationships visible in their UDDI registrations. Therefore two related businesses use the xx_pulisherAssertion messages, publishing assertiions of business relationships.
Constructor Summary | |
---|---|
PublisherAssertion()
Construct a new initialized keyedReference instance. |
|
PublisherAssertion(java.lang.String fromKey,
java.lang.String toKey,
KeyedReference keyedRef)
Construct a new initialized keyedReference instance. |
Method Summary | |
---|---|
java.lang.String |
getFromKey()
Returns the fromKey. |
KeyedReference |
getKeyedReference()
Returns the KeyedReference instance. |
java.lang.String |
getToKey()
Returns the toKey. |
void |
setFromKey(java.lang.String fromKey)
Sets the fromKey. |
void |
setKeyedReference(KeyedReference keyedRef)
Sets the KeyedReference. |
void |
setKeyName(java.lang.String keyName)
Sets the name of this assertion's keyedReference. |
void |
setKeyValue(java.lang.String keyValue)
Sets the value of this assertion's keyedReference. |
void |
setTModelKey(java.lang.String tModelKey)
Sets the reference to this assertion's tModel to the given reference. |
void |
setToKey(java.lang.String toKey)
Sets the toKey. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PublisherAssertion()
public PublisherAssertion(java.lang.String fromKey, java.lang.String toKey, KeyedReference keyedRef)
Method Detail |
---|
public void setFromKey(java.lang.String fromKey)
fromKey
- The fromKey.public java.lang.String getFromKey()
public void setToKey(java.lang.String toKey)
toKey
- The toKey.public java.lang.String getToKey()
public void setKeyedReference(KeyedReference keyedRef)
keyedRef
- The new KeyedReference instance or null.public KeyedReference getKeyedReference()
public void setTModelKey(java.lang.String tModelKey)
tModelKey
- The key of the tModel to reference.public void setKeyName(java.lang.String keyName)
keyName
- The new name of this keyedReferencepublic void setKeyValue(java.lang.String keyValue)
keyValue
- The new value of this keyedReference
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |