cgl.axis.services.uddi.uddi_schema
Class AssertionStatusItem

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

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

See Also:
Serialized Form

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

Constructor Detail

AssertionStatusItem

public AssertionStatusItem()

AssertionStatusItem

public AssertionStatusItem(CompletionStatus completionStatus,
                           org.apache.axis.types.URI fromKey,
                           org.apache.axis.types.URI toKey,
                           KeyedReference keyedReference,
                           KeysOwned keysOwned)
Method Detail

getCompletionStatus

public CompletionStatus getCompletionStatus()
Gets the completionStatus value for this AssertionStatusItem.

Returns:
completionStatus

setCompletionStatus

public void setCompletionStatus(CompletionStatus completionStatus)
Sets the completionStatus value for this AssertionStatusItem.

Parameters:
completionStatus -

getFromKey

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

Returns:
fromKey

setFromKey

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

Parameters:
fromKey -

getToKey

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

Returns:
toKey

setToKey

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

Parameters:
toKey -

getKeyedReference

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

Returns:
keyedReference

setKeyedReference

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

Parameters:
keyedReference -

getKeysOwned

public KeysOwned getKeysOwned()
Gets the keysOwned value for this AssertionStatusItem.

Returns:
keysOwned

setKeysOwned

public void setKeysOwned(KeysOwned keysOwned)
Sets the keysOwned value for this AssertionStatusItem.

Parameters:
keysOwned -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()