Package org.xlsx4j.sml
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 Summary
Fields Modifier and Type Field Description protected CTExtensionListextLstprotected java.lang.BooleanfieldIdWrappedprotected java.lang.BooleanheadersInLastRefreshprotected java.lang.ShortminimumVersionprotected java.lang.LongnextIdprotected java.lang.BooleanpreserveSortFilterLayoutprotected CTQueryTableDeletedFieldsqueryTableDeletedFieldsprotected CTQueryTableFieldsqueryTableFieldsprotected CTSortStatesortStateprotected java.lang.LongunboundColumnsLeftprotected java.lang.LongunboundColumnsRight -
Constructor Summary
Constructors Constructor Description CTQueryTableRefresh() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTExtensionListgetExtLst()Gets the value of the extLst property.shortgetMinimumVersion()Gets the value of the minimumVersion property.longgetNextId()Gets the value of the nextId property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTQueryTableDeletedFieldsgetQueryTableDeletedFields()Gets the value of the queryTableDeletedFields property.CTQueryTableFieldsgetQueryTableFields()Gets the value of the queryTableFields property.CTSortStategetSortState()Gets the value of the sortState property.longgetUnboundColumnsLeft()Gets the value of the unboundColumnsLeft property.longgetUnboundColumnsRight()Gets the value of the unboundColumnsRight property.booleanisFieldIdWrapped()Gets the value of the fieldIdWrapped property.booleanisHeadersInLastRefresh()Gets the value of the headersInLastRefresh property.booleanisPreserveSortFilterLayout()Gets the value of the preserveSortFilterLayout property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetFieldIdWrapped(java.lang.Boolean value)Sets the value of the fieldIdWrapped property.voidsetHeadersInLastRefresh(java.lang.Boolean value)Sets the value of the headersInLastRefresh property.voidsetMinimumVersion(java.lang.Short value)Sets the value of the minimumVersion property.voidsetNextId(java.lang.Long value)Sets the value of the nextId property.voidsetParent(java.lang.Object parent)voidsetPreserveSortFilterLayout(java.lang.Boolean value)Sets the value of the preserveSortFilterLayout property.voidsetQueryTableDeletedFields(CTQueryTableDeletedFields value)Sets the value of the queryTableDeletedFields property.voidsetQueryTableFields(CTQueryTableFields value)Sets the value of the queryTableFields property.voidsetSortState(CTSortState value)Sets the value of the sortState property.voidsetUnboundColumnsLeft(java.lang.Long value)Sets the value of the unboundColumnsLeft property.voidsetUnboundColumnsRight(java.lang.Long value)Sets the value of the unboundColumnsRight property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
queryTableFields
-
queryTableDeletedFields
-
sortState
-
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
Gets the value of the queryTableFields property.- Returns:
- possible object is
CTQueryTableFields
-
setQueryTableFields
Sets the value of the queryTableFields property.- Parameters:
value- allowed object isCTQueryTableFields
-
getQueryTableDeletedFields
Gets the value of the queryTableDeletedFields property.- Returns:
- possible object is
CTQueryTableDeletedFields
-
setQueryTableDeletedFields
Sets the value of the queryTableDeletedFields property.- Parameters:
value- allowed object isCTQueryTableDeletedFields
-
getSortState
Gets the value of the sortState property.- Returns:
- possible object is
CTSortState
-
setSortState
Sets the value of the sortState property.- Parameters:
value- allowed object isCTSortState
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isShort
-
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 isLong
-
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 isLong
-
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 isLong
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
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.
-