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