public class InputRequest extends Object
Java class for InputRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DisplayOutput" type="{}DisplayOutput" minOccurs="0"/>
<element name="InputData" type="{}InputData"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DisplayOutput |
displayOutput
The Display output.
|
protected InputData |
inputData
The Input data.
|
| Constructor and Description |
|---|
InputRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisplayOutput |
getDisplayOutput()
Gets the value of the displayOutput property.
|
InputData |
getInputData()
Gets the value of the inputData property.
|
void |
setDisplayOutput(DisplayOutput value)
Sets the value of the displayOutput property.
|
void |
setInputData(InputData value)
Sets the value of the inputData property.
|
protected DisplayOutput displayOutput
protected InputData inputData
public DisplayOutput getDisplayOutput()
DisplayOutputpublic void setDisplayOutput(DisplayOutput value)
value - allowed object is DisplayOutputpublic InputData getInputData()
InputDataCopyright © 2022. All rights reserved.