public class ReconciliationResponseType extends Object
Java class for ReconciliationResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReconciliationResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Response" type="{}ResponseType"/>
<element name="TransactionTotals" type="{}TransactionTotalsType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ReconciliationType" use="required" type="{}ReconciliationTypeTypeCode" />
<attribute name="POIReconciliationID" type="{}POIReconciliationIDType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
poiReconciliationID |
protected String |
reconciliationType |
protected ResponseType |
response |
protected List<TransactionTotalsType> |
transactionTotals |
| Constructor and Description |
|---|
ReconciliationResponseType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPOIReconciliationID()
Gets the value of the poiReconciliationID property.
|
String |
getReconciliationType()
Gets the value of the reconciliationType property.
|
ResponseType |
getResponse()
Gets the value of the response property.
|
List<TransactionTotalsType> |
getTransactionTotals()
Gets the value of the transactionTotals property.
|
void |
setPOIReconciliationID(String value)
Sets the value of the poiReconciliationID property.
|
void |
setReconciliationType(String value)
Sets the value of the reconciliationType property.
|
void |
setResponse(ResponseType value)
Sets the value of the response property.
|
protected ResponseType response
protected List<TransactionTotalsType> transactionTotals
protected String reconciliationType
protected String poiReconciliationID
public ResponseType getResponse()
ResponseTypepublic void setResponse(ResponseType value)
value - allowed object is
ResponseTypepublic List<TransactionTotalsType> 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
TransactionTotalsType
public String getReconciliationType()
Stringpublic void setReconciliationType(String value)
value - allowed object is
Stringpublic String getPOIReconciliationID()
StringCopyright © 2018. All rights reserved.