|
KIE Remote Webservices :: WSDL generated classe 6.2.0.Beta3 | |||||||||
| 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.DeploymentIdRequest
public class DeploymentIdRequest
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>
| 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 |
|---|
protected String deploymentId
protected DeploymentOperationType operation
protected JaxbDeploymentDescriptor descriptor
protected org.kie.internal.runtime.conf.RuntimeStrategy strategy
protected org.kie.internal.runtime.conf.MergeMode mergeMode
protected Integer pageNumber
protected Integer pageSize
| Constructor Detail |
|---|
public DeploymentIdRequest()
| Method Detail |
|---|
public String getDeploymentId()
Stringpublic void setDeploymentId(String value)
value - allowed object is
Stringpublic DeploymentOperationType getOperation()
DeploymentOperationTypepublic void setOperation(DeploymentOperationType value)
value - allowed object is
DeploymentOperationTypepublic JaxbDeploymentDescriptor getDescriptor()
JaxbDeploymentDescriptorpublic void setDescriptor(JaxbDeploymentDescriptor value)
value - allowed object is
JaxbDeploymentDescriptorpublic org.kie.internal.runtime.conf.RuntimeStrategy getStrategy()
RuntimeStrategypublic void setStrategy(org.kie.internal.runtime.conf.RuntimeStrategy value)
value - allowed object is
RuntimeStrategypublic org.kie.internal.runtime.conf.MergeMode getMergeMode()
MergeModepublic void setMergeMode(org.kie.internal.runtime.conf.MergeMode value)
value - allowed object is
MergeModepublic Integer getPageNumber()
Integerpublic void setPageNumber(Integer value)
value - allowed object is
Integerpublic Integer getPageSize()
Integerpublic void setPageSize(Integer value)
value - allowed object is
Integer
|
KIE Remote Webservices :: WSDL generated classe 6.2.0.Beta3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||