public class SubsetPolicyXto extends EvaluationPolicyXto
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 and Description |
|---|
SubsetPolicyXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public boolean isEvaluateTotalCount()
public void setEvaluateTotalCount(boolean value)
public int getMaxSize()
public void setMaxSize(int value)
public Integer getSkippedEntries()
IntegerCopyright © 2016 Eclipse Stardust. All Rights Reserved.