Package com.pensio.api.generated
Class ResultFilter
java.lang.Object
com.pensio.api.generated.ResultFilter
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2026-02-17T13:39:18Z")
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acquirerReconciliationIdentifierEquals property.Gets the value of the paymentStatusEquals property.Gets the value of the reconciliationIdentifierEquals property.Gets the value of the shopEquals property.Gets the value of the shopOrderIdEquals property.Gets the value of the terminalEquals property.Gets the value of the transactionIdEquals property.voidSets the value of the acquirerReconciliationIdentifierEquals property.voidsetPaymentStatusEquals(String value) Sets the value of the paymentStatusEquals property.voidSets the value of the reconciliationIdentifierEquals property.voidsetShopEquals(String value) Sets the value of the shopEquals property.voidsetShopOrderIdEquals(String value) Sets the value of the shopOrderIdEquals property.voidsetTerminalEquals(String value) Sets the value of the terminalEquals property.voidsetTransactionIdEquals(String value) Sets the value of the transactionIdEquals property.
-
Field Details
-
shopEquals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected String shopEquals -
terminalEquals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected String terminalEquals -
transactionIdEquals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected String transactionIdEquals -
shopOrderIdEquals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected String shopOrderIdEquals -
paymentStatusEquals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected String paymentStatusEquals -
reconciliationIdentifierEquals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") protected String reconciliationIdentifierEquals -
acquirerReconciliationIdentifierEquals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") public void setShopEquals(String value) Sets the value of the shopEquals property.- Parameters:
value- allowed object isString
-
getTerminalEquals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") public void setTerminalEquals(String value) Sets the value of the terminalEquals property.- Parameters:
value- allowed object isString
-
getTransactionIdEquals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") public void setTransactionIdEquals(String value) Sets the value of the transactionIdEquals property.- Parameters:
value- allowed object isString
-
getShopOrderIdEquals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") public void setShopOrderIdEquals(String value) Sets the value of the shopOrderIdEquals property.- Parameters:
value- allowed object isString
-
getPaymentStatusEquals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") public void setPaymentStatusEquals(String value) Sets the value of the paymentStatusEquals property.- Parameters:
value- allowed object isString
-
getReconciliationIdentifierEquals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") public void setReconciliationIdentifierEquals(String value) Sets the value of the reconciliationIdentifierEquals property.- Parameters:
value- allowed object isString
-
getAcquirerReconciliationIdentifierEquals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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="2026-02-17T13:39:18Z") public void setAcquirerReconciliationIdentifierEquals(String value) Sets the value of the acquirerReconciliationIdentifierEquals property.- Parameters:
value- allowed object isString
-