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

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

public class SubsetPolicyXto
extends EvaluationPolicyXto

Evaluation Policy for specifying retrieval of only a subset of found data.

Java class for SubsetPolicy complex type.

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

 <complexType name="SubsetPolicy">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}EvaluationPolicy">
       <sequence>
         <element name="evaluateTotalCount" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="maxSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="skippedEntries" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
SubsetPolicyXto()
           
 
Method Summary
 int getMaxSize()
          Gets the value of the maxSize property.
 Integer getSkippedEntries()
          Gets the value of the skippedEntries property.
 boolean isEvaluateTotalCount()
          Gets the value of the evaluateTotalCount property.
 void setEvaluateTotalCount(boolean value)
          Sets the value of the evaluateTotalCount property.
 void setMaxSize(int value)
          Sets the value of the maxSize property.
 void setSkippedEntries(Integer value)
          Sets the value of the skippedEntries property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubsetPolicyXto

public SubsetPolicyXto()
Method Detail

isEvaluateTotalCount

public boolean isEvaluateTotalCount()
Gets the value of the evaluateTotalCount property.


setEvaluateTotalCount

public void setEvaluateTotalCount(boolean value)
Sets the value of the evaluateTotalCount property.


getMaxSize

public int getMaxSize()
Gets the value of the maxSize property.


setMaxSize

public void setMaxSize(int value)
Sets the value of the maxSize property.


getSkippedEntries

public Integer getSkippedEntries()
Gets the value of the skippedEntries property.

Returns:
possible object is Integer

setSkippedEntries

public void setSkippedEntries(Integer value)
Sets the value of the skippedEntries property.

Parameters:
value - allowed object is Integer


Copyright © 2017 Eclipse Stardust. All Rights Reserved.