|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.uddi.datatypes.AssertionStatusItem
Corresponds to UDDI v2.0 'assertionStatusItem' element.
Field Summary | |
static java.lang.String |
java_copyright
|
Constructor Summary | |
AssertionStatusItem()
|
Method Summary | |
java.lang.String |
getCompletionStatus()
Returns the completionStatus of the AssertionStatusItem. |
java.lang.String |
getFromKey()
Returns the fromKey of the AssertionStatusItem. |
KeyedReference |
getKeyedReference()
Returns the KeyedReference of the AssertionStatusItem. |
KeysOwned |
getKeysOwned()
Returns the KeysOwned of the AssertionStatusItem. |
java.lang.String |
getToKey()
Returns the toKey of the AssertionStatusItem. |
void |
setCompletionStatus(java.lang.String completionStatus)
Sets the completionStatus of the AssertionStatusItem. |
void |
setFromKey(java.lang.String fromKey)
Sets the fromKey of the AssertionStatusItem. |
void |
setKeyedReference(KeyedReference keyedReference)
Sets the KeyedReference of the AssertionStatusItem. |
void |
setKeysOwned(KeysOwned keysOwned)
Sets the KeysOwned of the AssertionStatusItem. |
void |
setToKey(java.lang.String toKey)
Sets the toKey of the AssertionStatusItem. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String java_copyright
Constructor Detail |
public AssertionStatusItem()
Method Detail |
public java.lang.String getCompletionStatus()
public void setCompletionStatus(java.lang.String completionStatus)
completionStatus
- the completionStatus of the AssertionStatusItem.
Valid values are:
public java.lang.String getFromKey()
public void setFromKey(java.lang.String fromKey)
fromKey
- the fromKey of the AssertionStatusItem.public java.lang.String getToKey()
public void setToKey(java.lang.String toKey)
toKey
- the toKey of the AssertionStatusItem.public KeyedReference getKeyedReference()
KeyedReference
of the AssertionStatusItem.public void setKeyedReference(KeyedReference keyedReference)
KeyedReference
of the AssertionStatusItem.keyedReference
- the KeyedReference of the AssertionStatusItem.public KeysOwned getKeysOwned()
KeysOwned
of the AssertionStatusItem.public void setKeysOwned(KeysOwned keysOwned)
KeysOwned
of the AssertionStatusItem.keysOwned
- the KeysOwned of the AssertionStatusItem.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |