public class DeploymentInfoResponse extends Object implements Serializable
Java class for DeploymentInfoResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeploymentInfoResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="deploymentUnit" type="{http://services.remote.kie.org/7.0.0.1/deployment}DeploymentUnit"/>
<element name="operationRequested" type="{http://services.remote.kie.org/7.0.0.1/deployment}deploymentOperationType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JaxbDeploymentUnit |
deploymentUnit |
protected DeploymentOperationType |
operationRequested |
| Constructor and Description |
|---|
DeploymentInfoResponse() |
| Modifier and Type | Method and Description |
|---|---|
JaxbDeploymentUnit |
getDeploymentUnit()
Gets the value of the deploymentUnit property.
|
DeploymentOperationType |
getOperationRequested()
Gets the value of the operationRequested property.
|
void |
setDeploymentUnit(JaxbDeploymentUnit value)
Sets the value of the deploymentUnit property.
|
void |
setOperationRequested(DeploymentOperationType value)
Sets the value of the operationRequested property.
|
protected JaxbDeploymentUnit deploymentUnit
protected DeploymentOperationType operationRequested
public JaxbDeploymentUnit getDeploymentUnit()
JaxbDeploymentUnitpublic void setDeploymentUnit(JaxbDeploymentUnit value)
value - allowed object is
JaxbDeploymentUnitpublic DeploymentOperationType getOperationRequested()
DeploymentOperationTypepublic void setOperationRequested(DeploymentOperationType value)
value - allowed object is
DeploymentOperationTypeCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.