Class CardReaderPowerOffRequest


  • public class CardReaderPowerOffRequest
    extends Object
    Definition: Content of the Card Reader Power-Off Request messageType. -- Usage: It contains a possible invitation messageType to display on the CashierInterface or the CustomerInterface, for removing the card.

    Java class for CardReaderPowerOffRequest complex type.

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

     <complexType name="CardReaderPowerOffRequest">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="DisplayOutput" type="{}DisplayOutput" minOccurs="0"/>
           </sequence>
           <attribute name="MaxWaitingTime" type="{}MaxWaitingTime" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • displayOutput

        protected DisplayOutput displayOutput
        The Display output.
      • maxWaitingTime

        protected BigInteger maxWaitingTime
        The Max waiting time.
    • Constructor Detail

      • CardReaderPowerOffRequest

        public CardReaderPowerOffRequest()
    • Method Detail

      • getDisplayOutput

        public DisplayOutput getDisplayOutput()
        Gets the value of the displayOutput property.
        Returns:
        possible object is DisplayOutput
      • setDisplayOutput

        public void setDisplayOutput​(DisplayOutput value)
        Sets the value of the displayOutput property.
        Parameters:
        value - allowed object is DisplayOutput
      • getMaxWaitingTime

        public BigInteger getMaxWaitingTime()
        Gets the value of the maxWaitingTime property.
        Returns:
        possible object is BigInteger
      • setMaxWaitingTime

        public void setMaxWaitingTime​(BigInteger value)
        Sets the value of the maxWaitingTime property.
        Parameters:
        value - allowed object is BigInteger