public class ReconciliationRequest extends Object
Java class for ReconciliationRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReconciliationRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AcquirerID" type="{}AcquirerID" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Reconciliation" use="required" type="{}ReconciliationType" />
<attribute name="POIReconciliationID" type="{}POIReconciliationID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
acquirerID
The Acquirer id.
|
protected String |
poiReconciliationID
The Poi reconciliation id.
|
protected ReconciliationType |
reconciliationType
The Reconciliation.
|
| Constructor and Description |
|---|
ReconciliationRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAcquirerID()
Gets the value of the acquirerID property.
|
String |
getPOIReconciliationID()
Gets the value of the poiReconciliationID property.
|
ReconciliationType |
getReconciliationType()
Gets the value of the reconciliationType property.
|
void |
setPOIReconciliationID(String value)
Sets the value of the poiReconciliationID property.
|
void |
setReconciliationType(ReconciliationType value)
Sets the value of the reconciliationType property.
|
protected ReconciliationType reconciliationType
protected String poiReconciliationID
public List<String> getAcquirerID()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the acquirerID property.
For example, to add a new item, do as follows:
getAcquirerID().add(newItem);
Objects of the following type(s) are allowed in the list
String
public ReconciliationType getReconciliationType()
ReconciliationTypepublic void setReconciliationType(ReconciliationType value)
value - allowed object is ReconciliationTypepublic String getPOIReconciliationID()
StringCopyright © 2022. All rights reserved.