KIE Remote Webservices :: WSDL generated classe 6.2.0.Final

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

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

public class Manage
extends Object
implements Serializable

Java class for manage complex type.

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

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

See Also:
Serialized Form

Field Summary
protected  DeploymentIdRequest request
           
 
Constructor Summary
Manage()
           
 
Method Summary
 DeploymentIdRequest getRequest()
          Gets the value of the request property.
 void setRequest(DeploymentIdRequest value)
          Sets the value of the request property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

request

protected DeploymentIdRequest request
Constructor Detail

Manage

public Manage()
Method Detail

getRequest

public DeploymentIdRequest getRequest()
Gets the value of the request property.

Returns:
possible object is DeploymentIdRequest

setRequest

public void setRequest(DeploymentIdRequest value)
Sets the value of the request property.

Parameters:
value - allowed object is DeploymentIdRequest

KIE Remote Webservices :: WSDL generated classe 6.2.0.Final

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