|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.api_v2.AssertionStatusItem
public class AssertionStatusItem
Java class for assertionStatusItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="assertionStatusItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:uddi-org:api_v2}fromKey"/>
<element ref="{urn:uddi-org:api_v2}toKey"/>
<element ref="{urn:uddi-org:api_v2}keyedReference"/>
<element ref="{urn:uddi-org:api_v2}keysOwned"/>
</sequence>
<attribute name="completionStatus" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
completionStatus
|
protected java.lang.String |
fromKey
|
protected KeyedReference |
keyedReference
|
protected KeysOwned |
keysOwned
|
protected java.lang.String |
toKey
|
| Constructor Summary | |
|---|---|
AssertionStatusItem()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCompletionStatus()
Gets the value of the completionStatus property. |
java.lang.String |
getFromKey()
Gets the value of the fromKey property. |
KeyedReference |
getKeyedReference()
Gets the value of the keyedReference property. |
KeysOwned |
getKeysOwned()
Gets the value of the keysOwned property. |
java.lang.String |
getToKey()
Gets the value of the toKey property. |
void |
setCompletionStatus(java.lang.String value)
Sets the value of the completionStatus property. |
void |
setFromKey(java.lang.String value)
Sets the value of the fromKey property. |
void |
setKeyedReference(KeyedReference value)
Sets the value of the keyedReference property. |
void |
setKeysOwned(KeysOwned value)
Sets the value of the keysOwned property. |
void |
setToKey(java.lang.String value)
Sets the value of the toKey property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String fromKey
protected java.lang.String toKey
protected KeyedReference keyedReference
protected KeysOwned keysOwned
protected java.lang.String completionStatus
| Constructor Detail |
|---|
public AssertionStatusItem()
| Method Detail |
|---|
public java.lang.String getFromKey()
Stringpublic void setFromKey(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getToKey()
Stringpublic void setToKey(java.lang.String value)
value - allowed object is
Stringpublic KeyedReference getKeyedReference()
KeyedReferencepublic void setKeyedReference(KeyedReference value)
value - allowed object is
KeyedReferencepublic KeysOwned getKeysOwned()
KeysOwnedpublic void setKeysOwned(KeysOwned value)
value - allowed object is
KeysOwnedpublic java.lang.String getCompletionStatus()
Stringpublic void setCompletionStatus(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||