public class QueryTypeImpl extends AbstractExtensionData
| Constructor and Description |
|---|
QueryTypeImpl() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIncludeAllowableActions() |
IncludeRelationships |
getIncludeRelationships() |
BigInteger |
getMaxItems() |
String |
getRenditionFilter() |
Boolean |
getSearchAllVersions() |
BigInteger |
getSkipCount() |
String |
getStatement() |
void |
setIncludeAllowableActions(Boolean includeAllowableActions) |
void |
setIncludeRelationships(IncludeRelationships includeRelationships) |
void |
setMaxItems(BigInteger maxItems) |
void |
setRenditionFilter(String renditionFilter) |
void |
setSearchAllVersions(Boolean searchAllVersions) |
void |
setSkipCount(BigInteger skipCount) |
void |
setStatement(String statement) |
String |
toString() |
getExtensions, setExtensionspublic String getStatement()
public void setStatement(String statement)
public Boolean getSearchAllVersions()
public void setSearchAllVersions(Boolean searchAllVersions)
public Boolean getIncludeAllowableActions()
public void setIncludeAllowableActions(Boolean includeAllowableActions)
public IncludeRelationships getIncludeRelationships()
public void setIncludeRelationships(IncludeRelationships includeRelationships)
public String getRenditionFilter()
public void setRenditionFilter(String renditionFilter)
public BigInteger getMaxItems()
public void setMaxItems(BigInteger maxItems)
public BigInteger getSkipCount()
public void setSkipCount(BigInteger skipCount)
public String toString()
toString in class AbstractExtensionDataCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.