|
|||||||||
| Home >> All >> org >> apache >> juddi >> datatype >> [ assertion overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.juddi.datatype.assertion
Class PublisherAssertion

java.lang.Objectorg.apache.juddi.datatype.assertion.PublisherAssertion
- All Implemented Interfaces:
- org.apache.juddi.datatype.RegistryObject, java.io.Serializable
- public class PublisherAssertion
- extends java.lang.Object
- implements org.apache.juddi.datatype.RegistryObject
- extends java.lang.Object
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.
| Field Summary | |
(package private) java.lang.String |
fromKeyValue
|
(package private) org.apache.juddi.datatype.KeyedReference |
keyedReference
|
(package private) java.lang.String |
toKeyValue
|
| Constructor Summary | |
PublisherAssertion()
Construct a new initialized keyedReference instance. |
|
PublisherAssertion(java.lang.String fromKey,
java.lang.String toKey,
org.apache.juddi.datatype.KeyedReference keyedRef)
Construct a new initialized keyedReference instance. |
|
| Method Summary | |
java.lang.String |
getFromKey()
Returns the fromKey. |
org.apache.juddi.datatype.KeyedReference |
getKeyedReference()
Returns the KeyedReference instance. |
java.lang.String |
getToKey()
Returns the toKey. |
void |
setFromKey(java.lang.String fromKey)
Sets the fromKey. |
void |
setKeyedReference(org.apache.juddi.datatype.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 |
| Field Detail |
fromKeyValue
java.lang.String fromKeyValue
toKeyValue
java.lang.String toKeyValue
keyedReference
org.apache.juddi.datatype.KeyedReference keyedReference
| Constructor Detail |
PublisherAssertion
public PublisherAssertion()
- Construct a new initialized keyedReference instance.
PublisherAssertion
public PublisherAssertion(java.lang.String fromKey, java.lang.String toKey, org.apache.juddi.datatype.KeyedReference keyedRef)
- Construct a new initialized keyedReference instance.
| Method Detail |
setFromKey
public void setFromKey(java.lang.String fromKey)
- Sets the fromKey.
getFromKey
public java.lang.String getFromKey()
- Returns the fromKey.
setToKey
public void setToKey(java.lang.String toKey)
- Sets the toKey.
getToKey
public java.lang.String getToKey()
- Returns the toKey.
setKeyedReference
public void setKeyedReference(org.apache.juddi.datatype.KeyedReference keyedRef)
- Sets the KeyedReference.
getKeyedReference
public org.apache.juddi.datatype.KeyedReference getKeyedReference()
- Returns the KeyedReference instance.
setTModelKey
public void setTModelKey(java.lang.String tModelKey)
- Sets the reference to this assertion's tModel to the given reference.
setKeyName
public void setKeyName(java.lang.String keyName)
- Sets the name of this assertion's keyedReference.
setKeyValue
public void setKeyValue(java.lang.String keyValue)
- Sets the value of this assertion's keyedReference.
|
|||||||||
| Home >> All >> org >> apache >> juddi >> datatype >> [ assertion overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.juddi.datatype.assertion.PublisherAssertion