KIE Remote Services :: Services 6.2.0.CR4

org.kie.remote.services.ws.command.generated
Class Execute

java.lang.Object
  extended by org.kie.remote.services.ws.command.generated.Execute
All Implemented Interfaces:
Serializable

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.2.0.1/command}jaxbCommandsRequest" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  JaxbCommandsRequest request
           
 
Constructor Summary
Execute()
           
 
Method Summary
 JaxbCommandsRequest getRequest()
          Gets the value of the request property.
 void setRequest(JaxbCommandsRequest value)
          Sets the value of the request property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

request

protected JaxbCommandsRequest request
Constructor Detail

Execute

public Execute()
Method Detail

getRequest

public JaxbCommandsRequest getRequest()
Gets the value of the request property.

Returns:
possible object is JaxbCommandsRequest

setRequest

public void setRequest(JaxbCommandsRequest value)
Sets the value of the request property.

Parameters:
value - allowed object is JaxbCommandsRequest

KIE Remote Services :: Services 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.