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

org.openxmlformats.schemas.drawingml.x2006.main.impl.STCoordinate32Impl Maven / Gradle / Ivy

/*
 * XML Type:  ST_Coordinate32
 * Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
 * Java type: org.openxmlformats.schemas.drawingml.x2006.main.STCoordinate32
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.drawingml.x2006.main.impl;

import javax.xml.namespace.QName;
import org.apache.xmlbeans.QNameSet;

/**
 * An XML ST_Coordinate32(@http://schemas.openxmlformats.org/drawingml/2006/main).
 *
 * This is a union type. Instances are of one of the following types:
 *     org.openxmlformats.schemas.drawingml.x2006.main.STCoordinate32Unqualified
 *     org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STUniversalMeasure
 */
public class STCoordinate32Impl extends org.apache.xmlbeans.impl.values.XmlUnionImpl implements org.openxmlformats.schemas.drawingml.x2006.main.STCoordinate32, org.openxmlformats.schemas.drawingml.x2006.main.STCoordinate32Unqualified, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STUniversalMeasure {
    private static final long serialVersionUID = 1L;

    public STCoordinate32Impl(org.apache.xmlbeans.SchemaType sType) {
        super(sType, false);
    }

    protected STCoordinate32Impl(org.apache.xmlbeans.SchemaType sType, boolean b) {
        super(sType, b);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy