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

org.openxmlformats.schemas.drawingml.x2006.chart.impl.STDepthPercentImpl Maven / Gradle / Ivy

/*
 * XML Type:  ST_DepthPercent
 * Namespace: http://schemas.openxmlformats.org/drawingml/2006/chart
 * Java type: org.openxmlformats.schemas.drawingml.x2006.chart.STDepthPercent
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.drawingml.x2006.chart.impl;
/**
 * An XML ST_DepthPercent(@http://schemas.openxmlformats.org/drawingml/2006/chart).
 *
 * This is a union type. Instances are of one of the following types:
 *     org.openxmlformats.schemas.drawingml.x2006.chart.STDepthPercentWithSymbol
 *     org.openxmlformats.schemas.drawingml.x2006.chart.STDepthPercentUShort
 */
public class STDepthPercentImpl extends org.apache.xmlbeans.impl.values.XmlUnionImpl implements org.openxmlformats.schemas.drawingml.x2006.chart.STDepthPercent, org.openxmlformats.schemas.drawingml.x2006.chart.STDepthPercentWithSymbol, org.openxmlformats.schemas.drawingml.x2006.chart.STDepthPercentUShort {
    private static final long serialVersionUID = 1L;
    
    public STDepthPercentImpl(org.apache.xmlbeans.SchemaType sType) {
        super(sType, false);
    }
    
    protected STDepthPercentImpl(org.apache.xmlbeans.SchemaType sType, boolean b) {
        super(sType, b);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy