public class InputData extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
beepKeyFlag
The Beep key flag.
|
protected String |
defaultInputString
The Default input string.
|
protected DeviceType |
device
The Device.
|
protected Boolean |
disableCancelFlag
The Disable cancel flag.
|
protected Boolean |
disableCorrectFlag
The Disable correct flag.
|
protected Boolean |
disableValidFlag
The Disable valid flag.
|
protected Boolean |
fromRightToLeftFlag
The From right to left flag.
|
protected Boolean |
globalCorrectionFlag
The Global correction flag.
|
protected Boolean |
immediateResponseFlag
The Immediate response flag.
|
protected InfoQualifyType |
infoQualify
The Info qualify.
|
protected InputCommandType |
inputCommand
The Input command.
|
protected Boolean |
maskCharactersFlag
The Mask characters flag.
|
protected BigInteger |
maxDecimalLength
The Max decimal length.
|
protected BigInteger |
maxInputTime
The Max input time.
|
protected BigInteger |
maxLength
The Max length.
|
protected Boolean |
menuBackFlag
The Menu back flag.
|
protected BigInteger |
minLength
The Min length.
|
protected Boolean |
notifyCardInputFlag
The Notify card input flag.
|
protected String |
stringMask
The String mask.
|
protected Boolean |
waitUserValidationFlag
The Wait user validation flag.
|
| Constructor and Description |
|---|
InputData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultInputString()
Gets the value of the defaultInputString property.
|
DeviceType |
getDevice()
Gets the value of the device property.
|
InfoQualifyType |
getInfoQualify()
Gets the value of the infoQualify property.
|
InputCommandType |
getInputCommand()
Gets the value of the inputCommand property.
|
BigInteger |
getMaxDecimalLength()
Gets the value of the maxDecimalLength property.
|
BigInteger |
getMaxInputTime()
Gets the value of the maxInputTime property.
|
BigInteger |
getMaxLength()
Gets the value of the maxLength property.
|
BigInteger |
getMinLength()
Gets the value of the minLength property.
|
String |
getStringMask()
Gets the value of the stringMask property.
|
boolean |
isBeepKeyFlag()
Gets the value of the beepKeyFlag property.
|
boolean |
isDisableCancelFlag()
Gets the value of the disableCancelFlag property.
|
boolean |
isDisableCorrectFlag()
Gets the value of the disableCorrectFlag property.
|
boolean |
isDisableValidFlag()
Gets the value of the disableValidFlag property.
|
boolean |
isFromRightToLeftFlag()
Gets the value of the fromRightToLeftFlag property.
|
boolean |
isGlobalCorrectionFlag()
Gets the value of the globalCorrectionFlag property.
|
boolean |
isImmediateResponseFlag()
Gets the value of the immediateResponseFlag property.
|
boolean |
isMaskCharactersFlag()
Gets the value of the maskCharactersFlag property.
|
boolean |
isMenuBackFlag()
Gets the value of the menuBackFlag property.
|
boolean |
isNotifyCardInputFlag()
Gets the value of the notifyCardInputFlag property.
|
boolean |
isWaitUserValidationFlag()
Gets the value of the waitUserValidationFlag property.
|
void |
setBeepKeyFlag(Boolean value)
Sets the value of the beepKeyFlag property.
|
void |
setDefaultInputString(String value)
Sets the value of the defaultInputString property.
|
void |
setDevice(DeviceType value)
Sets the value of the device property.
|
void |
setDisableCancelFlag(Boolean value)
Sets the value of the disableCancelFlag property.
|
void |
setDisableCorrectFlag(Boolean value)
Sets the value of the disableCorrectFlag property.
|
void |
setDisableValidFlag(Boolean value)
Sets the value of the disableValidFlag property.
|
void |
setFromRightToLeftFlag(Boolean value)
Sets the value of the fromRightToLeftFlag property.
|
void |
setGlobalCorrectionFlag(Boolean value)
Sets the value of the globalCorrectionFlag property.
|
void |
setImmediateResponseFlag(Boolean value)
Sets the value of the immediateResponseFlag property.
|
void |
setInfoQualify(InfoQualifyType value)
Sets the value of the infoQualify property.
|
void |
setInputCommand(InputCommandType value)
Sets the value of the inputCommand property.
|
void |
setMaskCharactersFlag(Boolean value)
Sets the value of the maskCharactersFlag property.
|
void |
setMaxDecimalLength(BigInteger value)
Sets the value of the maxDecimalLength property.
|
void |
setMaxInputTime(BigInteger value)
Sets the value of the maxInputTime property.
|
void |
setMaxLength(BigInteger value)
Sets the value of the maxLength property.
|
void |
setMenuBackFlag(Boolean value)
Sets the value of the menuBackFlag property.
|
void |
setMinLength(BigInteger value)
Sets the value of the minLength property.
|
void |
setNotifyCardInputFlag(Boolean value)
Sets the value of the notifyCardInputFlag property.
|
void |
setStringMask(String value)
Sets the value of the stringMask property.
|
void |
setWaitUserValidationFlag(Boolean value)
Sets the value of the waitUserValidationFlag property.
|
protected String defaultInputString
protected String stringMask
protected DeviceType device
protected InfoQualifyType infoQualify
protected InputCommandType inputCommand
protected Boolean notifyCardInputFlag
protected BigInteger maxInputTime
protected Boolean immediateResponseFlag
protected BigInteger minLength
protected BigInteger maxLength
protected BigInteger maxDecimalLength
protected Boolean waitUserValidationFlag
protected Boolean fromRightToLeftFlag
protected Boolean maskCharactersFlag
protected Boolean beepKeyFlag
protected Boolean globalCorrectionFlag
protected Boolean disableCancelFlag
protected Boolean disableCorrectFlag
protected Boolean disableValidFlag
protected Boolean menuBackFlag
public String getDefaultInputString()
Stringpublic void setDefaultInputString(String value)
value - allowed object is Stringpublic String getStringMask()
Stringpublic void setStringMask(String value)
value - allowed object is Stringpublic DeviceType getDevice()
DeviceTypepublic void setDevice(DeviceType value)
value - allowed object is DeviceTypepublic InfoQualifyType getInfoQualify()
InfoQualifyTypepublic void setInfoQualify(InfoQualifyType value)
value - allowed object is InfoQualifyTypepublic InputCommandType getInputCommand()
InputCommandTypepublic void setInputCommand(InputCommandType value)
value - allowed object is InputCommandTypepublic boolean isNotifyCardInputFlag()
Booleanpublic void setNotifyCardInputFlag(Boolean value)
value - allowed object is Booleanpublic BigInteger getMaxInputTime()
BigIntegerpublic void setMaxInputTime(BigInteger value)
value - allowed object is BigIntegerpublic boolean isImmediateResponseFlag()
Booleanpublic void setImmediateResponseFlag(Boolean value)
value - allowed object is Booleanpublic BigInteger getMinLength()
BigIntegerpublic void setMinLength(BigInteger value)
value - allowed object is BigIntegerpublic BigInteger getMaxLength()
BigIntegerpublic void setMaxLength(BigInteger value)
value - allowed object is BigIntegerpublic BigInteger getMaxDecimalLength()
BigIntegerpublic void setMaxDecimalLength(BigInteger value)
value - allowed object is BigIntegerpublic boolean isWaitUserValidationFlag()
Booleanpublic void setWaitUserValidationFlag(Boolean value)
value - allowed object is Booleanpublic boolean isFromRightToLeftFlag()
Booleanpublic void setFromRightToLeftFlag(Boolean value)
value - allowed object is Booleanpublic boolean isMaskCharactersFlag()
Booleanpublic void setMaskCharactersFlag(Boolean value)
value - allowed object is Booleanpublic boolean isBeepKeyFlag()
Booleanpublic void setBeepKeyFlag(Boolean value)
value - allowed object is Booleanpublic boolean isGlobalCorrectionFlag()
Booleanpublic void setGlobalCorrectionFlag(Boolean value)
value - allowed object is Booleanpublic boolean isDisableCancelFlag()
Booleanpublic void setDisableCancelFlag(Boolean value)
value - allowed object is Booleanpublic boolean isDisableCorrectFlag()
Booleanpublic void setDisableCorrectFlag(Boolean value)
value - allowed object is Booleanpublic boolean isDisableValidFlag()
Booleanpublic void setDisableValidFlag(Boolean value)
value - allowed object is Booleanpublic boolean isMenuBackFlag()
BooleanCopyright © 2022. All rights reserved.