Class BatchStatisticType


  • public class BatchStatisticType
    extends Object

    Java class for batchStatisticType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="batchStatisticType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="accountType" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="chargeAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
             <element name="chargeCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="refundAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
             <element name="refundCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="voidCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="declineCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="errorCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="returnedItemAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
             <element name="returnedItemCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="chargebackAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
             <element name="chargebackCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="correctionNoticeCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="chargeChargeBackAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
             <element name="chargeChargeBackCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="refundChargeBackAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
             <element name="refundChargeBackCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="chargeReturnedItemsAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
             <element name="chargeReturnedItemsCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="refundReturnedItemsAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
             <element name="refundReturnedItemsCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • accountType

        protected String accountType
      • chargeCount

        protected int chargeCount
      • refundCount

        protected int refundCount
      • voidCount

        protected int voidCount
      • declineCount

        protected int declineCount
      • errorCount

        protected int errorCount
      • returnedItemAmount

        protected BigDecimal returnedItemAmount
      • returnedItemCount

        protected Integer returnedItemCount
      • chargebackAmount

        protected BigDecimal chargebackAmount
      • chargebackCount

        protected Integer chargebackCount
      • correctionNoticeCount

        protected Integer correctionNoticeCount
      • chargeChargeBackAmount

        protected BigDecimal chargeChargeBackAmount
      • chargeChargeBackCount

        protected Integer chargeChargeBackCount
      • refundChargeBackAmount

        protected BigDecimal refundChargeBackAmount
      • refundChargeBackCount

        protected Integer refundChargeBackCount
      • chargeReturnedItemsAmount

        protected BigDecimal chargeReturnedItemsAmount
      • chargeReturnedItemsCount

        protected Integer chargeReturnedItemsCount
      • refundReturnedItemsAmount

        protected BigDecimal refundReturnedItemsAmount
      • refundReturnedItemsCount

        protected Integer refundReturnedItemsCount
    • Constructor Detail

      • BatchStatisticType

        public BatchStatisticType()
    • Method Detail

      • getAccountType

        public String getAccountType()
        Gets the value of the accountType property.
        Returns:
        possible object is String
      • setAccountType

        public void setAccountType​(String value)
        Sets the value of the accountType property.
        Parameters:
        value - allowed object is String
      • getChargeAmount

        public BigDecimal getChargeAmount()
        Gets the value of the chargeAmount property.
        Returns:
        possible object is BigDecimal
      • setChargeAmount

        public void setChargeAmount​(BigDecimal value)
        Sets the value of the chargeAmount property.
        Parameters:
        value - allowed object is BigDecimal
      • getChargeCount

        public int getChargeCount()
        Gets the value of the chargeCount property.
      • setChargeCount

        public void setChargeCount​(int value)
        Sets the value of the chargeCount property.
      • getRefundAmount

        public BigDecimal getRefundAmount()
        Gets the value of the refundAmount property.
        Returns:
        possible object is BigDecimal
      • setRefundAmount

        public void setRefundAmount​(BigDecimal value)
        Sets the value of the refundAmount property.
        Parameters:
        value - allowed object is BigDecimal
      • getRefundCount

        public int getRefundCount()
        Gets the value of the refundCount property.
      • setRefundCount

        public void setRefundCount​(int value)
        Sets the value of the refundCount property.
      • getVoidCount

        public int getVoidCount()
        Gets the value of the voidCount property.
      • setVoidCount

        public void setVoidCount​(int value)
        Sets the value of the voidCount property.
      • getDeclineCount

        public int getDeclineCount()
        Gets the value of the declineCount property.
      • setDeclineCount

        public void setDeclineCount​(int value)
        Sets the value of the declineCount property.
      • getErrorCount

        public int getErrorCount()
        Gets the value of the errorCount property.
      • setErrorCount

        public void setErrorCount​(int value)
        Sets the value of the errorCount property.
      • getReturnedItemAmount

        public BigDecimal getReturnedItemAmount()
        Gets the value of the returnedItemAmount property.
        Returns:
        possible object is BigDecimal
      • setReturnedItemAmount

        public void setReturnedItemAmount​(BigDecimal value)
        Sets the value of the returnedItemAmount property.
        Parameters:
        value - allowed object is BigDecimal
      • getReturnedItemCount

        public Integer getReturnedItemCount()
        Gets the value of the returnedItemCount property.
        Returns:
        possible object is Integer
      • setReturnedItemCount

        public void setReturnedItemCount​(Integer value)
        Sets the value of the returnedItemCount property.
        Parameters:
        value - allowed object is Integer
      • getChargebackAmount

        public BigDecimal getChargebackAmount()
        Gets the value of the chargebackAmount property.
        Returns:
        possible object is BigDecimal
      • setChargebackAmount

        public void setChargebackAmount​(BigDecimal value)
        Sets the value of the chargebackAmount property.
        Parameters:
        value - allowed object is BigDecimal
      • getChargebackCount

        public Integer getChargebackCount()
        Gets the value of the chargebackCount property.
        Returns:
        possible object is Integer
      • setChargebackCount

        public void setChargebackCount​(Integer value)
        Sets the value of the chargebackCount property.
        Parameters:
        value - allowed object is Integer
      • getCorrectionNoticeCount

        public Integer getCorrectionNoticeCount()
        Gets the value of the correctionNoticeCount property.
        Returns:
        possible object is Integer
      • setCorrectionNoticeCount

        public void setCorrectionNoticeCount​(Integer value)
        Sets the value of the correctionNoticeCount property.
        Parameters:
        value - allowed object is Integer
      • getChargeChargeBackAmount

        public BigDecimal getChargeChargeBackAmount()
        Gets the value of the chargeChargeBackAmount property.
        Returns:
        possible object is BigDecimal
      • setChargeChargeBackAmount

        public void setChargeChargeBackAmount​(BigDecimal value)
        Sets the value of the chargeChargeBackAmount property.
        Parameters:
        value - allowed object is BigDecimal
      • getChargeChargeBackCount

        public Integer getChargeChargeBackCount()
        Gets the value of the chargeChargeBackCount property.
        Returns:
        possible object is Integer
      • setChargeChargeBackCount

        public void setChargeChargeBackCount​(Integer value)
        Sets the value of the chargeChargeBackCount property.
        Parameters:
        value - allowed object is Integer
      • getRefundChargeBackAmount

        public BigDecimal getRefundChargeBackAmount()
        Gets the value of the refundChargeBackAmount property.
        Returns:
        possible object is BigDecimal
      • setRefundChargeBackAmount

        public void setRefundChargeBackAmount​(BigDecimal value)
        Sets the value of the refundChargeBackAmount property.
        Parameters:
        value - allowed object is BigDecimal
      • getRefundChargeBackCount

        public Integer getRefundChargeBackCount()
        Gets the value of the refundChargeBackCount property.
        Returns:
        possible object is Integer
      • setRefundChargeBackCount

        public void setRefundChargeBackCount​(Integer value)
        Sets the value of the refundChargeBackCount property.
        Parameters:
        value - allowed object is Integer
      • getChargeReturnedItemsAmount

        public BigDecimal getChargeReturnedItemsAmount()
        Gets the value of the chargeReturnedItemsAmount property.
        Returns:
        possible object is BigDecimal
      • setChargeReturnedItemsAmount

        public void setChargeReturnedItemsAmount​(BigDecimal value)
        Sets the value of the chargeReturnedItemsAmount property.
        Parameters:
        value - allowed object is BigDecimal
      • getChargeReturnedItemsCount

        public Integer getChargeReturnedItemsCount()
        Gets the value of the chargeReturnedItemsCount property.
        Returns:
        possible object is Integer
      • setChargeReturnedItemsCount

        public void setChargeReturnedItemsCount​(Integer value)
        Sets the value of the chargeReturnedItemsCount property.
        Parameters:
        value - allowed object is Integer
      • getRefundReturnedItemsAmount

        public BigDecimal getRefundReturnedItemsAmount()
        Gets the value of the refundReturnedItemsAmount property.
        Returns:
        possible object is BigDecimal
      • setRefundReturnedItemsAmount

        public void setRefundReturnedItemsAmount​(BigDecimal value)
        Sets the value of the refundReturnedItemsAmount property.
        Parameters:
        value - allowed object is BigDecimal
      • getRefundReturnedItemsCount

        public Integer getRefundReturnedItemsCount()
        Gets the value of the refundReturnedItemsCount property.
        Returns:
        possible object is Integer
      • setRefundReturnedItemsCount

        public void setRefundReturnedItemsCount​(Integer value)
        Sets the value of the refundReturnedItemsCount property.
        Parameters:
        value - allowed object is Integer