IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.datatypes
Class AssertionStatusItem

java.lang.Object
  extended by com.ibm.uddi.datatypes.AssertionStatusItem
All Implemented Interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.

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

Corresponds to UDDI v2.0 'assertionStatusItem' element.

See Also:
Serialized Form

Constructor Summary
AssertionStatusItem()
          Deprecated.  
 
Method Summary
 java.lang.String getCompletionStatus()
          Deprecated. Returns the completionStatus of the AssertionStatusItem.
 java.lang.String getFromKey()
          Deprecated. Returns the fromKey of the AssertionStatusItem.
 KeyedReference getKeyedReference()
          Deprecated. Returns the KeyedReference of the AssertionStatusItem.
 KeysOwned getKeysOwned()
          Deprecated. Returns the KeysOwned of the AssertionStatusItem.
 java.lang.String getToKey()
          Deprecated. Returns the toKey of the AssertionStatusItem.
 void setCompletionStatus(java.lang.String completionStatus)
          Deprecated. Sets the completionStatus of the AssertionStatusItem.
 void setFromKey(java.lang.String fromKey)
          Deprecated. Sets the fromKey of the AssertionStatusItem.
 void setKeyedReference(KeyedReference keyedReference)
          Deprecated. Sets the KeyedReference of the AssertionStatusItem.
 void setKeysOwned(KeysOwned keysOwned)
          Deprecated. Sets the KeysOwned of the AssertionStatusItem.
 void setToKey(java.lang.String toKey)
          Deprecated. Sets the toKey of the AssertionStatusItem.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertionStatusItem

public AssertionStatusItem()
Deprecated. 
Method Detail

getCompletionStatus

public java.lang.String getCompletionStatus()
Deprecated. 
Returns the completionStatus of the AssertionStatusItem.

Returns:
the completionStatus of the AssertionStatusItem. Valid values are:
  • status:complete
  • status:toKey_incomplete
  • status:fromKey_incomplete

setCompletionStatus

public void setCompletionStatus(java.lang.String completionStatus)
Deprecated. 
Sets the completionStatus of the AssertionStatusItem.

Parameters:
completionStatus - the completionStatus of the AssertionStatusItem. Valid values are:
  • status:complete
  • status:toKey_incomplete
  • status:fromKey_incomplete

getFromKey

public java.lang.String getFromKey()
Deprecated. 
Returns the fromKey of the AssertionStatusItem.

Returns:
the fromKey of the AssertionStatusItem.

setFromKey

public void setFromKey(java.lang.String fromKey)
Deprecated. 
Sets the fromKey of the AssertionStatusItem.

Parameters:
fromKey - the fromKey of the AssertionStatusItem.

getToKey

public java.lang.String getToKey()
Deprecated. 
Returns the toKey of the AssertionStatusItem.

Returns:
the toKey of the AssertionStatusItem.

setToKey

public void setToKey(java.lang.String toKey)
Deprecated. 
Sets the toKey of the AssertionStatusItem.

Parameters:
toKey - the toKey of the AssertionStatusItem.

getKeyedReference

public KeyedReference getKeyedReference()
Deprecated. 
Returns the KeyedReference of the AssertionStatusItem.

Returns:
the KeyedReference of the AssertionStatusItem.

setKeyedReference

public void setKeyedReference(KeyedReference keyedReference)
Deprecated. 
Sets the KeyedReference of the AssertionStatusItem.

Parameters:
keyedReference - the KeyedReference of the AssertionStatusItem.

getKeysOwned

public KeysOwned getKeysOwned()
Deprecated. 
Returns the KeysOwned of the AssertionStatusItem.

Returns:
the KeysOwned of the AssertionStatusItem.

setKeysOwned

public void setKeysOwned(KeysOwned keysOwned)
Deprecated. 
Sets the KeysOwned of the AssertionStatusItem.

Parameters:
keysOwned - the KeysOwned of the AssertionStatusItem.

IBM WebSphere Application ServerTM
Release 8