Package org.apache.cxf.xkms.model.xkms
Class StatusResultType
java.lang.Object
org.apache.cxf.xkms.model.xkms.MessageAbstractType
org.apache.cxf.xkms.model.xkms.ResultType
org.apache.cxf.xkms.model.xkms.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
FieldsFields inherited from class org.apache.cxf.xkms.model.xkms.ResultType
requestId, requestSignatureValue, resultMajor, resultMinorFields inherited from class org.apache.cxf.xkms.model.xkms.MessageAbstractType
id, messageExtension, nonce, opaqueClientData, service, signature -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the failure property.Gets the value of the pending property.Gets the value of the success property.voidsetFailure(BigInteger value) Sets the value of the failure property.voidsetPending(BigInteger value) Sets the value of the pending property.voidsetSuccess(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, setResultMinorMethods inherited from class org.apache.cxf.xkms.model.xkms.MessageAbstractType
getId, getMessageExtension, getNonce, getOpaqueClientData, getService, getSignature, setId, setNonce, setOpaqueClientData, setService, setSignature
-
Field Details
-
success
-
failure
-
pending
-
-
Constructor Details
-
StatusResultType
public StatusResultType()
-
-
Method Details
-
getSuccess
Gets the value of the success property.- Returns:
- possible object is
BigInteger
-
setSuccess
Sets the value of the success property.- Parameters:
value- allowed object isBigInteger
-
getFailure
Gets the value of the failure property.- Returns:
- possible object is
BigInteger
-
setFailure
Sets the value of the failure property.- Parameters:
value- allowed object isBigInteger
-
getPending
Gets the value of the pending property.- Returns:
- possible object is
BigInteger
-
setPending
Sets the value of the pending property.- Parameters:
value- allowed object isBigInteger
-