public class InputType extends Object
Java class for InputType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ConfirmedFlag" type="{}ConfirmedFlagType" minOccurs="0"/>
<element name="FunctionKey" type="{}FunctionKeyType" minOccurs="0"/>
<element name="TextInput" type="{}TextInputType" minOccurs="0"/>
<element name="DigitInput" type="{}DigitInputType" minOccurs="0"/>
<element name="Password" type="{}ContentInformationType" minOccurs="0"/>
<element name="MenuEntryNumber" type="{}MenuEntryNumberType" minOccurs="0"/>
</sequence>
<attribute name="InputCommand" use="required" type="{}InputCommandTypeCode" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
confirmedFlag |
protected String |
digitInput |
protected String |
functionKey |
protected String |
inputCommand |
protected BigInteger |
menuEntryNumber |
protected ContentInformationType |
password |
protected String |
textInput |
| Constructor and Description |
|---|
InputType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDigitInput()
Gets the value of the digitInput property.
|
String |
getFunctionKey()
Gets the value of the functionKey property.
|
String |
getInputCommand()
Gets the value of the inputCommand property.
|
BigInteger |
getMenuEntryNumber()
Gets the value of the menuEntryNumber property.
|
ContentInformationType |
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(String value)
Sets the value of the inputCommand property.
|
void |
setMenuEntryNumber(BigInteger value)
Sets the value of the menuEntryNumber property.
|
void |
setPassword(ContentInformationType 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 ContentInformationType password
protected BigInteger menuEntryNumber
protected String 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 ContentInformationType getPassword()
ContentInformationTypepublic void setPassword(ContentInformationType value)
value - allowed object is
ContentInformationTypepublic BigInteger getMenuEntryNumber()
BigIntegerpublic void setMenuEntryNumber(BigInteger value)
value - allowed object is
BigIntegerpublic String getInputCommand()
StringCopyright © 2018. All rights reserved.