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

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

/*
 * XML Type:  ST_AdjCoordinate
 * Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
 * Java type: org.openxmlformats.schemas.drawingml.x2006.main.STAdjCoordinate
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.drawingml.x2006.main.impl;
/**
 * An XML ST_AdjCoordinate(@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.STCoordinate
 *     org.openxmlformats.schemas.drawingml.x2006.main.STGeomGuideName
 */
public class STAdjCoordinateImpl extends org.apache.xmlbeans.impl.values.XmlUnionImpl implements org.openxmlformats.schemas.drawingml.x2006.main.STAdjCoordinate, org.openxmlformats.schemas.drawingml.x2006.main.STCoordinate, org.openxmlformats.schemas.drawingml.x2006.main.STGeomGuideName
{
    private static final long serialVersionUID = 1L;
    
    public STAdjCoordinateImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType, false);
    }
    
    protected STAdjCoordinateImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
    {
        super(sType, b);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy