com.ibm.uddi.datatypes
Class AssertionStatusItem
- java.lang.Object
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
See Also:
Constructor Summary
Constructor and Description |
---|
AssertionStatusItem()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getCompletionStatus()
Deprecated. Returns the completionStatus of the AssertionStatusItem.
|
|
getFromKey()
Deprecated. Returns the fromKey of the AssertionStatusItem.
|
getKeyedReference()
Deprecated. Returns the
KeyedReference of the AssertionStatusItem.
|
|
getKeysOwned()
Deprecated. Returns the
KeysOwned of the AssertionStatusItem.
|
|
|
getToKey()
Deprecated. Returns the toKey of the AssertionStatusItem.
|
|
setCompletionStatus(java.lang.String completionStatus)
Deprecated. Sets the completionStatus of the AssertionStatusItem.
|
|
setFromKey(java.lang.String fromKey)
Deprecated. Sets the fromKey of the AssertionStatusItem.
|
|
setKeyedReference(KeyedReference keyedReference)
Deprecated. Sets the
KeyedReference of the AssertionStatusItem.
|
|
setKeysOwned(KeysOwned keysOwned)
Deprecated. Sets the
KeysOwned of the AssertionStatusItem.
|
|
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.