public class Execute extends Object implements Serializable
Java class for execute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="execute">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="request" type="{http://services.remote.kie.org/6.4.0.1/command}jaxbCommandsRequest" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JaxbCommandsRequest |
request |
| Constructor and Description |
|---|
Execute() |
| Modifier and Type | Method and Description |
|---|---|
JaxbCommandsRequest |
getRequest()
Gets the value of the request property.
|
void |
setRequest(JaxbCommandsRequest value)
Sets the value of the request property.
|
protected JaxbCommandsRequest request
public JaxbCommandsRequest getRequest()
JaxbCommandsRequestpublic void setRequest(JaxbCommandsRequest value)
value - allowed object is
JaxbCommandsRequestCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.