public class InputDataType extends Object
Java class for InputDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DefaultInputString" type="{}DefaultInputStringType" minOccurs="0"/>
<element name="StringMask" type="{}StringMaskType" minOccurs="0"/>
</sequence>
<attribute name="Device" use="required" type="{}DeviceTypeCode" />
<attribute name="InfoQualify" use="required" type="{}InfoQualifyTypeCode" />
<attribute name="InputCommand" use="required" type="{}InputCommandTypeCode" />
<attribute name="NotifyCardInputFlag" type="{}NotifyCardInputFlagType" default="false" />
<attribute name="MaxInputTime" type="{}MaxInputTimeType" />
<attribute name="ImmediateResponseFlag" type="{}ImmediateResponseFlagType" default="false" />
<attribute name="MinLength" type="{}MinLengthType" />
<attribute name="MaxLength" type="{}MaxLengthType" />
<attribute name="MaxDecimalLength" type="{}MaxDecimalLengthType" />
<attribute name="WaitUserValidationFlag" type="{}WaitUserValidationFlagType" default="true" />
<attribute name="FromRightToLeftFlag" type="{}FromRightToLeftFlagType" default="false" />
<attribute name="MaskCharactersFlag" type="{}MaskCharactersFlagType" default="false" />
<attribute name="BeepKeyFlag" type="{}BeepKeyFlagType" default="false" />
<attribute name="GlobalCorrectionFlag" type="{}GlobalCorrectionFlagType" default="false" />
<attribute name="DisableCancelFlag" type="{}DisableCancelFlagType" default="false" />
<attribute name="DisableCorrectFlag" type="{}DisableCorrectFlagType" default="false" />
<attribute name="DisableValidFlag" type="{}DisableValidFlagType" default="false" />
<attribute name="MenuBackFlag" type="{}MenuBackFlagType" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
beepKeyFlag |
protected String |
defaultInputString |
protected String |
device |
protected Boolean |
disableCancelFlag |
protected Boolean |
disableCorrectFlag |
protected Boolean |
disableValidFlag |
protected Boolean |
fromRightToLeftFlag |
protected Boolean |
globalCorrectionFlag |
protected Boolean |
immediateResponseFlag |
protected String |
infoQualify |
protected String |
inputCommand |
protected Boolean |
maskCharactersFlag |
protected BigInteger |
maxDecimalLength |
protected BigInteger |
maxInputTime |
protected BigInteger |
maxLength |
protected Boolean |
menuBackFlag |
protected BigInteger |
minLength |
protected Boolean |
notifyCardInputFlag |
protected String |
stringMask |
protected Boolean |
waitUserValidationFlag |
| Constructor and Description |
|---|
InputDataType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultInputString()
Gets the value of the defaultInputString property.
|
String |
getDevice()
Gets the value of the device property.
|
String |
getInfoQualify()
Gets the value of the infoQualify property.
|
String |
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(String 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(String value)
Sets the value of the infoQualify property.
|
void |
setInputCommand(String 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 String device
protected String infoQualify
protected String 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 String getDevice()
Stringpublic void setDevice(String value)
value - allowed object is
Stringpublic String getInfoQualify()
Stringpublic void setInfoQualify(String value)
value - allowed object is
Stringpublic String getInputCommand()
Stringpublic void setInputCommand(String value)
value - allowed object is
Stringpublic 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 © 2018. All rights reserved.