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