KIE Remote Webservices :: WSDL generated classe 6.2.0.CR1

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

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

public class ManageResponse
extends Object
implements Serializable

Java class for manageResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="manageResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="return" type="{http://services.remote.kie.org/6.2.0.1/deployment}DeploymentInfoResponse" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  DeploymentInfoResponse _return
           
 
Constructor Summary
ManageResponse()
           
 
Method Summary
 DeploymentInfoResponse getReturn()
          Gets the value of the return property.
 void setReturn(DeploymentInfoResponse value)
          Sets the value of the return property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_return

protected DeploymentInfoResponse _return
Constructor Detail

ManageResponse

public ManageResponse()
Method Detail

getReturn

public DeploymentInfoResponse getReturn()
Gets the value of the return property.

Returns:
possible object is DeploymentInfoResponse

setReturn

public void setReturn(DeploymentInfoResponse value)
Sets the value of the return property.

Parameters:
value - allowed object is DeploymentInfoResponse

KIE Remote Webservices :: WSDL generated classe 6.2.0.CR1

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