Interface CTCacheSource
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_CacheSource(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTCacheSource> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "consolidation" elementAppends and returns a new empty "extLst" elementAppends and returns a new empty "worksheetSource" elementlongGets the "connectionId" attributeGets the "consolidation" elementGets the "extLst" elementgetType()Gets the "type" attributeGets the "worksheetSource" elementbooleanTrue if has "connectionId" attributebooleanTrue if has "consolidation" elementbooleanTrue if has "extLst" elementbooleanTrue if has "worksheetSource" elementvoidsetConnectionId(long connectionId) Sets the "connectionId" attributevoidsetConsolidation(CTConsolidation consolidation) Sets the "consolidation" elementvoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidsetType(STSourceType.Enum type) Sets the "type" attributevoidsetWorksheetSource(CTWorksheetSource worksheetSource) Sets the "worksheetSource" elementvoidUnsets the "connectionId" attributevoidUnsets the "consolidation" elementvoidUnsets the "extLst" elementvoidUnsets the "worksheetSource" elementGets (as xml) the "connectionId" attributexgetType()Gets (as xml) the "type" attributevoidxsetConnectionId(XmlUnsignedInt connectionId) Sets (as xml) the "connectionId" attributevoidxsetType(STSourceType type) Sets (as xml) the "type" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getWorksheetSource
CTWorksheetSource getWorksheetSource()Gets the "worksheetSource" element -
isSetWorksheetSource
boolean isSetWorksheetSource()True if has "worksheetSource" element -
setWorksheetSource
Sets the "worksheetSource" element -
addNewWorksheetSource
CTWorksheetSource addNewWorksheetSource()Appends and returns a new empty "worksheetSource" element -
unsetWorksheetSource
void unsetWorksheetSource()Unsets the "worksheetSource" element -
getConsolidation
CTConsolidation getConsolidation()Gets the "consolidation" element -
isSetConsolidation
boolean isSetConsolidation()True if has "consolidation" element -
setConsolidation
Sets the "consolidation" element -
addNewConsolidation
CTConsolidation addNewConsolidation()Appends and returns a new empty "consolidation" element -
unsetConsolidation
void unsetConsolidation()Unsets the "consolidation" element -
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element -
getType
STSourceType.Enum getType()Gets the "type" attribute -
xgetType
STSourceType xgetType()Gets (as xml) the "type" attribute -
setType
Sets the "type" attribute -
xsetType
Sets (as xml) the "type" attribute -
getConnectionId
long getConnectionId()Gets the "connectionId" attribute -
xgetConnectionId
XmlUnsignedInt xgetConnectionId()Gets (as xml) the "connectionId" attribute -
isSetConnectionId
boolean isSetConnectionId()True if has "connectionId" attribute -
setConnectionId
void setConnectionId(long connectionId) Sets the "connectionId" attribute -
xsetConnectionId
Sets (as xml) the "connectionId" attribute -
unsetConnectionId
void unsetConnectionId()Unsets the "connectionId" attribute
-