Class CTMetadata

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

public class CTMetadata
extends java.lang.Object
implements Child

Java class for CT_Metadata complex type.

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

 <complexType name="CT_Metadata">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="metadataTypes" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_MetadataTypes" minOccurs="0"/>
         <element name="metadataStrings" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_MetadataStrings" minOccurs="0"/>
         <element name="mdxMetadata" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_MdxMetadata" minOccurs="0"/>
         <element name="futureMetadata" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_FutureMetadata" maxOccurs="unbounded" minOccurs="0"/>
         <element name="cellMetadata" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_MetadataBlocks" minOccurs="0"/>
         <element name="valueMetadata" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_MetadataBlocks" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>