Interface CTCacheSource
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTCacheSource extends XmlObject
An XML CT_CacheSource(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTCacheSource.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 CTConsolidation
addNewConsolidation()
Appends and returns a new empty "consolidation" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTWorksheetSource
addNewWorksheetSource()
Appends and returns a new empty "worksheetSource" elementlong
getConnectionId()
Gets the "connectionId" attributeCTConsolidation
getConsolidation()
Gets the "consolidation" elementCTExtensionList
getExtLst()
Gets the "extLst" elementSTSourceType.Enum
getType()
Gets the "type" attributeCTWorksheetSource
getWorksheetSource()
Gets the "worksheetSource" elementboolean
isSetConnectionId()
True if has "connectionId" attributeboolean
isSetConsolidation()
True if has "consolidation" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetWorksheetSource()
True if has "worksheetSource" elementvoid
setConnectionId(long connectionId)
Sets the "connectionId" attributevoid
setConsolidation(CTConsolidation consolidation)
Sets the "consolidation" elementvoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setType(STSourceType.Enum type)
Sets the "type" attributevoid
setWorksheetSource(CTWorksheetSource worksheetSource)
Sets the "worksheetSource" elementvoid
unsetConnectionId()
Unsets the "connectionId" attributevoid
unsetConsolidation()
Unsets the "consolidation" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetWorksheetSource()
Unsets the "worksheetSource" elementXmlUnsignedInt
xgetConnectionId()
Gets (as xml) the "connectionId" attributeSTSourceType
xgetType()
Gets (as xml) the "type" attributevoid
xsetConnectionId(XmlUnsignedInt connectionId)
Sets (as xml) the "connectionId" attributevoid
xsetType(STSourceType type)
Sets (as xml) the "type" 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
-
getWorksheetSource
CTWorksheetSource getWorksheetSource()
Gets the "worksheetSource" element
-
isSetWorksheetSource
boolean isSetWorksheetSource()
True if has "worksheetSource" element
-
setWorksheetSource
void setWorksheetSource(CTWorksheetSource worksheetSource)
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
void setConsolidation(CTConsolidation consolidation)
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
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
-
getType
STSourceType.Enum getType()
Gets the "type" attribute
-
xgetType
STSourceType xgetType()
Gets (as xml) the "type" attribute
-
setType
void setType(STSourceType.Enum type)
Sets the "type" attribute
-
xsetType
void xsetType(STSourceType type)
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
void xsetConnectionId(XmlUnsignedInt connectionId)
Sets (as xml) the "connectionId" attribute
-
unsetConnectionId
void unsetConnectionId()
Unsets the "connectionId" attribute
-
-