KIE Remote Webservices :: WSDL generated classe 6.2.0.Beta3

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

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

public class DeploymentIdRequest
extends Object
implements Serializable

Java class for DeploymentIdRequest complex type.

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

 <complexType name="DeploymentIdRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="deploymentId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="operation" type="{http://services.remote.kie.org/6.2.0.1/deployment}deploymentOperationType"/>
         <element name="descriptor" type="{http://services.remote.kie.org/6.2.0.1/deployment}DeploymentDescriptor" minOccurs="0"/>
         <element name="strategy" type="{http://services.remote.kie.org/6.2.0.1/deployment}RuntimeStrategy" minOccurs="0"/>
         <element name="mergeMode" type="{http://services.remote.kie.org/6.2.0.1/deployment}MergeMode" minOccurs="0"/>
         <element name="pageNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="pageSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String deploymentId
           
protected  JaxbDeploymentDescriptor descriptor
           
protected  org.kie.internal.runtime.conf.MergeMode mergeMode
           
protected  DeploymentOperationType operation
           
protected  Integer pageNumber
           
protected  Integer pageSize
           
protected  org.kie.internal.runtime.conf.RuntimeStrategy strategy
           
 
Constructor Summary
DeploymentIdRequest()
           
 
Method Summary
 String getDeploymentId()
          Gets the value of the deploymentId property.
 JaxbDeploymentDescriptor getDescriptor()
          Gets the value of the descriptor property.
 org.kie.internal.runtime.conf.MergeMode getMergeMode()
          Gets the value of the mergeMode property.
 DeploymentOperationType getOperation()
          Gets the value of the operation property.
 Integer getPageNumber()
          Gets the value of the pageNumber property.
 Integer getPageSize()
          Gets the value of the pageSize property.
 org.kie.internal.runtime.conf.RuntimeStrategy getStrategy()
          Gets the value of the strategy property.
 void setDeploymentId(String value)
          Sets the value of the deploymentId property.
 void setDescriptor(JaxbDeploymentDescriptor value)
          Sets the value of the descriptor property.
 void setMergeMode(org.kie.internal.runtime.conf.MergeMode value)
          Sets the value of the mergeMode property.
 void setOperation(DeploymentOperationType value)
          Sets the value of the operation property.
 void setPageNumber(Integer value)
          Sets the value of the pageNumber property.
 void setPageSize(Integer value)
          Sets the value of the pageSize property.
 void setStrategy(org.kie.internal.runtime.conf.RuntimeStrategy value)
          Sets the value of the strategy property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deploymentId

protected String deploymentId

operation

protected DeploymentOperationType operation

descriptor

protected JaxbDeploymentDescriptor descriptor

strategy

protected org.kie.internal.runtime.conf.RuntimeStrategy strategy

mergeMode

protected org.kie.internal.runtime.conf.MergeMode mergeMode

pageNumber

protected Integer pageNumber

pageSize

protected Integer pageSize
Constructor Detail

DeploymentIdRequest

public DeploymentIdRequest()
Method Detail

getDeploymentId

public String getDeploymentId()
Gets the value of the deploymentId property.

Returns:
possible object is String

setDeploymentId

public void setDeploymentId(String value)
Sets the value of the deploymentId property.

Parameters:
value - allowed object is String

getOperation

public DeploymentOperationType getOperation()
Gets the value of the operation property.

Returns:
possible object is DeploymentOperationType

setOperation

public void setOperation(DeploymentOperationType value)
Sets the value of the operation property.

Parameters:
value - allowed object is DeploymentOperationType

getDescriptor

public JaxbDeploymentDescriptor getDescriptor()
Gets the value of the descriptor property.

Returns:
possible object is JaxbDeploymentDescriptor

setDescriptor

public void setDescriptor(JaxbDeploymentDescriptor value)
Sets the value of the descriptor property.

Parameters:
value - allowed object is JaxbDeploymentDescriptor

getStrategy

public org.kie.internal.runtime.conf.RuntimeStrategy getStrategy()
Gets the value of the strategy property.

Returns:
possible object is RuntimeStrategy

setStrategy

public void setStrategy(org.kie.internal.runtime.conf.RuntimeStrategy value)
Sets the value of the strategy property.

Parameters:
value - allowed object is RuntimeStrategy

getMergeMode

public org.kie.internal.runtime.conf.MergeMode getMergeMode()
Gets the value of the mergeMode property.

Returns:
possible object is MergeMode

setMergeMode

public void setMergeMode(org.kie.internal.runtime.conf.MergeMode value)
Sets the value of the mergeMode property.

Parameters:
value - allowed object is MergeMode

getPageNumber

public Integer getPageNumber()
Gets the value of the pageNumber property.

Returns:
possible object is Integer

setPageNumber

public void setPageNumber(Integer value)
Sets the value of the pageNumber property.

Parameters:
value - allowed object is Integer

getPageSize

public Integer getPageSize()
Gets the value of the pageSize property.

Returns:
possible object is Integer

setPageSize

public void setPageSize(Integer value)
Sets the value of the pageSize property.

Parameters:
value - allowed object is Integer

KIE Remote Webservices :: WSDL generated classe 6.2.0.Beta3

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