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