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