Class StatusResultType


  • public class StatusResultType
    extends ResultType

    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>
     
    • Constructor Detail

      • StatusResultType

        public StatusResultType()
    • Method Detail

      • getSuccess

        public BigInteger getSuccess()
        Gets the value of the success property.
        Returns:
        possible object is BigInteger
      • setSuccess

        public void setSuccess​(BigInteger value)
        Sets the value of the success property.
        Parameters:
        value - allowed object is BigInteger
      • getFailure

        public BigInteger getFailure()
        Gets the value of the failure property.
        Returns:
        possible object is BigInteger
      • setFailure

        public void setFailure​(BigInteger value)
        Sets the value of the failure property.
        Parameters:
        value - allowed object is BigInteger
      • getPending

        public BigInteger getPending()
        Gets the value of the pending property.
        Returns:
        possible object is BigInteger
      • setPending

        public void setPending​(BigInteger value)
        Sets the value of the pending property.
        Parameters:
        value - allowed object is BigInteger