KIE Remote Services :: Services 6.2.0.CR4

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

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

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

See Also:
Serialized Form

Field Summary
protected  JaxbCommandsResponse _return
           
 
Constructor Summary
ExecuteResponse()
           
 
Method Summary
 JaxbCommandsResponse getReturn()
          Gets the value of the return property.
 void setReturn(JaxbCommandsResponse value)
          Sets the value of the return property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_return

protected JaxbCommandsResponse _return
Constructor Detail

ExecuteResponse

public ExecuteResponse()
Method Detail

getReturn

public JaxbCommandsResponse getReturn()
Gets the value of the return property.

Returns:
possible object is JaxbCommandsResponse

setReturn

public void setReturn(JaxbCommandsResponse value)
Sets the value of the return property.

Parameters:
value - allowed object is JaxbCommandsResponse

KIE Remote Services :: Services 6.2.0.CR4

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