cgl.axis.services.uddi.uddi_schema
Class PublisherAssertion

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_schema.PublisherAssertion
All Implemented Interfaces:
java.io.Serializable

public class PublisherAssertion
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PublisherAssertion()
           
PublisherAssertion(org.apache.axis.types.URI fromKey, org.apache.axis.types.URI toKey, KeyedReference keyedReference)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.URI getFromKey()
          Gets the fromKey value for this PublisherAssertion.
 KeyedReference getKeyedReference()
          Gets the keyedReference value for this PublisherAssertion.
 org.apache.axis.types.URI getToKey()
          Gets the toKey value for this PublisherAssertion.
 int hashCode()
           
 void setFromKey(org.apache.axis.types.URI fromKey)
          Sets the fromKey value for this PublisherAssertion.
 void setKeyedReference(KeyedReference keyedReference)
          Sets the keyedReference value for this PublisherAssertion.
 void setToKey(org.apache.axis.types.URI toKey)
          Sets the toKey value for this PublisherAssertion.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublisherAssertion

public PublisherAssertion()

PublisherAssertion

public PublisherAssertion(org.apache.axis.types.URI fromKey,
                          org.apache.axis.types.URI toKey,
                          KeyedReference keyedReference)
Method Detail

getFromKey

public org.apache.axis.types.URI getFromKey()
Gets the fromKey value for this PublisherAssertion.

Returns:
fromKey

setFromKey

public void setFromKey(org.apache.axis.types.URI fromKey)
Sets the fromKey value for this PublisherAssertion.

Parameters:
fromKey -

getToKey

public org.apache.axis.types.URI getToKey()
Gets the toKey value for this PublisherAssertion.

Returns:
toKey

setToKey

public void setToKey(org.apache.axis.types.URI toKey)
Sets the toKey value for this PublisherAssertion.

Parameters:
toKey -

getKeyedReference

public KeyedReference getKeyedReference()
Gets the keyedReference value for this PublisherAssertion.

Returns:
keyedReference

setKeyedReference

public void setKeyedReference(KeyedReference keyedReference)
Sets the keyedReference value for this PublisherAssertion.

Parameters:
keyedReference -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()