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/6.5.0.1/deployment}DeploymentUnit"/>
<element name="operationRequested" type="{http://services.remote.kie.org/6.5.0.1/deployment}deploymentOperationType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected org.kie.services.client.serialization.jaxb.impl.deploy.JaxbDeploymentUnit |
deploymentUnit |
protected DeploymentOperationType |
operationRequested |
| Constructor and Description |
|---|
DeploymentInfoResponse() |
| Modifier and Type | Method and Description |
|---|---|
org.kie.services.client.serialization.jaxb.impl.deploy.JaxbDeploymentUnit |
getDeploymentUnit()
Gets the value of the deploymentUnit property.
|
DeploymentOperationType |
getOperationRequested()
Gets the value of the operationRequested property.
|
void |
setDeploymentUnit(org.kie.services.client.serialization.jaxb.impl.deploy.JaxbDeploymentUnit value)
Sets the value of the deploymentUnit property.
|
void |
setOperationRequested(DeploymentOperationType value)
Sets the value of the operationRequested property.
|
protected org.kie.services.client.serialization.jaxb.impl.deploy.JaxbDeploymentUnit deploymentUnit
protected DeploymentOperationType operationRequested
public org.kie.services.client.serialization.jaxb.impl.deploy.JaxbDeploymentUnit getDeploymentUnit()
JaxbDeploymentUnitpublic void setDeploymentUnit(org.kie.services.client.serialization.jaxb.impl.deploy.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.