public class InputResponse extends Object
Java class for InputResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OutputResult" type="{}OutputResult" minOccurs="0"/>
<element name="InputResult" type="{}InputResult"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected InputResult |
inputResult
The Input result.
|
protected OutputResult |
outputResult
The Output result.
|
| Constructor and Description |
|---|
InputResponse() |
| Modifier and Type | Method and Description |
|---|---|
InputResult |
getInputResult()
Gets the value of the inputResult property.
|
OutputResult |
getOutputResult()
Gets the value of the outputResult property.
|
void |
setInputResult(InputResult value)
Sets the value of the inputResult property.
|
void |
setOutputResult(OutputResult value)
Sets the value of the outputResult property.
|
protected OutputResult outputResult
protected InputResult inputResult
public OutputResult getOutputResult()
OutputResultpublic void setOutputResult(OutputResult value)
value - allowed object is OutputResultpublic InputResult getInputResult()
InputResultpublic void setInputResult(InputResult value)
value - allowed object is InputResultCopyright © 2022. All rights reserved.