public class Input extends Object
Java class for Input complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Input">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ConfirmedFlag" type="{}ConfirmedFlag" minOccurs="0"/>
<element name="FunctionKey" type="{}FunctionKey" minOccurs="0"/>
<element name="TextInput" type="{}TextInput" minOccurs="0"/>
<element name="DigitInput" type="{}DigitInput" minOccurs="0"/>
<element name="Password" type="{}ContentInformation" minOccurs="0"/>
<element name="MenuEntryNumber" type="{}MenuEntryNumber" minOccurs="0"/>
</sequence>
<attribute name="InputCommand" use="required" type="{}InputCommandType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
confirmedFlag
The Confirmed flag.
|
protected String |
digitInput
The Digit input.
|
protected String |
functionKey
The Function key.
|
protected InputCommandType |
inputCommand
The Input command.
|
protected Integer[] |
menuEntryNumber
The Menu entry number.
|
protected ContentInformation |
password
The Password.
|
protected String |
textInput
The Text input.
|
| Constructor and Description |
|---|
Input() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDigitInput()
Gets the value of the digitInput property.
|
String |
getFunctionKey()
Gets the value of the functionKey property.
|
InputCommandType |
getInputCommand()
Gets the value of the inputCommand property.
|
Integer[] |
getMenuEntryNumber()
Gets the value of the menuEntryNumber property.
|
ContentInformation |
getPassword()
Gets the value of the password property.
|
String |
getTextInput()
Gets the value of the textInput property.
|
Boolean |
isConfirmedFlag()
Gets the value of the confirmedFlag property.
|
void |
setConfirmedFlag(Boolean value)
Sets the value of the confirmedFlag property.
|
void |
setDigitInput(String value)
Sets the value of the digitInput property.
|
void |
setFunctionKey(String value)
Sets the value of the functionKey property.
|
void |
setInputCommand(InputCommandType value)
Sets the value of the inputCommand property.
|
void |
setMenuEntryNumber(Integer[] value)
Sets the value of the menuEntryNumber property.
|
void |
setPassword(ContentInformation value)
Sets the value of the password property.
|
void |
setTextInput(String value)
Sets the value of the textInput property.
|
protected Boolean confirmedFlag
protected String functionKey
protected String textInput
protected String digitInput
protected ContentInformation password
protected Integer[] menuEntryNumber
protected InputCommandType inputCommand
public Boolean isConfirmedFlag()
Booleanpublic void setConfirmedFlag(Boolean value)
value - allowed object is Booleanpublic String getFunctionKey()
Stringpublic void setFunctionKey(String value)
value - allowed object is Stringpublic String getTextInput()
Stringpublic void setTextInput(String value)
value - allowed object is Stringpublic String getDigitInput()
Stringpublic void setDigitInput(String value)
value - allowed object is Stringpublic ContentInformation getPassword()
ContentInformationpublic void setPassword(ContentInformation value)
value - allowed object is ContentInformationpublic Integer[] getMenuEntryNumber()
Integer[] public void setMenuEntryNumber(Integer[] value)
value - allowed object is Integer[] public InputCommandType getInputCommand()
InputCommandTypepublic void setInputCommand(InputCommandType value)
value - allowed object is InputCommandTypeCopyright © 2022. All rights reserved.