/* * XML Type: ST_AdjAngle * Namespace: http://schemas.openxmlformats.org/drawingml/2006/main * Java type: org.openxmlformats.schemas.drawingml.x2006.main.STAdjAngle * * Automatically generated - do not modify. */ package org.openxmlformats.schemas.drawingml.x2006.main.impl; /** * An XML ST_AdjAngle(@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.STAngle * org.openxmlformats.schemas.drawingml.x2006.main.STGeomGuideName */ public class STAdjAngleImpl extends org.apache.xmlbeans.impl.values.XmlUnionImpl implements org.openxmlformats.schemas.drawingml.x2006.main.STAdjAngle, org.openxmlformats.schemas.drawingml.x2006.main.STAngle, org.openxmlformats.schemas.drawingml.x2006.main.STGeomGuideName { public STAdjAngleImpl(org.apache.xmlbeans.SchemaType sType) { super(sType, false); } protected STAdjAngleImpl(org.apache.xmlbeans.SchemaType sType, boolean b) { super(sType, b); } }