Package org.xlsx4j.sml
Class CTQueryTableRefresh
java.lang.Object
org.xlsx4j.sml.CTQueryTableRefresh
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected CTExtensionListprotected Booleanprotected Booleanprotected Shortprotected Longprotected Booleanprotected CTQueryTableDeletedFieldsprotected CTQueryTableFieldsprotected CTSortStateprotected Longprotected Long -
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 extLst property.shortGets the value of the minimumVersion property.longGets the value of the nextId property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the queryTableDeletedFields property.Gets the value of the queryTableFields property.Gets the value of the sortState property.longGets the value of the unboundColumnsLeft property.longGets the value of the unboundColumnsRight property.booleanGets the value of the fieldIdWrapped property.booleanGets the value of the headersInLastRefresh property.booleanGets the value of the preserveSortFilterLayout property.voidsetExtLst(CTExtensionList value) Sets the value of the extLst property.voidsetFieldIdWrapped(Boolean value) Sets the value of the fieldIdWrapped property.voidsetHeadersInLastRefresh(Boolean value) Sets the value of the headersInLastRefresh property.voidsetMinimumVersion(Short value) Sets the value of the minimumVersion property.voidSets the value of the nextId property.voidvoidSets the value of the preserveSortFilterLayout property.voidSets the value of the queryTableDeletedFields property.voidSets the value of the queryTableFields property.voidsetSortState(CTSortState value) Sets the value of the sortState property.voidsetUnboundColumnsLeft(Long value) Sets the value of the unboundColumnsLeft property.voidsetUnboundColumnsRight(Long value) Sets the value of the unboundColumnsRight property.
-
Field Details
-
queryTableFields
-
queryTableDeletedFields
-
sortState
-
extLst
-
preserveSortFilterLayout
-
fieldIdWrapped
-
headersInLastRefresh
-
minimumVersion
-
nextId
-
unboundColumnsLeft
-
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
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
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
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
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
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
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
Sets the value of the unboundColumnsRight property.- Parameters:
value- allowed object isLong
-
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.
-