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(javax.xml.bind.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()
CTQueryTableFields
public void setQueryTableFields(CTQueryTableFields value)
value
- allowed object is
CTQueryTableFields
public CTQueryTableDeletedFields getQueryTableDeletedFields()
CTQueryTableDeletedFields
public void setQueryTableDeletedFields(CTQueryTableDeletedFields value)
value
- allowed object is
CTQueryTableDeletedFields
public CTSortState getSortState()
CTSortState
public void setSortState(CTSortState value)
value
- allowed object is
CTSortState
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
public boolean isPreserveSortFilterLayout()
Boolean
public void setPreserveSortFilterLayout(Boolean value)
value
- allowed object is
Boolean
public boolean isFieldIdWrapped()
Boolean
public void setFieldIdWrapped(Boolean value)
value
- allowed object is
Boolean
public boolean isHeadersInLastRefresh()
Boolean
public void setHeadersInLastRefresh(Boolean value)
value
- allowed object is
Boolean
public short getMinimumVersion()
Short
public void setMinimumVersion(Short value)
value
- allowed object is
Short
public long getNextId()
Long
public void setNextId(Long value)
value
- allowed object is
Long
public long getUnboundColumnsLeft()
Long
public void setUnboundColumnsLeft(Long value)
value
- allowed object is
Long
public long getUnboundColumnsRight()
Long
public void setUnboundColumnsRight(Long value)
value
- allowed object is
Long
public Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2014. All Rights Reserved.