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 class
CTQueryTableRefresh.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTQueryTableDeletedFields
addNewQueryTableDeletedFields()
Appends and returns a new empty "queryTableDeletedFields" elementCTQueryTableFields
addNewQueryTableFields()
Appends and returns a new empty "queryTableFields" elementCTSortState
addNewSortState()
Appends and returns a new empty "sortState" elementCTExtensionList
getExtLst()
Gets the "extLst" elementboolean
getFieldIdWrapped()
Gets the "fieldIdWrapped" attributeboolean
getHeadersInLastRefresh()
Gets the "headersInLastRefresh" attributeshort
getMinimumVersion()
Gets the "minimumVersion" attributelong
getNextId()
Gets the "nextId" attributeboolean
getPreserveSortFilterLayout()
Gets the "preserveSortFilterLayout" attributeCTQueryTableDeletedFields
getQueryTableDeletedFields()
Gets the "queryTableDeletedFields" elementCTQueryTableFields
getQueryTableFields()
Gets the "queryTableFields" elementCTSortState
getSortState()
Gets the "sortState" elementlong
getUnboundColumnsLeft()
Gets the "unboundColumnsLeft" attributelong
getUnboundColumnsRight()
Gets the "unboundColumnsRight" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetFieldIdWrapped()
True if has "fieldIdWrapped" attributeboolean
isSetHeadersInLastRefresh()
True if has "headersInLastRefresh" attributeboolean
isSetMinimumVersion()
True if has "minimumVersion" attributeboolean
isSetNextId()
True if has "nextId" attributeboolean
isSetPreserveSortFilterLayout()
True if has "preserveSortFilterLayout" attributeboolean
isSetQueryTableDeletedFields()
True if has "queryTableDeletedFields" elementboolean
isSetSortState()
True if has "sortState" elementboolean
isSetUnboundColumnsLeft()
True if has "unboundColumnsLeft" attributeboolean
isSetUnboundColumnsRight()
True if has "unboundColumnsRight" attributevoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setFieldIdWrapped(boolean fieldIdWrapped)
Sets the "fieldIdWrapped" attributevoid
setHeadersInLastRefresh(boolean headersInLastRefresh)
Sets the "headersInLastRefresh" attributevoid
setMinimumVersion(short minimumVersion)
Sets the "minimumVersion" attributevoid
setNextId(long nextId)
Sets the "nextId" attributevoid
setPreserveSortFilterLayout(boolean preserveSortFilterLayout)
Sets the "preserveSortFilterLayout" attributevoid
setQueryTableDeletedFields(CTQueryTableDeletedFields queryTableDeletedFields)
Sets the "queryTableDeletedFields" elementvoid
setQueryTableFields(CTQueryTableFields queryTableFields)
Sets the "queryTableFields" elementvoid
setSortState(CTSortState sortState)
Sets the "sortState" elementvoid
setUnboundColumnsLeft(long unboundColumnsLeft)
Sets the "unboundColumnsLeft" attributevoid
setUnboundColumnsRight(long unboundColumnsRight)
Sets the "unboundColumnsRight" attributevoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetFieldIdWrapped()
Unsets the "fieldIdWrapped" attributevoid
unsetHeadersInLastRefresh()
Unsets the "headersInLastRefresh" attributevoid
unsetMinimumVersion()
Unsets the "minimumVersion" attributevoid
unsetNextId()
Unsets the "nextId" attributevoid
unsetPreserveSortFilterLayout()
Unsets the "preserveSortFilterLayout" attributevoid
unsetQueryTableDeletedFields()
Unsets the "queryTableDeletedFields" elementvoid
unsetSortState()
Unsets the "sortState" elementvoid
unsetUnboundColumnsLeft()
Unsets the "unboundColumnsLeft" attributevoid
unsetUnboundColumnsRight()
Unsets the "unboundColumnsRight" attributeXmlBoolean
xgetFieldIdWrapped()
Gets (as xml) the "fieldIdWrapped" attributeXmlBoolean
xgetHeadersInLastRefresh()
Gets (as xml) the "headersInLastRefresh" attributeXmlUnsignedByte
xgetMinimumVersion()
Gets (as xml) the "minimumVersion" attributeXmlUnsignedInt
xgetNextId()
Gets (as xml) the "nextId" attributeXmlBoolean
xgetPreserveSortFilterLayout()
Gets (as xml) the "preserveSortFilterLayout" attributeXmlUnsignedInt
xgetUnboundColumnsLeft()
Gets (as xml) the "unboundColumnsLeft" attributeXmlUnsignedInt
xgetUnboundColumnsRight()
Gets (as xml) the "unboundColumnsRight" attributevoid
xsetFieldIdWrapped(XmlBoolean fieldIdWrapped)
Sets (as xml) the "fieldIdWrapped" attributevoid
xsetHeadersInLastRefresh(XmlBoolean headersInLastRefresh)
Sets (as xml) the "headersInLastRefresh" attributevoid
xsetMinimumVersion(XmlUnsignedByte minimumVersion)
Sets (as xml) the "minimumVersion" attributevoid
xsetNextId(XmlUnsignedInt nextId)
Sets (as xml) the "nextId" attributevoid
xsetPreserveSortFilterLayout(XmlBoolean preserveSortFilterLayout)
Sets (as xml) the "preserveSortFilterLayout" attributevoid
xsetUnboundColumnsLeft(XmlUnsignedInt unboundColumnsLeft)
Sets (as xml) the "unboundColumnsLeft" attributevoid
xsetUnboundColumnsRight(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
-
-