Class CTQueryTableRefresh

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

public class CTQueryTableRefresh
extends java.lang.Object
implements Child

Java class for CT_QueryTableRefresh complex type.

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

 <complexType name="CT_QueryTableRefresh">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="queryTableFields" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_QueryTableFields"/>
         <element name="queryTableDeletedFields" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_QueryTableDeletedFields" minOccurs="0"/>
         <element name="sortState" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_SortState" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
       </sequence>
       <attribute name="preserveSortFilterLayout" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="fieldIdWrapped" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="headersInLastRefresh" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="minimumVersion" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" default="0" />
       <attribute name="nextId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="1" />
       <attribute name="unboundColumnsLeft" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="unboundColumnsRight" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • queryTableFields

      protected CTQueryTableFields queryTableFields
    • queryTableDeletedFields

      protected CTQueryTableDeletedFields queryTableDeletedFields
    • sortState

      protected CTSortState sortState
    • extLst

      protected CTExtensionList extLst
    • preserveSortFilterLayout

      protected java.lang.Boolean preserveSortFilterLayout
    • fieldIdWrapped

      protected java.lang.Boolean fieldIdWrapped
    • headersInLastRefresh

      protected java.lang.Boolean headersInLastRefresh
    • minimumVersion

      protected java.lang.Short minimumVersion
    • nextId

      protected java.lang.Long nextId
    • unboundColumnsLeft

      protected java.lang.Long unboundColumnsLeft
    • unboundColumnsRight

      protected java.lang.Long unboundColumnsRight
  • Constructor Details

    • CTQueryTableRefresh

      public CTQueryTableRefresh()
  • Method Details

    • getQueryTableFields

      public CTQueryTableFields getQueryTableFields()
      Gets the value of the queryTableFields property.
      Returns:
      possible object is CTQueryTableFields
    • setQueryTableFields

      public void setQueryTableFields​(CTQueryTableFields value)
      Sets the value of the queryTableFields property.
      Parameters:
      value - allowed object is CTQueryTableFields
    • getQueryTableDeletedFields

      public CTQueryTableDeletedFields getQueryTableDeletedFields()
      Gets the value of the queryTableDeletedFields property.
      Returns:
      possible object is CTQueryTableDeletedFields
    • setQueryTableDeletedFields

      public void setQueryTableDeletedFields​(CTQueryTableDeletedFields value)
      Sets the value of the queryTableDeletedFields property.
      Parameters:
      value - allowed object is CTQueryTableDeletedFields
    • getSortState

      public CTSortState getSortState()
      Gets the value of the sortState property.
      Returns:
      possible object is CTSortState
    • setSortState

      public void setSortState​(CTSortState value)
      Sets the value of the sortState property.
      Parameters:
      value - allowed object is CTSortState
    • 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
    • isPreserveSortFilterLayout

      public boolean isPreserveSortFilterLayout()
      Gets the value of the preserveSortFilterLayout property.
      Returns:
      possible object is Boolean
    • setPreserveSortFilterLayout

      public void setPreserveSortFilterLayout​(java.lang.Boolean value)
      Sets the value of the preserveSortFilterLayout property.
      Parameters:
      value - allowed object is Boolean
    • isFieldIdWrapped

      public boolean isFieldIdWrapped()
      Gets the value of the fieldIdWrapped property.
      Returns:
      possible object is Boolean
    • setFieldIdWrapped

      public void setFieldIdWrapped​(java.lang.Boolean value)
      Sets the value of the fieldIdWrapped property.
      Parameters:
      value - allowed object is Boolean
    • isHeadersInLastRefresh

      public boolean isHeadersInLastRefresh()
      Gets the value of the headersInLastRefresh property.
      Returns:
      possible object is Boolean
    • setHeadersInLastRefresh

      public void setHeadersInLastRefresh​(java.lang.Boolean value)
      Sets the value of the headersInLastRefresh property.
      Parameters:
      value - allowed object is Boolean
    • getMinimumVersion

      public short getMinimumVersion()
      Gets the value of the minimumVersion property.
      Returns:
      possible object is Short
    • setMinimumVersion

      public void setMinimumVersion​(java.lang.Short value)
      Sets the value of the minimumVersion property.
      Parameters:
      value - allowed object is Short
    • getNextId

      public long getNextId()
      Gets the value of the nextId property.
      Returns:
      possible object is Long
    • setNextId

      public void setNextId​(java.lang.Long value)
      Sets the value of the nextId property.
      Parameters:
      value - allowed object is Long
    • getUnboundColumnsLeft

      public long getUnboundColumnsLeft()
      Gets the value of the unboundColumnsLeft property.
      Returns:
      possible object is Long
    • setUnboundColumnsLeft

      public void setUnboundColumnsLeft​(java.lang.Long value)
      Sets the value of the unboundColumnsLeft property.
      Parameters:
      value - allowed object is Long
    • getUnboundColumnsRight

      public long getUnboundColumnsRight()
      Gets the value of the unboundColumnsRight property.
      Returns:
      possible object is Long
    • setUnboundColumnsRight

      public void setUnboundColumnsRight​(java.lang.Long value)
      Sets the value of the unboundColumnsRight property.
      Parameters:
      value - allowed object is Long
    • 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.