Class CTTupleCache

java.lang.Object
org.xlsx4j.sml.CTTupleCache
All Implemented Interfaces:
Child

public class CTTupleCache
extends java.lang.Object
implements Child

Java class for CT_TupleCache complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_TupleCache">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="entries" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PCDSDTCEntries" minOccurs="0"/>
         <element name="sets" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Sets" minOccurs="0"/>
         <element name="queryCache" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_QueryCache" minOccurs="0"/>
         <element name="serverFormats" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ServerFormats" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>