public class ProcessCumulationPolicyXto extends EvaluationPolicyXto
Java class for ProcessCumulationPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessCumulationPolicy">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}EvaluationPolicy">
<sequence>
<element name="cumulateWithRootPi" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="cumulateWithScopePi" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ProcessCumulationPolicyXto() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCumulateWithRootPi()
Gets the value of the cumulateWithRootPi property.
|
boolean |
isCumulateWithScopePi()
Gets the value of the cumulateWithScopePi property.
|
void |
setCumulateWithRootPi(boolean value)
Sets the value of the cumulateWithRootPi property.
|
void |
setCumulateWithScopePi(boolean value)
Sets the value of the cumulateWithScopePi property.
|
public boolean isCumulateWithRootPi()
public void setCumulateWithRootPi(boolean value)
public boolean isCumulateWithScopePi()
public void setCumulateWithScopePi(boolean value)
Copyright © 2016 Eclipse Stardust. All Rights Reserved.