public class ReconciliationResponse extends Object
Java class for ReconciliationResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReconciliationResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Response" type="{}Response"/>
<element name="TransactionTotals" type="{}TransactionTotals" 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 String |
poiReconciliationID
The Poi reconciliation id.
|
protected ReconciliationType |
reconciliationType
The Reconciliation.
|
protected Response |
response
The Response.
|
protected List<TransactionTotals> |
transactionTotals
The Transaction totals.
|
| Constructor and Description |
|---|
ReconciliationResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPOIReconciliationID()
Gets the value of the poiReconciliationID property.
|
ReconciliationType |
getReconciliationType()
Gets the value of the reconciliationType property.
|
Response |
getResponse()
Gets the value of the response property.
|
List<TransactionTotals> |
getTransactionTotals()
Gets the value of the transactionTotals property.
|
void |
setPOIReconciliationID(String value)
Sets the value of the poiReconciliationID property.
|
void |
setReconciliationType(ReconciliationType value)
Sets the value of the reconciliationType property.
|
void |
setResponse(Response value)
Sets the value of the response property.
|
protected Response response
protected List<TransactionTotals> transactionTotals
protected ReconciliationType reconciliationType
protected String poiReconciliationID
public Response getResponse()
Responsepublic void setResponse(Response value)
value - allowed object is Responsepublic List<TransactionTotals> getTransactionTotals()
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 transactionTotals property.
For example, to add a new item, do as follows:
getTransactionTotals().add(newItem);
Objects of the following type(s) are allowed in the list
TransactionTotals
public ReconciliationType getReconciliationType()
ReconciliationTypepublic void setReconciliationType(ReconciliationType value)
value - allowed object is ReconciliationTypepublic String getPOIReconciliationID()
StringCopyright © 2022. All rights reserved.