Class POIData


  • public class POIData
    extends Object
    Definition: Data related to the POI System. -- Usage: In the Message Response, identification of the POI transaction.

    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>
     
    • Field Detail

      • poiReconciliationID

        protected String poiReconciliationID
        The Poi reconciliation id.
    • Constructor Detail

      • POIData

        public POIData()
    • Method Detail

      • getPOIReconciliationID

        public String getPOIReconciliationID()
        Gets the value of the poiReconciliationID property.
        Returns:
        possible object is String
      • setPOIReconciliationID

        public void setPOIReconciliationID​(String value)
        Sets the value of the poiReconciliationID property.
        Parameters:
        value - allowed object is String