Package org.xlsx4j.sml
Class CTQueryTable
java.lang.Object
org.xlsx4j.sml.CTQueryTable
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Longprotected Booleanprotected longprotected Booleanprotected Booleanprotected CTExtensionListprotected Booleanprotected Booleanprotected STGrowShrinkTypeprotected Booleanprotected Booleanprotected Stringprotected Booleanprotected CTQueryTableRefreshprotected Booleanprotected Booleanprotected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the autoFormatId property.longGets the value of the connectionId property.Gets the value of the extLst property.Gets the value of the growShrinkType property.getName()Gets the value of the name property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the queryTableRefresh property.booleanGets the value of the adjustColumnWidth property.Gets the value of the applyAlignmentFormats property.Gets the value of the applyBorderFormats property.Gets the value of the applyFontFormats property.Gets the value of the applyNumberFormats property.Gets the value of the applyPatternFormats property.Gets the value of the applyWidthHeightFormats property.booleanGets the value of the backgroundRefresh property.booleanGets the value of the disableEdit property.booleanGets the value of the disableRefresh property.booleanGets the value of the fillFormulas property.booleanGets the value of the firstBackgroundRefresh property.booleanGets the value of the headers property.booleanGets the value of the intermediate property.booleanGets the value of the preserveFormatting property.booleanGets the value of the refreshOnLoad property.booleanGets the value of the removeDataOnSave property.booleanGets the value of the rowNumbers property.voidsetAdjustColumnWidth(Boolean value) Sets the value of the adjustColumnWidth property.voidsetApplyAlignmentFormats(Boolean value) Sets the value of the applyAlignmentFormats property.voidsetApplyBorderFormats(Boolean value) Sets the value of the applyBorderFormats property.voidsetApplyFontFormats(Boolean value) Sets the value of the applyFontFormats property.voidsetApplyNumberFormats(Boolean value) Sets the value of the applyNumberFormats property.voidsetApplyPatternFormats(Boolean value) Sets the value of the applyPatternFormats property.voidSets the value of the applyWidthHeightFormats property.voidsetAutoFormatId(Long value) Sets the value of the autoFormatId property.voidsetBackgroundRefresh(Boolean value) Sets the value of the backgroundRefresh property.voidsetConnectionId(long value) Sets the value of the connectionId property.voidsetDisableEdit(Boolean value) Sets the value of the disableEdit property.voidsetDisableRefresh(Boolean value) Sets the value of the disableRefresh property.voidsetExtLst(CTExtensionList value) Sets the value of the extLst property.voidsetFillFormulas(Boolean value) Sets the value of the fillFormulas property.voidsetFirstBackgroundRefresh(Boolean value) Sets the value of the firstBackgroundRefresh property.voidSets the value of the growShrinkType property.voidsetHeaders(Boolean value) Sets the value of the headers property.voidsetIntermediate(Boolean value) Sets the value of the intermediate property.voidSets the value of the name property.voidvoidsetPreserveFormatting(Boolean value) Sets the value of the preserveFormatting property.voidSets the value of the queryTableRefresh property.voidsetRefreshOnLoad(Boolean value) Sets the value of the refreshOnLoad property.voidsetRemoveDataOnSave(Boolean value) Sets the value of the removeDataOnSave property.voidsetRowNumbers(Boolean value) Sets the value of the rowNumbers property.
-
Field Details
-
queryTableRefresh
-
extLst
-
name
-
headers
-
rowNumbers
-
disableRefresh
-
backgroundRefresh
-
firstBackgroundRefresh
-
refreshOnLoad
-
growShrinkType
-
fillFormulas
-
removeDataOnSave
-
disableEdit
-
preserveFormatting
-
adjustColumnWidth
-
intermediate
-
connectionId
protected long connectionId -
autoFormatId
-
applyNumberFormats
-
applyBorderFormats
-
applyFontFormats
-
applyPatternFormats
-
applyAlignmentFormats
-
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
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
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
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
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
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
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
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
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
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
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
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
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
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
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
Gets the value of the autoFormatId property.- Returns:
- possible object is
Long
-
setAutoFormatId
Sets the value of the autoFormatId property.- Parameters:
value- allowed object isLong
-
isApplyNumberFormats
Gets the value of the applyNumberFormats property.- Returns:
- possible object is
Boolean
-
setApplyNumberFormats
Sets the value of the applyNumberFormats property.- Parameters:
value- allowed object isBoolean
-
isApplyBorderFormats
Gets the value of the applyBorderFormats property.- Returns:
- possible object is
Boolean
-
setApplyBorderFormats
Sets the value of the applyBorderFormats property.- Parameters:
value- allowed object isBoolean
-
isApplyFontFormats
Gets the value of the applyFontFormats property.- Returns:
- possible object is
Boolean
-
setApplyFontFormats
Sets the value of the applyFontFormats property.- Parameters:
value- allowed object isBoolean
-
isApplyPatternFormats
Gets the value of the applyPatternFormats property.- Returns:
- possible object is
Boolean
-
setApplyPatternFormats
Sets the value of the applyPatternFormats property.- Parameters:
value- allowed object isBoolean
-
isApplyAlignmentFormats
Gets the value of the applyAlignmentFormats property.- Returns:
- possible object is
Boolean
-
setApplyAlignmentFormats
Sets the value of the applyAlignmentFormats property.- Parameters:
value- allowed object isBoolean
-
isApplyWidthHeightFormats
Gets the value of the applyWidthHeightFormats property.- Returns:
- possible object is
Boolean
-
setApplyWidthHeightFormats
Sets the value of the applyWidthHeightFormats property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-