KIE Remote Webservices :: WSDL generated classe 6.2.0.Beta3

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

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

public class FindNodeInstanceLogs
extends Object
implements Serializable

Java class for findNodeInstanceLogs complex type.

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

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

See Also:
Serialized Form

Field Summary
protected  HistoryInstanceLogRequest request
           
 
Constructor Summary
FindNodeInstanceLogs()
           
 
Method Summary
 HistoryInstanceLogRequest getRequest()
          Gets the value of the request property.
 void setRequest(HistoryInstanceLogRequest 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 HistoryInstanceLogRequest request
Constructor Detail

FindNodeInstanceLogs

public FindNodeInstanceLogs()
Method Detail

getRequest

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

Returns:
possible object is HistoryInstanceLogRequest

setRequest

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

Parameters:
value - allowed object is HistoryInstanceLogRequest

KIE Remote Webservices :: WSDL generated classe 6.2.0.Beta3

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