Class InputData


  • public class InputData
    extends Object
    Definition: Information related to an Input request. -- Usage: It conveys the target input logical device, the type of input command, and possible minimum and maximum length of the input. In addition, if the requestor might require to receive an Event Notification if a card is inserted in a card

    Java class for InputData complex type.

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

     <complexType name="InputData">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="DefaultInputString" type="{}DefaultInputString" minOccurs="0"/>
             <element name="StringMask" type="{}StringMask" minOccurs="0"/>
           </sequence>
           <attribute name="Device" use="required" type="{}DeviceType" />
           <attribute name="InfoQualify" use="required" type="{}InfoQualifyType" />
           <attribute name="InputCommand" use="required" type="{}InputCommandType" />
           <attribute name="NotifyCardInputFlag" type="{}NotifyCardInputFlag" default="false" />
           <attribute name="MaxInputTime" type="{}MaxInputTime" />
           <attribute name="ImmediateResponseFlag" type="{}ImmediateResponseFlag" default="false" />
           <attribute name="MinLength" type="{}MinLength" />
           <attribute name="MaxLength" type="{}MaxLength" />
           <attribute name="MaxDecimalLength" type="{}MaxDecimalLength" />
           <attribute name="WaitUserValidationFlag" type="{}WaitUserValidationFlag" default="true" />
           <attribute name="FromRightToLeftFlag" type="{}FromRightToLeftFlag" default="false" />
           <attribute name="MaskCharactersFlag" type="{}MaskCharactersFlag" default="false" />
           <attribute name="BeepKeyFlag" type="{}BeepKeyFlag" default="false" />
           <attribute name="GlobalCorrectionFlag" type="{}GlobalCorrectionFlag" default="false" />
           <attribute name="DisableCancelFlag" type="{}DisableCancelFlag" default="false" />
           <attribute name="DisableCorrectFlag" type="{}DisableCorrectFlag" default="false" />
           <attribute name="DisableValidFlag" type="{}DisableValidFlag" default="false" />
           <attribute name="MenuBackFlag" type="{}MenuBackFlag" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • defaultInputString

        protected String defaultInputString
        The Default input string.
      • stringMask

        protected String stringMask
        The String mask.
      • notifyCardInputFlag

        protected Boolean notifyCardInputFlag
        The Notify card input flag.
      • maxInputTime

        protected BigInteger maxInputTime
        The Max input time.
      • immediateResponseFlag

        protected Boolean immediateResponseFlag
        The Immediate response flag.
      • minLength

        protected BigInteger minLength
        The Min length.
      • maxLength

        protected BigInteger maxLength
        The Max length.
      • maxDecimalLength

        protected BigInteger maxDecimalLength
        The Max decimal length.
      • waitUserValidationFlag

        protected Boolean waitUserValidationFlag
        The Wait user validation flag.
      • fromRightToLeftFlag

        protected Boolean fromRightToLeftFlag
        The From right to left flag.
      • maskCharactersFlag

        protected Boolean maskCharactersFlag
        The Mask characters flag.
      • beepKeyFlag

        protected Boolean beepKeyFlag
        The Beep key flag.
      • globalCorrectionFlag

        protected Boolean globalCorrectionFlag
        The Global correction flag.
      • disableCancelFlag

        protected Boolean disableCancelFlag
        The Disable cancel flag.
      • disableCorrectFlag

        protected Boolean disableCorrectFlag
        The Disable correct flag.
      • disableValidFlag

        protected Boolean disableValidFlag
        The Disable valid flag.
      • menuBackFlag

        protected Boolean menuBackFlag
        The Menu back flag.
    • Constructor Detail

      • InputData

        public InputData()
    • Method Detail

      • getDefaultInputString

        public String getDefaultInputString()
        Gets the value of the defaultInputString property.
        Returns:
        possible object is String
      • setDefaultInputString

        public void setDefaultInputString​(String value)
        Sets the value of the defaultInputString property.
        Parameters:
        value - allowed object is String
      • getStringMask

        public String getStringMask()
        Gets the value of the stringMask property.
        Returns:
        possible object is String
      • setStringMask

        public void setStringMask​(String value)
        Sets the value of the stringMask property.
        Parameters:
        value - allowed object is String
      • getDevice

        public DeviceType getDevice()
        Gets the value of the device property.
        Returns:
        possible object is DeviceType
      • setDevice

        public void setDevice​(DeviceType value)
        Sets the value of the device property.
        Parameters:
        value - allowed object is DeviceType
      • setInfoQualify

        public void setInfoQualify​(InfoQualifyType value)
        Sets the value of the infoQualify property.
        Parameters:
        value - allowed object is InfoQualifyType
      • setInputCommand

        public void setInputCommand​(InputCommandType value)
        Sets the value of the inputCommand property.
        Parameters:
        value - allowed object is InputCommandType
      • isNotifyCardInputFlag

        public boolean isNotifyCardInputFlag()
        Gets the value of the notifyCardInputFlag property.
        Returns:
        possible object is Boolean
      • setNotifyCardInputFlag

        public void setNotifyCardInputFlag​(Boolean value)
        Sets the value of the notifyCardInputFlag property.
        Parameters:
        value - allowed object is Boolean
      • getMaxInputTime

        public BigInteger getMaxInputTime()
        Gets the value of the maxInputTime property.
        Returns:
        possible object is BigInteger
      • setMaxInputTime

        public void setMaxInputTime​(BigInteger value)
        Sets the value of the maxInputTime property.
        Parameters:
        value - allowed object is BigInteger
      • isImmediateResponseFlag

        public boolean isImmediateResponseFlag()
        Gets the value of the immediateResponseFlag property.
        Returns:
        possible object is Boolean
      • setImmediateResponseFlag

        public void setImmediateResponseFlag​(Boolean value)
        Sets the value of the immediateResponseFlag property.
        Parameters:
        value - allowed object is Boolean
      • getMinLength

        public BigInteger getMinLength()
        Gets the value of the minLength property.
        Returns:
        possible object is BigInteger
      • setMinLength

        public void setMinLength​(BigInteger value)
        Sets the value of the minLength property.
        Parameters:
        value - allowed object is BigInteger
      • getMaxLength

        public BigInteger getMaxLength()
        Gets the value of the maxLength property.
        Returns:
        possible object is BigInteger
      • setMaxLength

        public void setMaxLength​(BigInteger value)
        Sets the value of the maxLength property.
        Parameters:
        value - allowed object is BigInteger
      • getMaxDecimalLength

        public BigInteger getMaxDecimalLength()
        Gets the value of the maxDecimalLength property.
        Returns:
        possible object is BigInteger
      • setMaxDecimalLength

        public void setMaxDecimalLength​(BigInteger value)
        Sets the value of the maxDecimalLength property.
        Parameters:
        value - allowed object is BigInteger
      • isWaitUserValidationFlag

        public boolean isWaitUserValidationFlag()
        Gets the value of the waitUserValidationFlag property.
        Returns:
        possible object is Boolean
      • setWaitUserValidationFlag

        public void setWaitUserValidationFlag​(Boolean value)
        Sets the value of the waitUserValidationFlag property.
        Parameters:
        value - allowed object is Boolean
      • isFromRightToLeftFlag

        public boolean isFromRightToLeftFlag()
        Gets the value of the fromRightToLeftFlag property.
        Returns:
        possible object is Boolean
      • setFromRightToLeftFlag

        public void setFromRightToLeftFlag​(Boolean value)
        Sets the value of the fromRightToLeftFlag property.
        Parameters:
        value - allowed object is Boolean
      • isMaskCharactersFlag

        public boolean isMaskCharactersFlag()
        Gets the value of the maskCharactersFlag property.
        Returns:
        possible object is Boolean
      • setMaskCharactersFlag

        public void setMaskCharactersFlag​(Boolean value)
        Sets the value of the maskCharactersFlag property.
        Parameters:
        value - allowed object is Boolean
      • isBeepKeyFlag

        public boolean isBeepKeyFlag()
        Gets the value of the beepKeyFlag property.
        Returns:
        possible object is Boolean
      • setBeepKeyFlag

        public void setBeepKeyFlag​(Boolean value)
        Sets the value of the beepKeyFlag property.
        Parameters:
        value - allowed object is Boolean
      • isGlobalCorrectionFlag

        public boolean isGlobalCorrectionFlag()
        Gets the value of the globalCorrectionFlag property.
        Returns:
        possible object is Boolean
      • setGlobalCorrectionFlag

        public void setGlobalCorrectionFlag​(Boolean value)
        Sets the value of the globalCorrectionFlag property.
        Parameters:
        value - allowed object is Boolean
      • isDisableCancelFlag

        public boolean isDisableCancelFlag()
        Gets the value of the disableCancelFlag property.
        Returns:
        possible object is Boolean
      • setDisableCancelFlag

        public void setDisableCancelFlag​(Boolean value)
        Sets the value of the disableCancelFlag property.
        Parameters:
        value - allowed object is Boolean
      • isDisableCorrectFlag

        public boolean isDisableCorrectFlag()
        Gets the value of the disableCorrectFlag property.
        Returns:
        possible object is Boolean
      • setDisableCorrectFlag

        public void setDisableCorrectFlag​(Boolean value)
        Sets the value of the disableCorrectFlag property.
        Parameters:
        value - allowed object is Boolean
      • isDisableValidFlag

        public boolean isDisableValidFlag()
        Gets the value of the disableValidFlag property.
        Returns:
        possible object is Boolean
      • setDisableValidFlag

        public void setDisableValidFlag​(Boolean value)
        Sets the value of the disableValidFlag property.
        Parameters:
        value - allowed object is Boolean
      • isMenuBackFlag

        public boolean isMenuBackFlag()
        Gets the value of the menuBackFlag property.
        Returns:
        possible object is Boolean
      • setMenuBackFlag

        public void setMenuBackFlag​(Boolean value)
        Sets the value of the menuBackFlag property.
        Parameters:
        value - allowed object is Boolean