Package org.xlsx4j.sml
Class CTCacheSource
java.lang.Object
org.xlsx4j.sml.CTCacheSource
- All Implemented Interfaces:
Child
public class CTCacheSource extends java.lang.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>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.LongconnectionIdprotected CTConsolidationconsolidationprotected CTExtensionListextLstprotected STSourceTypetypeprotected CTWorksheetSourceworksheetSource -
Constructor Summary
Constructors Constructor Description CTCacheSource() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.longgetConnectionId()Gets the value of the connectionId property.CTConsolidationgetConsolidation()Gets the value of the consolidation property.CTExtensionListgetExtLst()Gets the value of the extLst property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.STSourceTypegetType()Gets the value of the type property.CTWorksheetSourcegetWorksheetSource()Gets the value of the worksheetSource property.voidsetConnectionId(java.lang.Long value)Sets the value of the connectionId property.voidsetConsolidation(CTConsolidation value)Sets the value of the consolidation property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetParent(java.lang.Object parent)voidsetType(STSourceType value)Sets the value of the type property.voidsetWorksheetSource(CTWorksheetSource value)Sets the value of the worksheetSource property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
worksheetSource
-
consolidation
-
extLst
-
type
-
connectionId
protected java.lang.Long connectionId
-
-
Constructor Details
-
CTCacheSource
public CTCacheSource()
-
-
Method Details
-
getWorksheetSource
Gets the value of the worksheetSource property.- Returns:
- possible object is
CTWorksheetSource
-
setWorksheetSource
Sets the value of the worksheetSource property.- Parameters:
value- allowed object isCTWorksheetSource
-
getConsolidation
Gets the value of the consolidation property.- Returns:
- possible object is
CTConsolidation
-
setConsolidation
Sets the value of the consolidation property.- Parameters:
value- allowed object isCTConsolidation
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
getType
Gets the value of the type property.- Returns:
- possible object is
STSourceType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isSTSourceType
-
getConnectionId
public long getConnectionId()Gets the value of the connectionId property.- Returns:
- possible object is
Long
-
setConnectionId
public void setConnectionId(java.lang.Long value)Sets the value of the connectionId property.- Parameters:
value- allowed object isLong
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-