Package ca.phon.query.report.io
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the caseSensitive property.boolean
Gets the value of the groupByFormat property.boolean
Gets the value of the ignoreDiacritics property.boolean
Gets the value of the includeExcluded property.boolean
Gets the value of the includeMetadata property.boolean
Gets the value of the includeResultValue property.void
setCaseSensitive
(Boolean value) Sets the value of the caseSensitive property.void
setGroupByFormat
(Boolean value) Sets the value of the groupByFormat property.void
setIgnoreDiacritics
(Boolean value) Sets the value of the ignoreDiacritics property.void
setIncludeExcluded
(Boolean value) Sets the value of the includeExcluded property.void
setIncludeMetadata
(Boolean value) Sets the value of the includeMetadata property.void
setIncludeResultValue
(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
Sets the value of the includeResultValue property.- Parameters:
value
- allowed object isBoolean
-
isIncludeMetadata
public boolean isIncludeMetadata()Gets the value of the includeMetadata property.- Returns:
- possible object is
Boolean
-
setIncludeMetadata
Sets the value of the includeMetadata property.- Parameters:
value
- allowed object isBoolean
-
isIgnoreDiacritics
public boolean isIgnoreDiacritics()Gets the value of the ignoreDiacritics property.- Returns:
- possible object is
Boolean
-
setIgnoreDiacritics
Sets the value of the ignoreDiacritics property.- Parameters:
value
- allowed object isBoolean
-
isCaseSensitive
public boolean isCaseSensitive()Gets the value of the caseSensitive property.- Returns:
- possible object is
Boolean
-
setCaseSensitive
Sets the value of the caseSensitive property.- Parameters:
value
- allowed object isBoolean
-
isGroupByFormat
public boolean isGroupByFormat()Gets the value of the groupByFormat property.- Returns:
- possible object is
Boolean
-
setGroupByFormat
Sets the value of the groupByFormat property.- Parameters:
value
- allowed object isBoolean
-
isIncludeExcluded
public boolean isIncludeExcluded()Gets the value of the includeExcluded property.- Returns:
- possible object is
Boolean
-
setIncludeExcluded
Sets the value of the includeExcluded property.- Parameters:
value
- allowed object isBoolean
-