|
KIE Remote Webservices :: WSDL generated classe 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kie.remote.services.ws.deployment.generated.DeploymentInfoResponse
public class DeploymentInfoResponse
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.2.0.1/deployment}DeploymentUnit"/>
<element name="operationRequested" type="{http://services.remote.kie.org/6.2.0.1/deployment}deploymentOperationType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JaxbDeploymentUnit |
deploymentUnit
|
protected DeploymentOperationType |
operationRequested
|
| Constructor Summary | |
|---|---|
DeploymentInfoResponse()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JaxbDeploymentUnit deploymentUnit
protected DeploymentOperationType operationRequested
| Constructor Detail |
|---|
public DeploymentInfoResponse()
| Method Detail |
|---|
public JaxbDeploymentUnit getDeploymentUnit()
JaxbDeploymentUnitpublic void setDeploymentUnit(JaxbDeploymentUnit value)
value - allowed object is
JaxbDeploymentUnitpublic DeploymentOperationType getOperationRequested()
DeploymentOperationTypepublic void setOperationRequested(DeploymentOperationType value)
value - allowed object is
DeploymentOperationType
|
KIE Remote Webservices :: WSDL generated classe 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||