public class CTCacheSource extends Object implements Child
Java class for CT_CacheSource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CacheSource">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element name="worksheetSource" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_WorksheetSource"/>
<element name="consolidation" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Consolidation"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</choice>
<attribute name="type" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_SourceType" />
<attribute name="connectionId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
connectionId |
protected CTConsolidation |
consolidation |
protected CTExtensionList |
extLst |
protected STSourceType |
type |
protected CTWorksheetSource |
worksheetSource |
| Constructor and Description |
|---|
CTCacheSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
long |
getConnectionId()
Gets the value of the connectionId property.
|
CTConsolidation |
getConsolidation()
Gets the value of the consolidation property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STSourceType |
getType()
Gets the value of the type property.
|
CTWorksheetSource |
getWorksheetSource()
Gets the value of the worksheetSource property.
|
void |
setConnectionId(Long value)
Sets the value of the connectionId property.
|
void |
setConsolidation(CTConsolidation value)
Sets the value of the consolidation property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setParent(Object parent) |
void |
setType(STSourceType value)
Sets the value of the type property.
|
void |
setWorksheetSource(CTWorksheetSource value)
Sets the value of the worksheetSource property.
|
protected CTWorksheetSource worksheetSource
protected CTConsolidation consolidation
protected CTExtensionList extLst
protected STSourceType type
protected Long connectionId
public CTWorksheetSource getWorksheetSource()
CTWorksheetSourcepublic void setWorksheetSource(CTWorksheetSource value)
value - allowed object is
CTWorksheetSourcepublic CTConsolidation getConsolidation()
CTConsolidationpublic void setConsolidation(CTConsolidation value)
value - allowed object is
CTConsolidationpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic STSourceType getType()
STSourceTypepublic void setType(STSourceType value)
value - allowed object is
STSourceTypepublic long getConnectionId()
Longpublic void setConnectionId(Long value)
value - allowed object is
Longpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.