/* * 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; /** * 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 interface STAnimationChartBuildType extends org.apache.xmlbeans.XmlAnySimpleType { java.lang.Object getObjectValue(); void setObjectValue(java.lang.Object val); /** @deprecated */ java.lang.Object objectValue(); /** @deprecated */ void objectSet(java.lang.Object val); org.apache.xmlbeans.SchemaType instanceType(); public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(STAnimationChartBuildType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("stanimationchartbuildtype75cftype"); /** * A factory class with static methods for creating instances * of this type. */ }