Class SaleToPOIRequest


  • public class SaleToPOIRequest
    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="AbortRequest" type="{}AbortRequest"/>
               <element name="BalanceInquiryRequest" type="{}BalanceInquiryRequest"/>
               <element name="BatchRequest" type="{}BatchRequest"/>
               <element name="CardAcquisitionRequest" type="{}CardAcquisitionRequest"/>
               <element name="AdminRequest" type="{}AdminRequest"/>
               <element name="DiagnosisRequest" type="{}DiagnosisRequest"/>
               <element name="DisplayRequest" type="{}DisplayRequest"/>
               <element name="EnableServiceRequest" type="{}EnableServiceRequest"/>
               <element name="EventNotification" type="{}EventNotification"/>
               <element name="GetTotalsRequest" type="{}GetTotalsRequest"/>
               <element name="InputRequest" type="{}InputRequest"/>
               <element name="InputUpdate" type="{}InputUpdate"/>
               <element name="LoginRequest" type="{}LoginRequest"/>
               <element name="LogoutRequest" type="{}LogoutRequest"/>
               <element name="LoyaltyRequest" type="{}LoyaltyRequest"/>
               <element name="PaymentRequest" type="{}PaymentRequest"/>
               <element name="PINRequest" type="{}PINRequest"/>
               <element name="PrintRequest" type="{}PrintRequest"/>
               <element name="CardReaderInitRequest" type="{}CardReaderInitRequest"/>
               <element name="CardReaderAPDURequest" type="{}CardReaderAPDURequest"/>
               <element name="CardReaderPowerOffRequest" type="{}CardReaderPowerOffRequest"/>
               <element name="ReconciliationRequest" type="{}ReconciliationRequest"/>
               <element name="ReversalRequest" type="{}ReversalRequest"/>
               <element name="SoundRequest" type="{}SoundRequest"/>
               <element name="StoredValueRequest" type="{}StoredValueRequest"/>
               <element name="TransactionStatusRequest" type="{}TransactionStatusRequest"/>
               <element name="TransmitRequest" type="{}TransmitRequest"/>
             </choice>
             <element name="SecurityTrailer" type="{}ContentInformation" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • messageHeader

        protected MessageHeader messageHeader
        The Message header.
      • abortRequest

        protected AbortRequest abortRequest
        The Abort request.
      • balanceInquiryRequest

        protected BalanceInquiryRequest balanceInquiryRequest
        The Balance inquiry request.
      • batchRequest

        protected BatchRequest batchRequest
        The Batch request.
      • cardAcquisitionRequest

        protected CardAcquisitionRequest cardAcquisitionRequest
        The Card acquisition request.
      • adminRequest

        protected AdminRequest adminRequest
        The Admin request.
      • diagnosisRequest

        protected DiagnosisRequest diagnosisRequest
        The Diagnosis request.
      • displayRequest

        protected DisplayRequest displayRequest
        The Display request.
      • enableServiceRequest

        protected EnableServiceRequest enableServiceRequest
        The Enable service request.
      • eventNotification

        protected EventNotification eventNotification
        The Event notification.
      • getTotalsRequest

        protected GetTotalsRequest getTotalsRequest
        The Get totals request.
      • inputRequest

        protected InputRequest inputRequest
        The Input request.
      • inputUpdate

        protected InputUpdate inputUpdate
        The Input update.
      • loginRequest

        protected LoginRequest loginRequest
        The Login request.
      • logoutRequest

        protected LogoutRequest logoutRequest
        The Logout request.
      • loyaltyRequest

        protected LoyaltyRequest loyaltyRequest
        The Loyalty request.
      • paymentRequest

        protected PaymentRequest paymentRequest
        The Payment request.
      • pinRequest

        protected PINRequest pinRequest
        The Pin request.
      • printRequest

        protected PrintRequest printRequest
        The Print request.
      • cardReaderInitRequest

        protected CardReaderInitRequest cardReaderInitRequest
        The Card reader init request.
      • cardReaderAPDURequest

        protected CardReaderAPDURequest cardReaderAPDURequest
        The Card reader apdu request.
      • cardReaderPowerOffRequest

        protected CardReaderPowerOffRequest cardReaderPowerOffRequest
        The Card reader power off request.
      • reconciliationRequest

        protected ReconciliationRequest reconciliationRequest
        The Reconciliation request.
      • reversalRequest

        protected ReversalRequest reversalRequest
        The Reversal request.
      • soundRequest

        protected SoundRequest soundRequest
        The Sound request.
      • storedValueRequest

        protected StoredValueRequest storedValueRequest
        The Stored value request.
      • transmitRequest

        protected TransmitRequest transmitRequest
        The Transmit request.
    • Constructor Detail

      • SaleToPOIRequest

        public SaleToPOIRequest()
    • 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
      • getAbortRequest

        public AbortRequest getAbortRequest()
        Gets the value of the abortRequest property.
        Returns:
        possible object is AbortRequest
      • setAbortRequest

        public void setAbortRequest​(AbortRequest value)
        Sets the value of the abortRequest property.
        Parameters:
        value - allowed object is AbortRequest
      • setBalanceInquiryRequest

        public void setBalanceInquiryRequest​(BalanceInquiryRequest value)
        Sets the value of the balanceInquiryRequest property.
        Parameters:
        value - allowed object is BalanceInquiryRequest
      • getBatchRequest

        public BatchRequest getBatchRequest()
        Gets the value of the batchRequest property.
        Returns:
        possible object is BatchRequest
      • setBatchRequest

        public void setBatchRequest​(BatchRequest value)
        Sets the value of the batchRequest property.
        Parameters:
        value - allowed object is BatchRequest
      • getAdminRequest

        public AdminRequest getAdminRequest()
        Gets the value of the adminRequest property.
        Returns:
        possible object is AdminRequest
      • setAdminRequest

        public void setAdminRequest​(AdminRequest value)
        Sets the value of the adminRequest property.
        Parameters:
        value - allowed object is AdminRequest
      • getDiagnosisRequest

        public DiagnosisRequest getDiagnosisRequest()
        Gets the value of the diagnosisRequest property.
        Returns:
        possible object is DiagnosisRequest
      • setDiagnosisRequest

        public void setDiagnosisRequest​(DiagnosisRequest value)
        Sets the value of the diagnosisRequest property.
        Parameters:
        value - allowed object is DiagnosisRequest
      • getDisplayRequest

        public DisplayRequest getDisplayRequest()
        Gets the value of the displayRequest property.
        Returns:
        possible object is DisplayRequest
      • setDisplayRequest

        public void setDisplayRequest​(DisplayRequest value)
        Sets the value of the displayRequest property.
        Parameters:
        value - allowed object is DisplayRequest
      • setEnableServiceRequest

        public void setEnableServiceRequest​(EnableServiceRequest value)
        Sets the value of the enableServiceRequest property.
        Parameters:
        value - allowed object is EnableServiceRequest
      • setEventNotification

        public void setEventNotification​(EventNotification value)
        Sets the value of the eventNotification property.
        Parameters:
        value - allowed object is EventNotification
      • getGetTotalsRequest

        public GetTotalsRequest getGetTotalsRequest()
        Gets the value of the getTotalsRequest property.
        Returns:
        possible object is GetTotalsRequest
      • setGetTotalsRequest

        public void setGetTotalsRequest​(GetTotalsRequest value)
        Sets the value of the getTotalsRequest property.
        Parameters:
        value - allowed object is GetTotalsRequest
      • getInputRequest

        public InputRequest getInputRequest()
        Gets the value of the inputRequest property.
        Returns:
        possible object is InputRequest
      • setInputRequest

        public void setInputRequest​(InputRequest value)
        Sets the value of the inputRequest property.
        Parameters:
        value - allowed object is InputRequest
      • getInputUpdate

        public InputUpdate getInputUpdate()
        Gets the value of the inputUpdate property.
        Returns:
        possible object is InputUpdate
      • setInputUpdate

        public void setInputUpdate​(InputUpdate value)
        Sets the value of the inputUpdate property.
        Parameters:
        value - allowed object is InputUpdate
      • getLoginRequest

        public LoginRequest getLoginRequest()
        Gets the value of the loginRequest property.
        Returns:
        possible object is LoginRequest
      • setLoginRequest

        public void setLoginRequest​(LoginRequest value)
        Sets the value of the loginRequest property.
        Parameters:
        value - allowed object is LoginRequest
      • getLogoutRequest

        public LogoutRequest getLogoutRequest()
        Gets the value of the logoutRequest property.
        Returns:
        possible object is LogoutRequest
      • setLogoutRequest

        public void setLogoutRequest​(LogoutRequest value)
        Sets the value of the logoutRequest property.
        Parameters:
        value - allowed object is LogoutRequest
      • getLoyaltyRequest

        public LoyaltyRequest getLoyaltyRequest()
        Gets the value of the loyaltyRequest property.
        Returns:
        possible object is LoyaltyRequest
      • setLoyaltyRequest

        public void setLoyaltyRequest​(LoyaltyRequest value)
        Sets the value of the loyaltyRequest property.
        Parameters:
        value - allowed object is LoyaltyRequest
      • getPaymentRequest

        public PaymentRequest getPaymentRequest()
        Gets the value of the paymentRequest property.
        Returns:
        possible object is PaymentRequest
      • setPaymentRequest

        public void setPaymentRequest​(PaymentRequest value)
        Sets the value of the paymentRequest property.
        Parameters:
        value - allowed object is PaymentRequest
      • getPINRequest

        public PINRequest getPINRequest()
        Gets the value of the pinRequest property.
        Returns:
        possible object is PINRequest
      • setPINRequest

        public void setPINRequest​(PINRequest value)
        Sets the value of the pinRequest property.
        Parameters:
        value - allowed object is PINRequest
      • getPrintRequest

        public PrintRequest getPrintRequest()
        Gets the value of the printRequest property.
        Returns:
        possible object is PrintRequest
      • setPrintRequest

        public void setPrintRequest​(PrintRequest value)
        Sets the value of the printRequest property.
        Parameters:
        value - allowed object is PrintRequest
      • setCardReaderInitRequest

        public void setCardReaderInitRequest​(CardReaderInitRequest value)
        Sets the value of the cardReaderInitRequest property.
        Parameters:
        value - allowed object is CardReaderInitRequest
      • setCardReaderAPDURequest

        public void setCardReaderAPDURequest​(CardReaderAPDURequest value)
        Sets the value of the cardReaderAPDURequest property.
        Parameters:
        value - allowed object is CardReaderAPDURequest
      • setReconciliationRequest

        public void setReconciliationRequest​(ReconciliationRequest value)
        Sets the value of the reconciliationRequest property.
        Parameters:
        value - allowed object is ReconciliationRequest
      • getReversalRequest

        public ReversalRequest getReversalRequest()
        Gets the value of the reversalRequest property.
        Returns:
        possible object is ReversalRequest
      • setReversalRequest

        public void setReversalRequest​(ReversalRequest value)
        Sets the value of the reversalRequest property.
        Parameters:
        value - allowed object is ReversalRequest
      • getSoundRequest

        public SoundRequest getSoundRequest()
        Gets the value of the soundRequest property.
        Returns:
        possible object is SoundRequest
      • setSoundRequest

        public void setSoundRequest​(SoundRequest value)
        Sets the value of the soundRequest property.
        Parameters:
        value - allowed object is SoundRequest
      • setStoredValueRequest

        public void setStoredValueRequest​(StoredValueRequest value)
        Sets the value of the storedValueRequest property.
        Parameters:
        value - allowed object is StoredValueRequest
      • getTransmitRequest

        public TransmitRequest getTransmitRequest()
        Gets the value of the transmitRequest property.
        Returns:
        possible object is TransmitRequest
      • setTransmitRequest

        public void setTransmitRequest​(TransmitRequest value)
        Sets the value of the transmitRequest property.
        Parameters:
        value - allowed object is TransmitRequest
      • setSecurityTrailer

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