Package org.xlsx4j.sml
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 Summary
Fields Modifier and Type Field Description protected java.lang.BooleanadjustColumnWidthprotected java.lang.BooleanapplyAlignmentFormatsprotected java.lang.BooleanapplyBorderFormatsprotected java.lang.BooleanapplyFontFormatsprotected java.lang.BooleanapplyNumberFormatsprotected java.lang.BooleanapplyPatternFormatsprotected java.lang.BooleanapplyWidthHeightFormatsprotected java.lang.LongautoFormatIdprotected java.lang.BooleanbackgroundRefreshprotected longconnectionIdprotected java.lang.BooleandisableEditprotected java.lang.BooleandisableRefreshprotected CTExtensionListextLstprotected java.lang.BooleanfillFormulasprotected java.lang.BooleanfirstBackgroundRefreshprotected STGrowShrinkTypegrowShrinkTypeprotected java.lang.Booleanheadersprotected java.lang.Booleanintermediateprotected java.lang.Stringnameprotected java.lang.BooleanpreserveFormattingprotected CTQueryTableRefreshqueryTableRefreshprotected java.lang.BooleanrefreshOnLoadprotected java.lang.BooleanremoveDataOnSaveprotected java.lang.BooleanrowNumbers -
Constructor Summary
Constructors Constructor Description CTQueryTable() -
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.java.lang.LonggetAutoFormatId()Gets the value of the autoFormatId property.longgetConnectionId()Gets the value of the connectionId property.CTExtensionListgetExtLst()Gets the value of the extLst property.STGrowShrinkTypegetGrowShrinkType()Gets the value of the growShrinkType property.java.lang.StringgetName()Gets the value of the name property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTQueryTableRefreshgetQueryTableRefresh()Gets the value of the queryTableRefresh property.booleanisAdjustColumnWidth()Gets the value of the adjustColumnWidth property.java.lang.BooleanisApplyAlignmentFormats()Gets the value of the applyAlignmentFormats property.java.lang.BooleanisApplyBorderFormats()Gets the value of the applyBorderFormats property.java.lang.BooleanisApplyFontFormats()Gets the value of the applyFontFormats property.java.lang.BooleanisApplyNumberFormats()Gets the value of the applyNumberFormats property.java.lang.BooleanisApplyPatternFormats()Gets the value of the applyPatternFormats property.java.lang.BooleanisApplyWidthHeightFormats()Gets the value of the applyWidthHeightFormats property.booleanisBackgroundRefresh()Gets the value of the backgroundRefresh property.booleanisDisableEdit()Gets the value of the disableEdit property.booleanisDisableRefresh()Gets the value of the disableRefresh property.booleanisFillFormulas()Gets the value of the fillFormulas property.booleanisFirstBackgroundRefresh()Gets the value of the firstBackgroundRefresh property.booleanisHeaders()Gets the value of the headers property.booleanisIntermediate()Gets the value of the intermediate property.booleanisPreserveFormatting()Gets the value of the preserveFormatting property.booleanisRefreshOnLoad()Gets the value of the refreshOnLoad property.booleanisRemoveDataOnSave()Gets the value of the removeDataOnSave property.booleanisRowNumbers()Gets the value of the rowNumbers property.voidsetAdjustColumnWidth(java.lang.Boolean value)Sets the value of the adjustColumnWidth property.voidsetApplyAlignmentFormats(java.lang.Boolean value)Sets the value of the applyAlignmentFormats property.voidsetApplyBorderFormats(java.lang.Boolean value)Sets the value of the applyBorderFormats property.voidsetApplyFontFormats(java.lang.Boolean value)Sets the value of the applyFontFormats property.voidsetApplyNumberFormats(java.lang.Boolean value)Sets the value of the applyNumberFormats property.voidsetApplyPatternFormats(java.lang.Boolean value)Sets the value of the applyPatternFormats property.voidsetApplyWidthHeightFormats(java.lang.Boolean value)Sets the value of the applyWidthHeightFormats property.voidsetAutoFormatId(java.lang.Long value)Sets the value of the autoFormatId property.voidsetBackgroundRefresh(java.lang.Boolean value)Sets the value of the backgroundRefresh property.voidsetConnectionId(long value)Sets the value of the connectionId property.voidsetDisableEdit(java.lang.Boolean value)Sets the value of the disableEdit property.voidsetDisableRefresh(java.lang.Boolean value)Sets the value of the disableRefresh property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetFillFormulas(java.lang.Boolean value)Sets the value of the fillFormulas property.voidsetFirstBackgroundRefresh(java.lang.Boolean value)Sets the value of the firstBackgroundRefresh property.voidsetGrowShrinkType(STGrowShrinkType value)Sets the value of the growShrinkType property.voidsetHeaders(java.lang.Boolean value)Sets the value of the headers property.voidsetIntermediate(java.lang.Boolean value)Sets the value of the intermediate property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetParent(java.lang.Object parent)voidsetPreserveFormatting(java.lang.Boolean value)Sets the value of the preserveFormatting property.voidsetQueryTableRefresh(CTQueryTableRefresh value)Sets the value of the queryTableRefresh property.voidsetRefreshOnLoad(java.lang.Boolean value)Sets the value of the refreshOnLoad property.voidsetRemoveDataOnSave(java.lang.Boolean value)Sets the value of the removeDataOnSave property.voidsetRowNumbers(java.lang.Boolean value)Sets the value of the rowNumbers property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
queryTableRefresh
-
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
-
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
Gets the value of the queryTableRefresh property.- Returns:
- possible object is
CTQueryTableRefresh
-
setQueryTableRefresh
Sets the value of the queryTableRefresh property.- Parameters:
value- allowed object isCTQueryTableRefresh
-
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
-
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 isString
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
getGrowShrinkType
Gets the value of the growShrinkType property.- Returns:
- possible object is
STGrowShrinkType
-
setGrowShrinkType
Sets the value of the growShrinkType property.- Parameters:
value- allowed object isSTGrowShrinkType
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isLong
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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.
-