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