Class InventorySection
java.lang.Object
ca.phon.query.report.io.Section
ca.phon.query.report.io.InventorySection
- Direct Known Subclasses:
AggregrateInventory
Java class for inventorySection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="inventorySection">
<complexContent>
<extension base="{http://phon.ling.mun.ca/ns/report}section">
<attribute name="includeResultValue" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="includeMetadata" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="ignoreDiacritics" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="caseSensitive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="groupByFormat" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="includeExcluded" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the caseSensitive property.booleanGets the value of the groupByFormat property.booleanGets the value of the ignoreDiacritics property.booleanGets the value of the includeExcluded property.booleanGets the value of the includeMetadata property.booleanGets the value of the includeResultValue property.voidsetCaseSensitive(Boolean value) Sets the value of the caseSensitive property.voidsetGroupByFormat(Boolean value) Sets the value of the groupByFormat property.voidsetIgnoreDiacritics(Boolean value) Sets the value of the ignoreDiacritics property.voidsetIncludeExcluded(Boolean value) Sets the value of the includeExcluded property.voidsetIncludeMetadata(Boolean value) Sets the value of the includeMetadata property.voidsetIncludeResultValue(Boolean value) Sets the value of the includeResultValue property.
-
Field Details
-
includeResultValue
-
includeMetadata
-
ignoreDiacritics
-
caseSensitive
-
groupByFormat
-
includeExcluded
-
-
Constructor Details
-
InventorySection
public InventorySection()
-
-
Method Details
-
isIncludeResultValue
public boolean isIncludeResultValue()Gets the value of the includeResultValue property.- Returns:
- possible object is
Boolean
-
setIncludeResultValue
-
isIncludeMetadata
public boolean isIncludeMetadata()Gets the value of the includeMetadata property.- Returns:
- possible object is
Boolean
-
setIncludeMetadata
-
isIgnoreDiacritics
public boolean isIgnoreDiacritics()Gets the value of the ignoreDiacritics property.- Returns:
- possible object is
Boolean
-
setIgnoreDiacritics
-
isCaseSensitive
public boolean isCaseSensitive()Gets the value of the caseSensitive property.- Returns:
- possible object is
Boolean
-
setCaseSensitive
-
isGroupByFormat
public boolean isGroupByFormat()Gets the value of the groupByFormat property.- Returns:
- possible object is
Boolean
-
setGroupByFormat
-
isIncludeExcluded
public boolean isIncludeExcluded()Gets the value of the includeExcluded property.- Returns:
- possible object is
Boolean
-
setIncludeExcluded
-