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

com.microsoft.schemas.office.office.ComplexDocument Maven / Gradle / Ivy

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

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 complex(@urn:schemas-microsoft-com:office:office) element.
 *
 * This is a complex type.
 */
public interface ComplexDocument extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "complex44d5doctype");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets the "complex" element
     */
    com.microsoft.schemas.office.office.CTComplex getComplex();

    /**
     * Sets the "complex" element
     */
    void setComplex(com.microsoft.schemas.office.office.CTComplex complex);

    /**
     * Appends and returns a new empty "complex" element
     */
    com.microsoft.schemas.office.office.CTComplex addNewComplex();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy