Package com.adyen.model.nexo
Class InputData
- java.lang.Object
-
- com.adyen.model.nexo.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 cardJava 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 Summary
Fields Modifier and Type Field Description protected BooleanbeepKeyFlagThe Beep key flag.protected StringdefaultInputStringThe Default input string.protected DeviceTypedeviceThe Device.protected BooleandisableCancelFlagThe Disable cancel flag.protected BooleandisableCorrectFlagThe Disable correct flag.protected BooleandisableValidFlagThe Disable valid flag.protected BooleanfromRightToLeftFlagThe From right to left flag.protected BooleanglobalCorrectionFlagThe Global correction flag.protected BooleanimmediateResponseFlagThe Immediate response flag.protected InfoQualifyTypeinfoQualifyThe Info qualify.protected InputCommandTypeinputCommandThe Input command.protected BooleanmaskCharactersFlagThe Mask characters flag.protected BigIntegermaxDecimalLengthThe Max decimal length.protected BigIntegermaxInputTimeThe Max input time.protected BigIntegermaxLengthThe Max length.protected BooleanmenuBackFlagThe Menu back flag.protected BigIntegerminLengthThe Min length.protected BooleannotifyCardInputFlagThe Notify card input flag.protected StringstringMaskThe String mask.protected BooleanwaitUserValidationFlagThe Wait user validation flag.
-
Constructor Summary
Constructors Constructor Description InputData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultInputString()Gets the value of the defaultInputString property.DeviceTypegetDevice()Gets the value of the device property.InfoQualifyTypegetInfoQualify()Gets the value of the infoQualify property.InputCommandTypegetInputCommand()Gets the value of the inputCommand property.BigIntegergetMaxDecimalLength()Gets the value of the maxDecimalLength property.BigIntegergetMaxInputTime()Gets the value of the maxInputTime property.BigIntegergetMaxLength()Gets the value of the maxLength property.BigIntegergetMinLength()Gets the value of the minLength property.StringgetStringMask()Gets the value of the stringMask property.booleanisBeepKeyFlag()Gets the value of the beepKeyFlag property.booleanisDisableCancelFlag()Gets the value of the disableCancelFlag property.booleanisDisableCorrectFlag()Gets the value of the disableCorrectFlag property.booleanisDisableValidFlag()Gets the value of the disableValidFlag property.booleanisFromRightToLeftFlag()Gets the value of the fromRightToLeftFlag property.booleanisGlobalCorrectionFlag()Gets the value of the globalCorrectionFlag property.booleanisImmediateResponseFlag()Gets the value of the immediateResponseFlag property.booleanisMaskCharactersFlag()Gets the value of the maskCharactersFlag property.booleanisMenuBackFlag()Gets the value of the menuBackFlag property.booleanisNotifyCardInputFlag()Gets the value of the notifyCardInputFlag property.booleanisWaitUserValidationFlag()Gets the value of the waitUserValidationFlag property.voidsetBeepKeyFlag(Boolean value)Sets the value of the beepKeyFlag property.voidsetDefaultInputString(String value)Sets the value of the defaultInputString property.voidsetDevice(DeviceType value)Sets the value of the device property.voidsetDisableCancelFlag(Boolean value)Sets the value of the disableCancelFlag property.voidsetDisableCorrectFlag(Boolean value)Sets the value of the disableCorrectFlag property.voidsetDisableValidFlag(Boolean value)Sets the value of the disableValidFlag property.voidsetFromRightToLeftFlag(Boolean value)Sets the value of the fromRightToLeftFlag property.voidsetGlobalCorrectionFlag(Boolean value)Sets the value of the globalCorrectionFlag property.voidsetImmediateResponseFlag(Boolean value)Sets the value of the immediateResponseFlag property.voidsetInfoQualify(InfoQualifyType value)Sets the value of the infoQualify property.voidsetInputCommand(InputCommandType value)Sets the value of the inputCommand property.voidsetMaskCharactersFlag(Boolean value)Sets the value of the maskCharactersFlag property.voidsetMaxDecimalLength(BigInteger value)Sets the value of the maxDecimalLength property.voidsetMaxInputTime(BigInteger value)Sets the value of the maxInputTime property.voidsetMaxLength(BigInteger value)Sets the value of the maxLength property.voidsetMenuBackFlag(Boolean value)Sets the value of the menuBackFlag property.voidsetMinLength(BigInteger value)Sets the value of the minLength property.voidsetNotifyCardInputFlag(Boolean value)Sets the value of the notifyCardInputFlag property.voidsetStringMask(String value)Sets the value of the stringMask property.voidsetWaitUserValidationFlag(Boolean value)Sets the value of the waitUserValidationFlag property.
-
-
-
Field Detail
-
defaultInputString
protected String defaultInputString
The Default input string.
-
stringMask
protected String stringMask
The String mask.
-
device
protected DeviceType device
The Device.
-
infoQualify
protected InfoQualifyType infoQualify
The Info qualify.
-
inputCommand
protected InputCommandType inputCommand
The Input command.
-
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.
-
-
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 isString
-
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 isString
-
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 isDeviceType
-
getInfoQualify
public InfoQualifyType getInfoQualify()
Gets the value of the infoQualify property.- Returns:
- possible object is
InfoQualifyType
-
setInfoQualify
public void setInfoQualify(InfoQualifyType value)
Sets the value of the infoQualify property.- Parameters:
value- allowed object isInfoQualifyType
-
getInputCommand
public InputCommandType getInputCommand()
Gets the value of the inputCommand property.- Returns:
- possible object is
InputCommandType
-
setInputCommand
public void setInputCommand(InputCommandType value)
Sets the value of the inputCommand property.- Parameters:
value- allowed object isInputCommandType
-
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 isBoolean
-
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 isBigInteger
-
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 isBoolean
-
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 isBigInteger
-
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 isBigInteger
-
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 isBigInteger
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
isMenuBackFlag
public boolean isMenuBackFlag()
Gets the value of the menuBackFlag property.- Returns:
- possible object is
Boolean
-
-