Class InventorySection

java.lang.Object
ca.phon.query.report.io.Section
ca.phon.query.report.io.InventorySection
Direct Known Subclasses:
AggregrateInventory

public class InventorySection extends Section

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 Details

    • includeResultValue

      protected Boolean includeResultValue
    • includeMetadata

      protected Boolean includeMetadata
    • ignoreDiacritics

      protected Boolean ignoreDiacritics
    • caseSensitive

      protected Boolean caseSensitive
    • groupByFormat

      protected Boolean groupByFormat
    • includeExcluded

      protected Boolean 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

      public void setIncludeResultValue(Boolean value)
      Sets the value of the includeResultValue property.
      Parameters:
      value - allowed object is Boolean
    • isIncludeMetadata

      public boolean isIncludeMetadata()
      Gets the value of the includeMetadata property.
      Returns:
      possible object is Boolean
    • setIncludeMetadata

      public void setIncludeMetadata(Boolean value)
      Sets the value of the includeMetadata property.
      Parameters:
      value - allowed object is Boolean
    • isIgnoreDiacritics

      public boolean isIgnoreDiacritics()
      Gets the value of the ignoreDiacritics property.
      Returns:
      possible object is Boolean
    • setIgnoreDiacritics

      public void setIgnoreDiacritics(Boolean value)
      Sets the value of the ignoreDiacritics property.
      Parameters:
      value - allowed object is Boolean
    • isCaseSensitive

      public boolean isCaseSensitive()
      Gets the value of the caseSensitive property.
      Returns:
      possible object is Boolean
    • setCaseSensitive

      public void setCaseSensitive(Boolean value)
      Sets the value of the caseSensitive property.
      Parameters:
      value - allowed object is Boolean
    • isGroupByFormat

      public boolean isGroupByFormat()
      Gets the value of the groupByFormat property.
      Returns:
      possible object is Boolean
    • setGroupByFormat

      public void setGroupByFormat(Boolean value)
      Sets the value of the groupByFormat property.
      Parameters:
      value - allowed object is Boolean
    • isIncludeExcluded

      public boolean isIncludeExcluded()
      Gets the value of the includeExcluded property.
      Returns:
      possible object is Boolean
    • setIncludeExcluded

      public void setIncludeExcluded(Boolean value)
      Sets the value of the includeExcluded property.
      Parameters:
      value - allowed object is Boolean