Class CTQueryTable

java.lang.Object
org.xlsx4j.sml.CTQueryTable
All Implemented Interfaces:
Child

public class CTQueryTable
extends java.lang.Object
implements Child

Java class for CT_QueryTable complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_QueryTable">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="queryTableRefresh" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_QueryTableRefresh" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}AG_AutoFormat"/>
       <attribute name="name" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="headers" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="rowNumbers" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="disableRefresh" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="backgroundRefresh" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="firstBackgroundRefresh" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="refreshOnLoad" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="growShrinkType" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_GrowShrinkType" default="insertDelete" />
       <attribute name="fillFormulas" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="removeDataOnSave" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="disableEdit" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="preserveFormatting" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="adjustColumnWidth" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="intermediate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="connectionId" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • queryTableRefresh

      protected CTQueryTableRefresh queryTableRefresh
    • extLst

      protected CTExtensionList extLst
    • name

      protected java.lang.String name
    • headers

      protected java.lang.Boolean headers
    • rowNumbers

      protected java.lang.Boolean rowNumbers
    • disableRefresh

      protected java.lang.Boolean disableRefresh
    • backgroundRefresh

      protected java.lang.Boolean backgroundRefresh
    • firstBackgroundRefresh

      protected java.lang.Boolean firstBackgroundRefresh
    • refreshOnLoad

      protected java.lang.Boolean refreshOnLoad
    • growShrinkType

      protected STGrowShrinkType growShrinkType
    • fillFormulas

      protected java.lang.Boolean fillFormulas
    • removeDataOnSave

      protected java.lang.Boolean removeDataOnSave
    • disableEdit

      protected java.lang.Boolean disableEdit
    • preserveFormatting

      protected java.lang.Boolean preserveFormatting
    • adjustColumnWidth

      protected java.lang.Boolean adjustColumnWidth
    • intermediate

      protected java.lang.Boolean intermediate
    • connectionId

      protected long connectionId
    • autoFormatId

      protected java.lang.Long autoFormatId
    • applyNumberFormats

      protected java.lang.Boolean applyNumberFormats
    • applyBorderFormats

      protected java.lang.Boolean applyBorderFormats
    • applyFontFormats

      protected java.lang.Boolean applyFontFormats
    • applyPatternFormats

      protected java.lang.Boolean applyPatternFormats
    • applyAlignmentFormats

      protected java.lang.Boolean applyAlignmentFormats
    • applyWidthHeightFormats

      protected java.lang.Boolean applyWidthHeightFormats
  • Constructor Details

    • CTQueryTable

      public CTQueryTable()
  • Method Details

    • getQueryTableRefresh

      public CTQueryTableRefresh getQueryTableRefresh()
      Gets the value of the queryTableRefresh property.
      Returns:
      possible object is CTQueryTableRefresh
    • setQueryTableRefresh

      public void setQueryTableRefresh​(CTQueryTableRefresh value)
      Sets the value of the queryTableRefresh property.
      Parameters:
      value - allowed object is CTQueryTableRefresh
    • getExtLst

      public CTExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTExtensionList
    • setExtLst

      public void setExtLst​(CTExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTExtensionList
    • getName

      public java.lang.String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName​(java.lang.String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • isHeaders

      public boolean isHeaders()
      Gets the value of the headers property.
      Returns:
      possible object is Boolean
    • setHeaders

      public void setHeaders​(java.lang.Boolean value)
      Sets the value of the headers property.
      Parameters:
      value - allowed object is Boolean
    • isRowNumbers

      public boolean isRowNumbers()
      Gets the value of the rowNumbers property.
      Returns:
      possible object is Boolean
    • setRowNumbers

      public void setRowNumbers​(java.lang.Boolean value)
      Sets the value of the rowNumbers property.
      Parameters:
      value - allowed object is Boolean
    • isDisableRefresh

      public boolean isDisableRefresh()
      Gets the value of the disableRefresh property.
      Returns:
      possible object is Boolean
    • setDisableRefresh

      public void setDisableRefresh​(java.lang.Boolean value)
      Sets the value of the disableRefresh property.
      Parameters:
      value - allowed object is Boolean
    • isBackgroundRefresh

      public boolean isBackgroundRefresh()
      Gets the value of the backgroundRefresh property.
      Returns:
      possible object is Boolean
    • setBackgroundRefresh

      public void setBackgroundRefresh​(java.lang.Boolean value)
      Sets the value of the backgroundRefresh property.
      Parameters:
      value - allowed object is Boolean
    • isFirstBackgroundRefresh

      public boolean isFirstBackgroundRefresh()
      Gets the value of the firstBackgroundRefresh property.
      Returns:
      possible object is Boolean
    • setFirstBackgroundRefresh

      public void setFirstBackgroundRefresh​(java.lang.Boolean value)
      Sets the value of the firstBackgroundRefresh property.
      Parameters:
      value - allowed object is Boolean
    • isRefreshOnLoad

      public boolean isRefreshOnLoad()
      Gets the value of the refreshOnLoad property.
      Returns:
      possible object is Boolean
    • setRefreshOnLoad

      public void setRefreshOnLoad​(java.lang.Boolean value)
      Sets the value of the refreshOnLoad property.
      Parameters:
      value - allowed object is Boolean
    • getGrowShrinkType

      public STGrowShrinkType getGrowShrinkType()
      Gets the value of the growShrinkType property.
      Returns:
      possible object is STGrowShrinkType
    • setGrowShrinkType

      public void setGrowShrinkType​(STGrowShrinkType value)
      Sets the value of the growShrinkType property.
      Parameters:
      value - allowed object is STGrowShrinkType
    • isFillFormulas

      public boolean isFillFormulas()
      Gets the value of the fillFormulas property.
      Returns:
      possible object is Boolean
    • setFillFormulas

      public void setFillFormulas​(java.lang.Boolean value)
      Sets the value of the fillFormulas property.
      Parameters:
      value - allowed object is Boolean
    • isRemoveDataOnSave

      public boolean isRemoveDataOnSave()
      Gets the value of the removeDataOnSave property.
      Returns:
      possible object is Boolean
    • setRemoveDataOnSave

      public void setRemoveDataOnSave​(java.lang.Boolean value)
      Sets the value of the removeDataOnSave property.
      Parameters:
      value - allowed object is Boolean
    • isDisableEdit

      public boolean isDisableEdit()
      Gets the value of the disableEdit property.
      Returns:
      possible object is Boolean
    • setDisableEdit

      public void setDisableEdit​(java.lang.Boolean value)
      Sets the value of the disableEdit property.
      Parameters:
      value - allowed object is Boolean
    • isPreserveFormatting

      public boolean isPreserveFormatting()
      Gets the value of the preserveFormatting property.
      Returns:
      possible object is Boolean
    • setPreserveFormatting

      public void setPreserveFormatting​(java.lang.Boolean value)
      Sets the value of the preserveFormatting property.
      Parameters:
      value - allowed object is Boolean
    • isAdjustColumnWidth

      public boolean isAdjustColumnWidth()
      Gets the value of the adjustColumnWidth property.
      Returns:
      possible object is Boolean
    • setAdjustColumnWidth

      public void setAdjustColumnWidth​(java.lang.Boolean value)
      Sets the value of the adjustColumnWidth property.
      Parameters:
      value - allowed object is Boolean
    • isIntermediate

      public boolean isIntermediate()
      Gets the value of the intermediate property.
      Returns:
      possible object is Boolean
    • setIntermediate

      public void setIntermediate​(java.lang.Boolean value)
      Sets the value of the intermediate property.
      Parameters:
      value - allowed object is Boolean
    • getConnectionId

      public long getConnectionId()
      Gets the value of the connectionId property.
    • setConnectionId

      public void setConnectionId​(long value)
      Sets the value of the connectionId property.
    • getAutoFormatId

      public java.lang.Long getAutoFormatId()
      Gets the value of the autoFormatId property.
      Returns:
      possible object is Long
    • setAutoFormatId

      public void setAutoFormatId​(java.lang.Long value)
      Sets the value of the autoFormatId property.
      Parameters:
      value - allowed object is Long
    • isApplyNumberFormats

      public java.lang.Boolean isApplyNumberFormats()
      Gets the value of the applyNumberFormats property.
      Returns:
      possible object is Boolean
    • setApplyNumberFormats

      public void setApplyNumberFormats​(java.lang.Boolean value)
      Sets the value of the applyNumberFormats property.
      Parameters:
      value - allowed object is Boolean
    • isApplyBorderFormats

      public java.lang.Boolean isApplyBorderFormats()
      Gets the value of the applyBorderFormats property.
      Returns:
      possible object is Boolean
    • setApplyBorderFormats

      public void setApplyBorderFormats​(java.lang.Boolean value)
      Sets the value of the applyBorderFormats property.
      Parameters:
      value - allowed object is Boolean
    • isApplyFontFormats

      public java.lang.Boolean isApplyFontFormats()
      Gets the value of the applyFontFormats property.
      Returns:
      possible object is Boolean
    • setApplyFontFormats

      public void setApplyFontFormats​(java.lang.Boolean value)
      Sets the value of the applyFontFormats property.
      Parameters:
      value - allowed object is Boolean
    • isApplyPatternFormats

      public java.lang.Boolean isApplyPatternFormats()
      Gets the value of the applyPatternFormats property.
      Returns:
      possible object is Boolean
    • setApplyPatternFormats

      public void setApplyPatternFormats​(java.lang.Boolean value)
      Sets the value of the applyPatternFormats property.
      Parameters:
      value - allowed object is Boolean
    • isApplyAlignmentFormats

      public java.lang.Boolean isApplyAlignmentFormats()
      Gets the value of the applyAlignmentFormats property.
      Returns:
      possible object is Boolean
    • setApplyAlignmentFormats

      public void setApplyAlignmentFormats​(java.lang.Boolean value)
      Sets the value of the applyAlignmentFormats property.
      Parameters:
      value - allowed object is Boolean
    • isApplyWidthHeightFormats

      public java.lang.Boolean isApplyWidthHeightFormats()
      Gets the value of the applyWidthHeightFormats property.
      Returns:
      possible object is Boolean
    • setApplyWidthHeightFormats

      public void setApplyWidthHeightFormats​(java.lang.Boolean value)
      Sets the value of the applyWidthHeightFormats property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.