public class ExecuteResponse extends Object implements Serializable
Java class for executeResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="executeResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="return" type="{http://services.remote.kie.org/6.3.0.1/command}jaxbCommandsResponse" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JaxbCommandsResponse |
_return |
| Constructor and Description |
|---|
ExecuteResponse() |
| Modifier and Type | Method and Description |
|---|---|
JaxbCommandsResponse |
getReturn()
Gets the value of the return property.
|
void |
setReturn(JaxbCommandsResponse value)
Sets the value of the return property.
|
protected JaxbCommandsResponse _return
public JaxbCommandsResponse getReturn()
JaxbCommandsResponsepublic void setReturn(JaxbCommandsResponse value)
value - allowed object is
JaxbCommandsResponseCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.