KIE Remote Webservices :: WSDL generated classe 6.2.0.Final

org.kie.remote.services.ws.history.generated
Class FindNodeInstanceLogsResponse

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

public class FindNodeInstanceLogsResponse
extends Object
implements Serializable

Java class for findNodeInstanceLogsResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="findNodeInstanceLogsResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="return" type="{http://services.remote.kie.org/6.2.0.1/history}NodeInstanceLogResponse" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  NodeInstanceLogResponse _return
           
 
Constructor Summary
FindNodeInstanceLogsResponse()
           
 
Method Summary
 NodeInstanceLogResponse getReturn()
          Gets the value of the return property.
 void setReturn(NodeInstanceLogResponse 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 NodeInstanceLogResponse _return
Constructor Detail

FindNodeInstanceLogsResponse

public FindNodeInstanceLogsResponse()
Method Detail

getReturn

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

Returns:
possible object is NodeInstanceLogResponse

setReturn

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

Parameters:
value - allowed object is NodeInstanceLogResponse

KIE Remote Webservices :: WSDL generated classe 6.2.0.Final

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