org.eclipse.stardust.engine.api.ws.query
Class ProcessCumulationPolicyXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.EvaluationPolicyXto
      extended by org.eclipse.stardust.engine.api.ws.query.ProcessCumulationPolicyXto

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 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

ProcessCumulationPolicyXto

public ProcessCumulationPolicyXto()
Method Detail

isCumulateWithRootPi

public boolean isCumulateWithRootPi()
Gets the value of the cumulateWithRootPi property.


setCumulateWithRootPi

public void setCumulateWithRootPi(boolean value)
Sets the value of the cumulateWithRootPi property.


isCumulateWithScopePi

public boolean isCumulateWithScopePi()
Gets the value of the cumulateWithScopePi property.


setCumulateWithScopePi

public void setCumulateWithScopePi(boolean value)
Sets the value of the cumulateWithScopePi property.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.