Class ResultFilter

java.lang.Object
com.pensio.api.generated.ResultFilter

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public class ResultFilter extends Object

Java class for ResultFilter complex type.

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

 <complexType name="ResultFilter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ShopEquals" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TerminalEquals" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TransactionIdEquals" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ShopOrderIdEquals" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PaymentStatusEquals" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ReconciliationIdentifierEquals" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AcquirerReconciliationIdentifierEquals" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • shopEquals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String shopEquals
    • terminalEquals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String terminalEquals
    • transactionIdEquals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String transactionIdEquals
    • shopOrderIdEquals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String shopOrderIdEquals
    • paymentStatusEquals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String paymentStatusEquals
    • reconciliationIdentifierEquals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String reconciliationIdentifierEquals
    • acquirerReconciliationIdentifierEquals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String acquirerReconciliationIdentifierEquals
  • Constructor Details

    • ResultFilter

      public ResultFilter()
  • Method Details

    • getShopEquals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getShopEquals()
      Gets the value of the shopEquals property.
      Returns:
      possible object is String
    • setShopEquals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setShopEquals(String value)
      Sets the value of the shopEquals property.
      Parameters:
      value - allowed object is String
    • getTerminalEquals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getTerminalEquals()
      Gets the value of the terminalEquals property.
      Returns:
      possible object is String
    • setTerminalEquals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setTerminalEquals(String value)
      Sets the value of the terminalEquals property.
      Parameters:
      value - allowed object is String
    • getTransactionIdEquals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getTransactionIdEquals()
      Gets the value of the transactionIdEquals property.
      Returns:
      possible object is String
    • setTransactionIdEquals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setTransactionIdEquals(String value)
      Sets the value of the transactionIdEquals property.
      Parameters:
      value - allowed object is String
    • getShopOrderIdEquals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getShopOrderIdEquals()
      Gets the value of the shopOrderIdEquals property.
      Returns:
      possible object is String
    • setShopOrderIdEquals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setShopOrderIdEquals(String value)
      Sets the value of the shopOrderIdEquals property.
      Parameters:
      value - allowed object is String
    • getPaymentStatusEquals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getPaymentStatusEquals()
      Gets the value of the paymentStatusEquals property.
      Returns:
      possible object is String
    • setPaymentStatusEquals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setPaymentStatusEquals(String value)
      Sets the value of the paymentStatusEquals property.
      Parameters:
      value - allowed object is String
    • getReconciliationIdentifierEquals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getReconciliationIdentifierEquals()
      Gets the value of the reconciliationIdentifierEquals property.
      Returns:
      possible object is String
    • setReconciliationIdentifierEquals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setReconciliationIdentifierEquals(String value)
      Sets the value of the reconciliationIdentifierEquals property.
      Parameters:
      value - allowed object is String
    • getAcquirerReconciliationIdentifierEquals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getAcquirerReconciliationIdentifierEquals()
      Gets the value of the acquirerReconciliationIdentifierEquals property.
      Returns:
      possible object is String
    • setAcquirerReconciliationIdentifierEquals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setAcquirerReconciliationIdentifierEquals(String value)
      Sets the value of the acquirerReconciliationIdentifierEquals property.
      Parameters:
      value - allowed object is String