KIE Remote Webservices :: WSDL generated classe 6.2.0.CR1

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

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

public class HistoryInstanceLogRequest
extends Object
implements Serializable

Java class for HistoryInstanceLogRequest complex type.

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

 <complexType name="HistoryInstanceLogRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="processInstanceId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="processDefId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="nodeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="variableId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="variableValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pageNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="pageSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String nodeId
           
protected  Integer pageNumber
           
protected  Integer pageSize
           
protected  String processDefId
           
protected  Long processInstanceId
           
protected  String variableId
           
protected  String variableValue
           
 
Constructor Summary
HistoryInstanceLogRequest()
           
 
Method Summary
 String getNodeId()
          Gets the value of the nodeId property.
 Integer getPageNumber()
          Gets the value of the pageNumber property.
 Integer getPageSize()
          Gets the value of the pageSize property.
 String getProcessDefId()
          Gets the value of the processDefId property.
 Long getProcessInstanceId()
          Gets the value of the processInstanceId property.
 String getVariableId()
          Gets the value of the variableId property.
 String getVariableValue()
          Gets the value of the variableValue property.
 void setNodeId(String value)
          Sets the value of the nodeId property.
 void setPageNumber(Integer value)
          Sets the value of the pageNumber property.
 void setPageSize(Integer value)
          Sets the value of the pageSize property.
 void setProcessDefId(String value)
          Sets the value of the processDefId property.
 void setProcessInstanceId(Long value)
          Sets the value of the processInstanceId property.
 void setVariableId(String value)
          Sets the value of the variableId property.
 void setVariableValue(String value)
          Sets the value of the variableValue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processInstanceId

protected Long processInstanceId

processDefId

protected String processDefId

nodeId

protected String nodeId

variableId

protected String variableId

variableValue

protected String variableValue

pageNumber

protected Integer pageNumber

pageSize

protected Integer pageSize
Constructor Detail

HistoryInstanceLogRequest

public HistoryInstanceLogRequest()
Method Detail

getProcessInstanceId

public Long getProcessInstanceId()
Gets the value of the processInstanceId property.

Returns:
possible object is Long

setProcessInstanceId

public void setProcessInstanceId(Long value)
Sets the value of the processInstanceId property.

Parameters:
value - allowed object is Long

getProcessDefId

public String getProcessDefId()
Gets the value of the processDefId property.

Returns:
possible object is String

setProcessDefId

public void setProcessDefId(String value)
Sets the value of the processDefId property.

Parameters:
value - allowed object is String

getNodeId

public String getNodeId()
Gets the value of the nodeId property.

Returns:
possible object is String

setNodeId

public void setNodeId(String value)
Sets the value of the nodeId property.

Parameters:
value - allowed object is String

getVariableId

public String getVariableId()
Gets the value of the variableId property.

Returns:
possible object is String

setVariableId

public void setVariableId(String value)
Sets the value of the variableId property.

Parameters:
value - allowed object is String

getVariableValue

public String getVariableValue()
Gets the value of the variableValue property.

Returns:
possible object is String

setVariableValue

public void setVariableValue(String value)
Sets the value of the variableValue property.

Parameters:
value - allowed object is String

getPageNumber

public Integer getPageNumber()
Gets the value of the pageNumber property.

Returns:
possible object is Integer

setPageNumber

public void setPageNumber(Integer value)
Sets the value of the pageNumber property.

Parameters:
value - allowed object is Integer

getPageSize

public Integer getPageSize()
Gets the value of the pageSize property.

Returns:
possible object is Integer

setPageSize

public void setPageSize(Integer value)
Sets the value of the pageSize property.

Parameters:
value - allowed object is Integer

KIE Remote Webservices :: WSDL generated classe 6.2.0.CR1

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