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

Field Summary
static java.lang.String java_copyright
           
 
Constructor Summary
PublisherAssertion()
           
 
Method Summary
 java.lang.String getFromKey()
          Returns the fromKey of this PublisherAssertion.
 KeyedReference getKeyedReference()
          Returns the KeyedReference of this PublisherAssertion.
 java.lang.String getToKey()
          Returns the toKey of this PublisherAssertion.
 void setFromKey(java.lang.String fromKey)
          Sets the fromKey of this PublisherAssertion.
 void setKeyedReference(KeyedReference keyedReference)
          Sets the KeyedReference of this PublisherAssertion.
 void setToKey(java.lang.String toKey)
          Sets the toKey of this PublisherAssertion.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

java_copyright

public static final java.lang.String java_copyright
Constructor Detail

PublisherAssertion

public PublisherAssertion()
Method Detail

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.