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