Package org.xlsx4j.sml
Class CTCacheSource
java.lang.Object
org.xlsx4j.sml.CTCacheSource
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected Longprotected CTConsolidationprotected CTExtensionListprotected STSourceTypeprotected CTWorksheetSource -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.longGets the value of the connectionId property.Gets the value of the consolidation property.Gets the value of the extLst property.Gets the parent object in the object tree representing the unmarshalled xml document.getType()Gets the value of the type property.Gets the value of the worksheetSource property.voidsetConnectionId(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.voidvoidsetType(STSourceType value) Sets the value of the type property.voidSets the value of the worksheetSource property.
-
Field Details
-
worksheetSource
-
consolidation
-
extLst
-
type
-
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
Sets the value of the connectionId property.- Parameters:
value- allowed object isLong
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-