public class POIData extends Object
Java class for POIData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="POIData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="POITransactionID" type="{}TransactionIdentification"/>
</sequence>
<attribute name="POIReconciliationID" type="{}POIReconciliationID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
poiReconciliationID
The Poi reconciliation id.
|
protected TransactionIdentification |
poiTransactionID
The Poi transaction id.
|
| Constructor and Description |
|---|
POIData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPOIReconciliationID()
Gets the value of the poiReconciliationID property.
|
TransactionIdentification |
getPOITransactionID()
Gets the value of the poiTransactionID property.
|
void |
setPOIReconciliationID(String value)
Sets the value of the poiReconciliationID property.
|
void |
setPOITransactionID(TransactionIdentification value)
Sets the value of the poiTransactionID property.
|
protected TransactionIdentification poiTransactionID
protected String poiReconciliationID
public TransactionIdentification getPOITransactionID()
TransactionIdentificationpublic void setPOITransactionID(TransactionIdentification value)
value - allowed object is TransactionIdentificationpublic String getPOIReconciliationID()
StringCopyright © 2022. All rights reserved.