|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.query.EvaluationPolicyXto
org.eclipse.stardust.engine.api.ws.query.ProcessCumulationPolicyXto
public class ProcessCumulationPolicyXto
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 Summary | |
|---|---|
ProcessCumulationPolicyXto()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessCumulationPolicyXto()
| Method Detail |
|---|
public boolean isCumulateWithRootPi()
public void setCumulateWithRootPi(boolean value)
public boolean isCumulateWithScopePi()
public void setCumulateWithScopePi(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||