com.ibm.uddi.datatypes

Class PublisherAssertion

  1. java.lang.Object
  2. extended bycom.ibm.uddi.datatypes.PublisherAssertion
All implemented interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.
  1. public class PublisherAssertion
  2. extends java.lang.Object
  3. implements java.io.Serializable
Corresponds to UDDI v2.0 'publisherAssertion' element.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
PublisherAssertion()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getFromKey()
Deprecated. Returns the fromKey of this PublisherAssertion.
  1. KeyedReference
getKeyedReference()
Deprecated. Returns the KeyedReference of this PublisherAssertion.
  1. java.lang.String
getToKey()
Deprecated. Returns the toKey of this PublisherAssertion.
  1. void
setFromKey(java.lang.String fromKey)
Deprecated. Sets the fromKey of this PublisherAssertion.
  1. void
setKeyedReference(KeyedReference keyedReference)
Deprecated. Sets the KeyedReference of this PublisherAssertion.
  1. void
setToKey(java.lang.String toKey)
Deprecated. Sets the toKey of this PublisherAssertion.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

PublisherAssertion

  1. public PublisherAssertion()
Deprecated.

Method Detail

getFromKey

  1. public java.lang.String getFromKey( )
Deprecated.
Returns the fromKey of this PublisherAssertion.
Returns:
the fromKey of this PublisherAssertion.

setFromKey

  1. public void setFromKey(java.lang.String fromKey)
Deprecated.
Sets the fromKey of this PublisherAssertion.
Parameters:
fromKey - the fromKey of this PublisherAssertion.

getToKey

  1. public java.lang.String getToKey( )
Deprecated.
Returns the toKey of this PublisherAssertion.
Returns:
the toKey of this PublisherAssertion.

setToKey

  1. public void setToKey(java.lang.String toKey)
Deprecated.
Sets the toKey of this PublisherAssertion.
Parameters:
toKey - the toKey of this PublisherAssertion.

getKeyedReference

  1. public KeyedReference getKeyedReference( )
Deprecated.
Returns the KeyedReference of this PublisherAssertion.
Returns:
the KeyedReference of this PublisherAssertion.

setKeyedReference

  1. public void setKeyedReference(KeyedReference keyedReference)
Deprecated.
Sets the KeyedReference of this PublisherAssertion.
Parameters:
keyedReference - the KeyedReference of this PublisherAssertion.