KIE Remote Webservices :: WSDL generated classe 6.2.0.Final

org.kie.remote.services.ws.deployment.generated
Class DeploymentInfoResponse

java.lang.Object
  extended by org.kie.remote.services.ws.deployment.generated.DeploymentInfoResponse
All Implemented Interfaces:
Serializable

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.2.0.1/deployment}DeploymentUnit"/>
         <element name="operationRequested" type="{http://services.remote.kie.org/6.2.0.1/deployment}deploymentOperationType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

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

deploymentUnit

protected JaxbDeploymentUnit deploymentUnit

operationRequested

protected DeploymentOperationType operationRequested
Constructor Detail

DeploymentInfoResponse

public DeploymentInfoResponse()
Method Detail

getDeploymentUnit

public JaxbDeploymentUnit getDeploymentUnit()
Gets the value of the deploymentUnit property.

Returns:
possible object is JaxbDeploymentUnit

setDeploymentUnit

public void setDeploymentUnit(JaxbDeploymentUnit value)
Sets the value of the deploymentUnit property.

Parameters:
value - allowed object is JaxbDeploymentUnit

getOperationRequested

public DeploymentOperationType getOperationRequested()
Gets the value of the operationRequested property.

Returns:
possible object is DeploymentOperationType

setOperationRequested

public void setOperationRequested(DeploymentOperationType value)
Sets the value of the operationRequested property.

Parameters:
value - allowed object is DeploymentOperationType

KIE Remote Webservices :: WSDL generated classe 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.