|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcgl.axis.services.uddi.uddi_schema.AssertionStatusItem
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 |
public AssertionStatusItem()
public AssertionStatusItem(CompletionStatus completionStatus, org.apache.axis.types.URI fromKey, org.apache.axis.types.URI toKey, KeyedReference keyedReference, KeysOwned keysOwned)
Method Detail |
public CompletionStatus getCompletionStatus()
public void setCompletionStatus(CompletionStatus completionStatus)
completionStatus
- public org.apache.axis.types.URI getFromKey()
public void setFromKey(org.apache.axis.types.URI fromKey)
fromKey
- public org.apache.axis.types.URI getToKey()
public void setToKey(org.apache.axis.types.URI toKey)
toKey
- public KeyedReference getKeyedReference()
public void setKeyedReference(KeyedReference keyedReference)
keyedReference
- public KeysOwned getKeysOwned()
public void setKeysOwned(KeysOwned keysOwned)
keysOwned
- public boolean equals(java.lang.Object obj)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |