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

org.openxmlformats.schemas.drawingml.x2006.diagram.STAxisTypes Maven / Gradle / Ivy

/*
 * XML Type:  ST_AxisTypes
 * Namespace: http://schemas.openxmlformats.org/drawingml/2006/diagram
 * Java type: org.openxmlformats.schemas.drawingml.x2006.diagram.STAxisTypes
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.drawingml.x2006.diagram;

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;


/**
 * An XML ST_AxisTypes(@http://schemas.openxmlformats.org/drawingml/2006/diagram).
 *
 * This is a list type whose items are org.openxmlformats.schemas.drawingml.x2006.diagram.STAxisType.
 */
public interface STAxisTypes extends org.apache.xmlbeans.XmlAnySimpleType {
    java.util.List getListValue();
    java.util.List xgetListValue();
    void setListValue(java.util.List list);
    SimpleTypeFactory Factory = new SimpleTypeFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "staxistypes54d3type");
    org.apache.xmlbeans.SchemaType type = Factory.getType();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy