Interface CTQueryTableRefresh
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTQueryTableRefresh extends XmlObject
An XML CT_QueryTableRefresh(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTQueryTableRefresh.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTQueryTableDeletedFieldsaddNewQueryTableDeletedFields()Appends and returns a new empty "queryTableDeletedFields" elementCTQueryTableFieldsaddNewQueryTableFields()Appends and returns a new empty "queryTableFields" elementCTSortStateaddNewSortState()Appends and returns a new empty "sortState" elementCTExtensionListgetExtLst()Gets the "extLst" elementbooleangetFieldIdWrapped()Gets the "fieldIdWrapped" attributebooleangetHeadersInLastRefresh()Gets the "headersInLastRefresh" attributeshortgetMinimumVersion()Gets the "minimumVersion" attributelonggetNextId()Gets the "nextId" attributebooleangetPreserveSortFilterLayout()Gets the "preserveSortFilterLayout" attributeCTQueryTableDeletedFieldsgetQueryTableDeletedFields()Gets the "queryTableDeletedFields" elementCTQueryTableFieldsgetQueryTableFields()Gets the "queryTableFields" elementCTSortStategetSortState()Gets the "sortState" elementlonggetUnboundColumnsLeft()Gets the "unboundColumnsLeft" attributelonggetUnboundColumnsRight()Gets the "unboundColumnsRight" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetFieldIdWrapped()True if has "fieldIdWrapped" attributebooleanisSetHeadersInLastRefresh()True if has "headersInLastRefresh" attributebooleanisSetMinimumVersion()True if has "minimumVersion" attributebooleanisSetNextId()True if has "nextId" attributebooleanisSetPreserveSortFilterLayout()True if has "preserveSortFilterLayout" attributebooleanisSetQueryTableDeletedFields()True if has "queryTableDeletedFields" elementbooleanisSetSortState()True if has "sortState" elementbooleanisSetUnboundColumnsLeft()True if has "unboundColumnsLeft" attributebooleanisSetUnboundColumnsRight()True if has "unboundColumnsRight" attributevoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetFieldIdWrapped(boolean fieldIdWrapped)Sets the "fieldIdWrapped" attributevoidsetHeadersInLastRefresh(boolean headersInLastRefresh)Sets the "headersInLastRefresh" attributevoidsetMinimumVersion(short minimumVersion)Sets the "minimumVersion" attributevoidsetNextId(long nextId)Sets the "nextId" attributevoidsetPreserveSortFilterLayout(boolean preserveSortFilterLayout)Sets the "preserveSortFilterLayout" attributevoidsetQueryTableDeletedFields(CTQueryTableDeletedFields queryTableDeletedFields)Sets the "queryTableDeletedFields" elementvoidsetQueryTableFields(CTQueryTableFields queryTableFields)Sets the "queryTableFields" elementvoidsetSortState(CTSortState sortState)Sets the "sortState" elementvoidsetUnboundColumnsLeft(long unboundColumnsLeft)Sets the "unboundColumnsLeft" attributevoidsetUnboundColumnsRight(long unboundColumnsRight)Sets the "unboundColumnsRight" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetFieldIdWrapped()Unsets the "fieldIdWrapped" attributevoidunsetHeadersInLastRefresh()Unsets the "headersInLastRefresh" attributevoidunsetMinimumVersion()Unsets the "minimumVersion" attributevoidunsetNextId()Unsets the "nextId" attributevoidunsetPreserveSortFilterLayout()Unsets the "preserveSortFilterLayout" attributevoidunsetQueryTableDeletedFields()Unsets the "queryTableDeletedFields" elementvoidunsetSortState()Unsets the "sortState" elementvoidunsetUnboundColumnsLeft()Unsets the "unboundColumnsLeft" attributevoidunsetUnboundColumnsRight()Unsets the "unboundColumnsRight" attributeXmlBooleanxgetFieldIdWrapped()Gets (as xml) the "fieldIdWrapped" attributeXmlBooleanxgetHeadersInLastRefresh()Gets (as xml) the "headersInLastRefresh" attributeXmlUnsignedBytexgetMinimumVersion()Gets (as xml) the "minimumVersion" attributeXmlUnsignedIntxgetNextId()Gets (as xml) the "nextId" attributeXmlBooleanxgetPreserveSortFilterLayout()Gets (as xml) the "preserveSortFilterLayout" attributeXmlUnsignedIntxgetUnboundColumnsLeft()Gets (as xml) the "unboundColumnsLeft" attributeXmlUnsignedIntxgetUnboundColumnsRight()Gets (as xml) the "unboundColumnsRight" attributevoidxsetFieldIdWrapped(XmlBoolean fieldIdWrapped)Sets (as xml) the "fieldIdWrapped" attributevoidxsetHeadersInLastRefresh(XmlBoolean headersInLastRefresh)Sets (as xml) the "headersInLastRefresh" attributevoidxsetMinimumVersion(XmlUnsignedByte minimumVersion)Sets (as xml) the "minimumVersion" attributevoidxsetNextId(XmlUnsignedInt nextId)Sets (as xml) the "nextId" attributevoidxsetPreserveSortFilterLayout(XmlBoolean preserveSortFilterLayout)Sets (as xml) the "preserveSortFilterLayout" attributevoidxsetUnboundColumnsLeft(XmlUnsignedInt unboundColumnsLeft)Sets (as xml) the "unboundColumnsLeft" attributevoidxsetUnboundColumnsRight(XmlUnsignedInt unboundColumnsRight)Sets (as xml) the "unboundColumnsRight" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getQueryTableFields
CTQueryTableFields getQueryTableFields()
Gets the "queryTableFields" element
-
setQueryTableFields
void setQueryTableFields(CTQueryTableFields queryTableFields)
Sets the "queryTableFields" element
-
addNewQueryTableFields
CTQueryTableFields addNewQueryTableFields()
Appends and returns a new empty "queryTableFields" element
-
getQueryTableDeletedFields
CTQueryTableDeletedFields getQueryTableDeletedFields()
Gets the "queryTableDeletedFields" element
-
isSetQueryTableDeletedFields
boolean isSetQueryTableDeletedFields()
True if has "queryTableDeletedFields" element
-
setQueryTableDeletedFields
void setQueryTableDeletedFields(CTQueryTableDeletedFields queryTableDeletedFields)
Sets the "queryTableDeletedFields" element
-
addNewQueryTableDeletedFields
CTQueryTableDeletedFields addNewQueryTableDeletedFields()
Appends and returns a new empty "queryTableDeletedFields" element
-
unsetQueryTableDeletedFields
void unsetQueryTableDeletedFields()
Unsets the "queryTableDeletedFields" element
-
getSortState
CTSortState getSortState()
Gets the "sortState" element
-
isSetSortState
boolean isSetSortState()
True if has "sortState" element
-
setSortState
void setSortState(CTSortState sortState)
Sets the "sortState" element
-
addNewSortState
CTSortState addNewSortState()
Appends and returns a new empty "sortState" element
-
unsetSortState
void unsetSortState()
Unsets the "sortState" element
-
getExtLst
CTExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
getPreserveSortFilterLayout
boolean getPreserveSortFilterLayout()
Gets the "preserveSortFilterLayout" attribute
-
xgetPreserveSortFilterLayout
XmlBoolean xgetPreserveSortFilterLayout()
Gets (as xml) the "preserveSortFilterLayout" attribute
-
isSetPreserveSortFilterLayout
boolean isSetPreserveSortFilterLayout()
True if has "preserveSortFilterLayout" attribute
-
setPreserveSortFilterLayout
void setPreserveSortFilterLayout(boolean preserveSortFilterLayout)
Sets the "preserveSortFilterLayout" attribute
-
xsetPreserveSortFilterLayout
void xsetPreserveSortFilterLayout(XmlBoolean preserveSortFilterLayout)
Sets (as xml) the "preserveSortFilterLayout" attribute
-
unsetPreserveSortFilterLayout
void unsetPreserveSortFilterLayout()
Unsets the "preserveSortFilterLayout" attribute
-
getFieldIdWrapped
boolean getFieldIdWrapped()
Gets the "fieldIdWrapped" attribute
-
xgetFieldIdWrapped
XmlBoolean xgetFieldIdWrapped()
Gets (as xml) the "fieldIdWrapped" attribute
-
isSetFieldIdWrapped
boolean isSetFieldIdWrapped()
True if has "fieldIdWrapped" attribute
-
setFieldIdWrapped
void setFieldIdWrapped(boolean fieldIdWrapped)
Sets the "fieldIdWrapped" attribute
-
xsetFieldIdWrapped
void xsetFieldIdWrapped(XmlBoolean fieldIdWrapped)
Sets (as xml) the "fieldIdWrapped" attribute
-
unsetFieldIdWrapped
void unsetFieldIdWrapped()
Unsets the "fieldIdWrapped" attribute
-
getHeadersInLastRefresh
boolean getHeadersInLastRefresh()
Gets the "headersInLastRefresh" attribute
-
xgetHeadersInLastRefresh
XmlBoolean xgetHeadersInLastRefresh()
Gets (as xml) the "headersInLastRefresh" attribute
-
isSetHeadersInLastRefresh
boolean isSetHeadersInLastRefresh()
True if has "headersInLastRefresh" attribute
-
setHeadersInLastRefresh
void setHeadersInLastRefresh(boolean headersInLastRefresh)
Sets the "headersInLastRefresh" attribute
-
xsetHeadersInLastRefresh
void xsetHeadersInLastRefresh(XmlBoolean headersInLastRefresh)
Sets (as xml) the "headersInLastRefresh" attribute
-
unsetHeadersInLastRefresh
void unsetHeadersInLastRefresh()
Unsets the "headersInLastRefresh" attribute
-
getMinimumVersion
short getMinimumVersion()
Gets the "minimumVersion" attribute
-
xgetMinimumVersion
XmlUnsignedByte xgetMinimumVersion()
Gets (as xml) the "minimumVersion" attribute
-
isSetMinimumVersion
boolean isSetMinimumVersion()
True if has "minimumVersion" attribute
-
setMinimumVersion
void setMinimumVersion(short minimumVersion)
Sets the "minimumVersion" attribute
-
xsetMinimumVersion
void xsetMinimumVersion(XmlUnsignedByte minimumVersion)
Sets (as xml) the "minimumVersion" attribute
-
unsetMinimumVersion
void unsetMinimumVersion()
Unsets the "minimumVersion" attribute
-
getNextId
long getNextId()
Gets the "nextId" attribute
-
xgetNextId
XmlUnsignedInt xgetNextId()
Gets (as xml) the "nextId" attribute
-
isSetNextId
boolean isSetNextId()
True if has "nextId" attribute
-
setNextId
void setNextId(long nextId)
Sets the "nextId" attribute
-
xsetNextId
void xsetNextId(XmlUnsignedInt nextId)
Sets (as xml) the "nextId" attribute
-
unsetNextId
void unsetNextId()
Unsets the "nextId" attribute
-
getUnboundColumnsLeft
long getUnboundColumnsLeft()
Gets the "unboundColumnsLeft" attribute
-
xgetUnboundColumnsLeft
XmlUnsignedInt xgetUnboundColumnsLeft()
Gets (as xml) the "unboundColumnsLeft" attribute
-
isSetUnboundColumnsLeft
boolean isSetUnboundColumnsLeft()
True if has "unboundColumnsLeft" attribute
-
setUnboundColumnsLeft
void setUnboundColumnsLeft(long unboundColumnsLeft)
Sets the "unboundColumnsLeft" attribute
-
xsetUnboundColumnsLeft
void xsetUnboundColumnsLeft(XmlUnsignedInt unboundColumnsLeft)
Sets (as xml) the "unboundColumnsLeft" attribute
-
unsetUnboundColumnsLeft
void unsetUnboundColumnsLeft()
Unsets the "unboundColumnsLeft" attribute
-
getUnboundColumnsRight
long getUnboundColumnsRight()
Gets the "unboundColumnsRight" attribute
-
xgetUnboundColumnsRight
XmlUnsignedInt xgetUnboundColumnsRight()
Gets (as xml) the "unboundColumnsRight" attribute
-
isSetUnboundColumnsRight
boolean isSetUnboundColumnsRight()
True if has "unboundColumnsRight" attribute
-
setUnboundColumnsRight
void setUnboundColumnsRight(long unboundColumnsRight)
Sets the "unboundColumnsRight" attribute
-
xsetUnboundColumnsRight
void xsetUnboundColumnsRight(XmlUnsignedInt unboundColumnsRight)
Sets (as xml) the "unboundColumnsRight" attribute
-
unsetUnboundColumnsRight
void unsetUnboundColumnsRight()
Unsets the "unboundColumnsRight" attribute
-
-