public class GetDeploymentInfoResponse extends Object implements Serializable
Java class for getDeploymentInfoResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getDeploymentInfoResponse">
<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}DeploymentUnitList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JaxbDeploymentUnitList |
_return |
| Constructor and Description |
|---|
GetDeploymentInfoResponse() |
| Modifier and Type | Method and Description |
|---|---|
JaxbDeploymentUnitList |
getReturn()
Gets the value of the return property.
|
void |
setReturn(JaxbDeploymentUnitList value)
Sets the value of the return property.
|
protected JaxbDeploymentUnitList _return
public JaxbDeploymentUnitList getReturn()
JaxbDeploymentUnitListpublic void setReturn(JaxbDeploymentUnitList value)
value - allowed object is
JaxbDeploymentUnitListCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.