public class CTQueryTableRefresh extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected CTExtensionList |
extLst |
protected Boolean |
fieldIdWrapped |
protected Boolean |
headersInLastRefresh |
protected Short |
minimumVersion |
protected Long |
nextId |
protected Boolean |
preserveSortFilterLayout |
protected CTQueryTableDeletedFields |
queryTableDeletedFields |
protected CTQueryTableFields |
queryTableFields |
protected CTSortState |
sortState |
protected Long |
unboundColumnsLeft |
protected Long |
unboundColumnsRight |
| Constructor and Description |
|---|
CTQueryTableRefresh() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
short |
getMinimumVersion()
Gets the value of the minimumVersion property.
|
long |
getNextId()
Gets the value of the nextId property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTQueryTableDeletedFields |
getQueryTableDeletedFields()
Gets the value of the queryTableDeletedFields property.
|
CTQueryTableFields |
getQueryTableFields()
Gets the value of the queryTableFields property.
|
CTSortState |
getSortState()
Gets the value of the sortState property.
|
long |
getUnboundColumnsLeft()
Gets the value of the unboundColumnsLeft property.
|
long |
getUnboundColumnsRight()
Gets the value of the unboundColumnsRight property.
|
boolean |
isFieldIdWrapped()
Gets the value of the fieldIdWrapped property.
|
boolean |
isHeadersInLastRefresh()
Gets the value of the headersInLastRefresh property.
|
boolean |
isPreserveSortFilterLayout()
Gets the value of the preserveSortFilterLayout property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setFieldIdWrapped(Boolean value)
Sets the value of the fieldIdWrapped property.
|
void |
setHeadersInLastRefresh(Boolean value)
Sets the value of the headersInLastRefresh property.
|
void |
setMinimumVersion(Short value)
Sets the value of the minimumVersion property.
|
void |
setNextId(Long value)
Sets the value of the nextId property.
|
void |
setParent(Object parent) |
void |
setPreserveSortFilterLayout(Boolean value)
Sets the value of the preserveSortFilterLayout property.
|
void |
setQueryTableDeletedFields(CTQueryTableDeletedFields value)
Sets the value of the queryTableDeletedFields property.
|
void |
setQueryTableFields(CTQueryTableFields value)
Sets the value of the queryTableFields property.
|
void |
setSortState(CTSortState value)
Sets the value of the sortState property.
|
void |
setUnboundColumnsLeft(Long value)
Sets the value of the unboundColumnsLeft property.
|
void |
setUnboundColumnsRight(Long value)
Sets the value of the unboundColumnsRight property.
|
protected CTQueryTableFields queryTableFields
protected CTQueryTableDeletedFields queryTableDeletedFields
protected CTSortState sortState
protected CTExtensionList extLst
protected Boolean preserveSortFilterLayout
protected Boolean fieldIdWrapped
protected Boolean headersInLastRefresh
protected Short minimumVersion
protected Long nextId
protected Long unboundColumnsLeft
protected Long unboundColumnsRight
public CTQueryTableFields getQueryTableFields()
CTQueryTableFieldspublic void setQueryTableFields(CTQueryTableFields value)
value - allowed object is
CTQueryTableFieldspublic CTQueryTableDeletedFields getQueryTableDeletedFields()
CTQueryTableDeletedFieldspublic void setQueryTableDeletedFields(CTQueryTableDeletedFields value)
value - allowed object is
CTQueryTableDeletedFieldspublic CTSortState getSortState()
CTSortStatepublic void setSortState(CTSortState value)
value - allowed object is
CTSortStatepublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic boolean isPreserveSortFilterLayout()
Booleanpublic void setPreserveSortFilterLayout(Boolean value)
value - allowed object is
Booleanpublic boolean isFieldIdWrapped()
Booleanpublic void setFieldIdWrapped(Boolean value)
value - allowed object is
Booleanpublic boolean isHeadersInLastRefresh()
Booleanpublic void setHeadersInLastRefresh(Boolean value)
value - allowed object is
Booleanpublic short getMinimumVersion()
Shortpublic void setMinimumVersion(Short value)
value - allowed object is
Shortpublic long getNextId()
Longpublic void setNextId(Long value)
value - allowed object is
Longpublic long getUnboundColumnsLeft()
Longpublic void setUnboundColumnsLeft(Long value)
value - allowed object is
Longpublic long getUnboundColumnsRight()
Longpublic void setUnboundColumnsRight(Long value)
value - allowed object is
Longpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.