com.ibm.uddi.datatypes
Class PublisherAssertion
java.lang.Object
|
+--com.ibm.uddi.datatypes.PublisherAssertion
- All Implemented Interfaces:
- java.io.Serializable
- public class PublisherAssertion
- extends java.lang.Object
- implements java.io.Serializable
Corresponds to UDDI v2.0 'publisherAssertion' element.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
java_copyright
public static final java.lang.String java_copyright
PublisherAssertion
public PublisherAssertion()
getFromKey
public java.lang.String getFromKey()
- Returns the fromKey of this PublisherAssertion.
- Returns:
- the fromKey of this PublisherAssertion.
setFromKey
public void setFromKey(java.lang.String fromKey)
- Sets the fromKey of this PublisherAssertion.
- Parameters:
fromKey
- the fromKey of this PublisherAssertion.
getToKey
public java.lang.String getToKey()
- Returns the toKey of this PublisherAssertion.
- Returns:
- the toKey of this PublisherAssertion.
setToKey
public void setToKey(java.lang.String toKey)
- Sets the toKey of this PublisherAssertion.
- Parameters:
toKey
- the toKey of this PublisherAssertion.
getKeyedReference
public KeyedReference getKeyedReference()
- Returns the
KeyedReference
of this PublisherAssertion.
- Returns:
- the KeyedReference of this PublisherAssertion.
setKeyedReference
public void setKeyedReference(KeyedReference keyedReference)
- Sets the
KeyedReference
of this PublisherAssertion.
- Parameters:
keyedReference
- the KeyedReference of this PublisherAssertion.