com.ibm.uddi.datatypes

Class AssertionStatusItem

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

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

Constructor Summary

Constructor and Description
AssertionStatusItem()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getCompletionStatus()
Deprecated. Returns the completionStatus of the AssertionStatusItem.
  1. java.lang.String
getFromKey()
Deprecated. Returns the fromKey of the AssertionStatusItem.
  1. KeyedReference
getKeyedReference()
Deprecated. Returns the KeyedReference of the AssertionStatusItem.
  1. KeysOwned
getKeysOwned()
Deprecated. Returns the KeysOwned of the AssertionStatusItem.
  1. java.lang.String
getToKey()
Deprecated. Returns the toKey of the AssertionStatusItem.
  1. void
setCompletionStatus(java.lang.String completionStatus)
Deprecated. Sets the completionStatus of the AssertionStatusItem.
  1. void
setFromKey(java.lang.String fromKey)
Deprecated. Sets the fromKey of the AssertionStatusItem.
  1. void
setKeyedReference(KeyedReference keyedReference)
Deprecated. Sets the KeyedReference of the AssertionStatusItem.
  1. void
setKeysOwned(KeysOwned keysOwned)
Deprecated. Sets the KeysOwned of the AssertionStatusItem.
  1. 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

  1. public AssertionStatusItem()
Deprecated.

Method Detail

getCompletionStatus

  1. 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

  1. 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

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

setFromKey

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

getToKey

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

setToKey

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

getKeyedReference

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

setKeyedReference

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

getKeysOwned

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

setKeysOwned

  1. public void setKeysOwned(KeysOwned keysOwned)
Deprecated.
Sets the KeysOwned of the AssertionStatusItem.
Parameters:
keysOwned - the KeysOwned of the AssertionStatusItem.