All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.schemas.office.excel.ClientDataDocument Maven / Gradle / Ivy

There is a newer version: 5.2.5
Show newest version
/*
 * An XML document type.
 * Localname: ClientData
 * Namespace: urn:schemas-microsoft-com:office:excel
 * Java type: com.microsoft.schemas.office.excel.ClientDataDocument
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.office.excel;

import org.apache.xmlbeans.impl.schema.ElementFactory;
import org.apache.xmlbeans.impl.schema.AbstractDocumentFactory;
import org.apache.xmlbeans.impl.schema.DocumentFactory;
import org.apache.xmlbeans.impl.schema.SimpleTypeFactory;


/**
 * A document containing one ClientData(@urn:schemas-microsoft-com:office:excel) element.
 *
 * This is a complex type.
 */
public interface ClientDataDocument extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "clientdata1847doctype");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets the "ClientData" element
     */
    com.microsoft.schemas.office.excel.CTClientData getClientData();

    /**
     * Sets the "ClientData" element
     */
    void setClientData(com.microsoft.schemas.office.excel.CTClientData clientData);

    /**
     * Appends and returns a new empty "ClientData" element
     */
    com.microsoft.schemas.office.excel.CTClientData addNewClientData();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy