Class SaleToPOIResponse


  • public class SaleToPOIResponse
    extends Object
    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="MessageHeader" type="{}MessageHeader"/>
             <choice>
               <element name="BalanceInquiryResponse" type="{}BalanceInquiryResponse"/>
               <element name="BatchResponse" type="{}BatchResponse"/>
               <element name="CardAcquisitionResponse" type="{}CardAcquisitionResponse"/>
               <element name="AdminResponse" type="{}AdminResponse"/>
               <element name="DiagnosisResponse" type="{}DiagnosisResponse"/>
               <element name="DisplayResponse" type="{}DisplayResponse"/>
               <element name="EnableServiceResponse" type="{}EnableServiceResponse"/>
               <element name="GetTotalsResponse" type="{}GetTotalsResponse"/>
               <element name="InputResponse" type="{}InputResponse"/>
               <element name="LoginResponse" type="{}LoginResponse"/>
               <element name="LogoutResponse" type="{}LogoutResponse"/>
               <element name="LoyaltyResponse" type="{}LoyaltyResponse"/>
               <element name="PaymentResponse" type="{}PaymentResponse"/>
               <element name="PINResponse" type="{}PINResponse"/>
               <element name="PrintResponse" type="{}PrintResponse"/>
               <element name="CardReaderInitResponse" type="{}CardReaderInitResponse"/>
               <element name="CardReaderAPDUResponse" type="{}CardReaderAPDUResponse"/>
               <element name="CardReaderPowerOffResponse" type="{}CardReaderPowerOffResponse"/>
               <element name="ReconciliationResponse" type="{}ReconciliationResponse"/>
               <element name="ReversalResponse" type="{}ReversalResponse"/>
               <element name="SoundResponse" type="{}SoundResponse"/>
               <element name="StoredValueResponse" type="{}StoredValueResponse"/>
               <element name="TransactionStatusResponse" type="{}TransactionStatusResponse"/>
               <element name="TransmitResponse" type="{}TransmitResponse"/>
             </choice>
             <element name="SecurityTrailer" type="{}ContentInformation" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • messageHeader

        @SerializedName("MessageHeader")
        protected MessageHeader messageHeader
        The Message header.
      • balanceInquiryResponse

        @SerializedName("BalanceInquiryResponse")
        protected BalanceInquiryResponse balanceInquiryResponse
        The Balance inquiry response.
      • batchResponse

        @SerializedName("BatchResponse")
        protected BatchResponse batchResponse
        The Batch response.
      • cardAcquisitionResponse

        @SerializedName("CardAcquisitionResponse")
        protected CardAcquisitionResponse cardAcquisitionResponse
        The Card acquisition response.
      • adminResponse

        @SerializedName("AdminResponse")
        protected AdminResponse adminResponse
        The Admin response.
      • diagnosisResponse

        @SerializedName("DiagnosisResponse")
        protected DiagnosisResponse diagnosisResponse
        The Diagnosis response.
      • displayResponse

        @SerializedName("DisplayResponse")
        protected DisplayResponse displayResponse
        The Display response.
      • enableServiceResponse

        @SerializedName("EnableServiceResponse")
        protected EnableServiceResponse enableServiceResponse
        The Enable service response.
      • getTotalsResponse

        @SerializedName("GetTotalsResponse")
        protected GetTotalsResponse getTotalsResponse
        The Get totals response.
      • inputResponse

        @SerializedName("InputResponse")
        protected InputResponse inputResponse
        The Input response.
      • loginResponse

        @SerializedName("LoginResponse")
        protected LoginResponse loginResponse
        The Login response.
      • logoutResponse

        @SerializedName("LogoutResponse")
        protected LogoutResponse logoutResponse
        The Logout response.
      • loyaltyResponse

        @SerializedName("LoyaltyResponse")
        protected LoyaltyResponse loyaltyResponse
        The Loyalty response.
      • paymentResponse

        @SerializedName("PaymentResponse")
        protected PaymentResponse paymentResponse
        The Payment response.
      • pinResponse

        @SerializedName("PINResponse")
        protected PINResponse pinResponse
        The Pin response.
      • printResponse

        @SerializedName("PrintResponse")
        protected PrintResponse printResponse
        The Print response.
      • cardReaderInitResponse

        @SerializedName("CardReaderInitResponse")
        protected CardReaderInitResponse cardReaderInitResponse
        The Card reader init response.
      • cardReaderAPDUResponse

        @SerializedName("CardReaderAPDUResponse")
        protected CardReaderAPDUResponse cardReaderAPDUResponse
        The Card reader apdu response.
      • cardReaderPowerOffResponse

        @SerializedName("CardReaderPowerOffResponse")
        protected CardReaderPowerOffResponse cardReaderPowerOffResponse
        The Card reader power off response.
      • reconciliationResponse

        @SerializedName("ReconciliationResponse")
        protected ReconciliationResponse reconciliationResponse
        The Reconciliation response.
      • reversalResponse

        @SerializedName("ReversalResponse")
        protected ReversalResponse reversalResponse
        The Reversal response.
      • soundResponse

        @SerializedName("SoundResponse")
        protected SoundResponse soundResponse
        The Sound response.
      • storedValueResponse

        @SerializedName("StoredValueResponse")
        protected StoredValueResponse storedValueResponse
        The Stored value response.
      • transactionStatusResponse

        @SerializedName("TransactionStatusResponse")
        protected TransactionStatusResponse transactionStatusResponse
        The Transaction status response.
      • transmitResponse

        @SerializedName("TransmitResponse")
        protected TransmitResponse transmitResponse
        The Transmit response.
      • securityTrailer

        @SerializedName("SecurityTrailer")
        protected ContentInformation securityTrailer
        The Security trailer.
    • Constructor Detail

      • SaleToPOIResponse

        public SaleToPOIResponse()
    • Method Detail

      • getMessageHeader

        public MessageHeader getMessageHeader()
        Gets the value of the messageHeader property.
        Returns:
        possible object is MessageHeader
      • setMessageHeader

        public void setMessageHeader​(MessageHeader value)
        Sets the value of the messageHeader property.
        Parameters:
        value - allowed object is MessageHeader
      • getBatchResponse

        public BatchResponse getBatchResponse()
        Gets the value of the batchResponse property.
        Returns:
        possible object is BatchResponse
      • setBatchResponse

        public void setBatchResponse​(BatchResponse value)
        Sets the value of the batchResponse property.
        Parameters:
        value - allowed object is BatchResponse
      • getAdminResponse

        public AdminResponse getAdminResponse()
        Gets the value of the adminResponse property.
        Returns:
        possible object is AdminResponse
      • setAdminResponse

        public void setAdminResponse​(AdminResponse value)
        Sets the value of the adminResponse property.
        Parameters:
        value - allowed object is AdminResponse
      • setDiagnosisResponse

        public void setDiagnosisResponse​(DiagnosisResponse value)
        Sets the value of the diagnosisResponse property.
        Parameters:
        value - allowed object is DiagnosisResponse
      • getDisplayResponse

        public DisplayResponse getDisplayResponse()
        Gets the value of the displayResponse property.
        Returns:
        possible object is DisplayResponse
      • setDisplayResponse

        public void setDisplayResponse​(DisplayResponse value)
        Sets the value of the displayResponse property.
        Parameters:
        value - allowed object is DisplayResponse
      • setEnableServiceResponse

        public void setEnableServiceResponse​(EnableServiceResponse value)
        Sets the value of the enableServiceResponse property.
        Parameters:
        value - allowed object is EnableServiceResponse
      • setGetTotalsResponse

        public void setGetTotalsResponse​(GetTotalsResponse value)
        Sets the value of the getTotalsResponse property.
        Parameters:
        value - allowed object is GetTotalsResponse
      • getInputResponse

        public InputResponse getInputResponse()
        Gets the value of the inputResponse property.
        Returns:
        possible object is InputResponse
      • setInputResponse

        public void setInputResponse​(InputResponse value)
        Sets the value of the inputResponse property.
        Parameters:
        value - allowed object is InputResponse
      • getLoginResponse

        public LoginResponse getLoginResponse()
        Gets the value of the loginResponse property.
        Returns:
        possible object is LoginResponse
      • setLoginResponse

        public void setLoginResponse​(LoginResponse value)
        Sets the value of the loginResponse property.
        Parameters:
        value - allowed object is LoginResponse
      • getLogoutResponse

        public LogoutResponse getLogoutResponse()
        Gets the value of the logoutResponse property.
        Returns:
        possible object is LogoutResponse
      • setLogoutResponse

        public void setLogoutResponse​(LogoutResponse value)
        Sets the value of the logoutResponse property.
        Parameters:
        value - allowed object is LogoutResponse
      • getLoyaltyResponse

        public LoyaltyResponse getLoyaltyResponse()
        Gets the value of the loyaltyResponse property.
        Returns:
        possible object is LoyaltyResponse
      • setLoyaltyResponse

        public void setLoyaltyResponse​(LoyaltyResponse value)
        Sets the value of the loyaltyResponse property.
        Parameters:
        value - allowed object is LoyaltyResponse
      • getPaymentResponse

        public PaymentResponse getPaymentResponse()
        Gets the value of the paymentResponse property.
        Returns:
        possible object is PaymentResponse
      • setPaymentResponse

        public void setPaymentResponse​(PaymentResponse value)
        Sets the value of the paymentResponse property.
        Parameters:
        value - allowed object is PaymentResponse
      • getPINResponse

        public PINResponse getPINResponse()
        Gets the value of the pinResponse property.
        Returns:
        possible object is PINResponse
      • setPINResponse

        public void setPINResponse​(PINResponse value)
        Sets the value of the pinResponse property.
        Parameters:
        value - allowed object is PINResponse
      • getPrintResponse

        public PrintResponse getPrintResponse()
        Gets the value of the printResponse property.
        Returns:
        possible object is PrintResponse
      • setPrintResponse

        public void setPrintResponse​(PrintResponse value)
        Sets the value of the printResponse property.
        Parameters:
        value - allowed object is PrintResponse
      • getReversalResponse

        public ReversalResponse getReversalResponse()
        Gets the value of the reversalResponse property.
        Returns:
        possible object is ReversalResponse
      • setReversalResponse

        public void setReversalResponse​(ReversalResponse value)
        Sets the value of the reversalResponse property.
        Parameters:
        value - allowed object is ReversalResponse
      • getSoundResponse

        public SoundResponse getSoundResponse()
        Gets the value of the soundResponse property.
        Returns:
        possible object is SoundResponse
      • setSoundResponse

        public void setSoundResponse​(SoundResponse value)
        Sets the value of the soundResponse property.
        Parameters:
        value - allowed object is SoundResponse
      • setStoredValueResponse

        public void setStoredValueResponse​(StoredValueResponse value)
        Sets the value of the storedValueResponse property.
        Parameters:
        value - allowed object is StoredValueResponse
      • getTransmitResponse

        public TransmitResponse getTransmitResponse()
        Gets the value of the transmitResponse property.
        Returns:
        possible object is TransmitResponse
      • setTransmitResponse

        public void setTransmitResponse​(TransmitResponse value)
        Sets the value of the transmitResponse property.
        Parameters:
        value - allowed object is TransmitResponse
      • setSecurityTrailer

        public void setSecurityTrailer​(ContentInformation value)
        Sets the value of the securityTrailer property.
        Parameters:
        value - allowed object is ContentInformation