/* * 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 { public STAdjCoordinateImpl(org.apache.xmlbeans.SchemaType sType) { super(sType, false); } protected STAdjCoordinateImpl(org.apache.xmlbeans.SchemaType sType, boolean b) { super(sType, b); } }