public class FindProcessInstanceLogsResponse extends Object implements Serializable
Java class for findProcessInstanceLogsResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="findProcessInstanceLogsResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="return" type="{http://services.remote.kie.org/7.0.0.1/history}ProcessInstanceLogResponse" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ProcessInstanceLogResponse |
_return |
| Constructor and Description |
|---|
FindProcessInstanceLogsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ProcessInstanceLogResponse |
getReturn()
Gets the value of the return property.
|
void |
setReturn(ProcessInstanceLogResponse value)
Sets the value of the return property.
|
protected ProcessInstanceLogResponse _return
public ProcessInstanceLogResponse getReturn()
ProcessInstanceLogResponsepublic void setReturn(ProcessInstanceLogResponse value)
value - allowed object is
ProcessInstanceLogResponseCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.