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