|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.xkms.model.xkms.MessageAbstractType
org.apache.cxf.xkms.model.xkms.ResultType
org.apache.cxf.xkms.model.xkms.StatusResultType
public class StatusResultType
Java class for StatusResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatusResultType">
<complexContent>
<extension base="{http://www.w3.org/2002/03/xkms#}ResultType">
<attribute name="Success" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="Failure" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="Pending" type="{http://www.w3.org/2001/XMLSchema}integer" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BigInteger |
failure
|
protected BigInteger |
pending
|
protected BigInteger |
success
|
| Fields inherited from class org.apache.cxf.xkms.model.xkms.ResultType |
|---|
requestId, requestSignatureValue, resultMajor, resultMinor |
| Fields inherited from class org.apache.cxf.xkms.model.xkms.MessageAbstractType |
|---|
id, messageExtension, nonce, opaqueClientData, service, signature |
| Constructor Summary | |
|---|---|
StatusResultType()
|
|
| Method Summary | |
|---|---|
BigInteger |
getFailure()
Gets the value of the failure property. |
BigInteger |
getPending()
Gets the value of the pending property. |
BigInteger |
getSuccess()
Gets the value of the success property. |
void |
setFailure(BigInteger value)
Sets the value of the failure property. |
void |
setPending(BigInteger value)
Sets the value of the pending property. |
void |
setSuccess(BigInteger value)
Sets the value of the success property. |
| Methods inherited from class org.apache.cxf.xkms.model.xkms.ResultType |
|---|
getRequestId, getRequestSignatureValue, getResultMajor, getResultMinor, setRequestId, setRequestSignatureValue, setResultMajor, setResultMinor |
| Methods inherited from class org.apache.cxf.xkms.model.xkms.MessageAbstractType |
|---|
getId, getMessageExtension, getNonce, getOpaqueClientData, getService, getSignature, setId, setNonce, setOpaqueClientData, setService, setSignature |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BigInteger success
protected BigInteger failure
protected BigInteger pending
| Constructor Detail |
|---|
public StatusResultType()
| Method Detail |
|---|
public BigInteger getSuccess()
BigIntegerpublic void setSuccess(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getFailure()
BigIntegerpublic void setFailure(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getPending()
BigIntegerpublic void setPending(BigInteger value)
value - allowed object is
BigInteger
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||