/* * XML Type: ST_TransitionEightDirectionType * Namespace: http://schemas.openxmlformats.org/presentationml/2006/main * Java type: org.openxmlformats.schemas.presentationml.x2006.main.STTransitionEightDirectionType * * Automatically generated - do not modify. */ package org.openxmlformats.schemas.presentationml.x2006.main; /** * An XML ST_TransitionEightDirectionType(@http://schemas.openxmlformats.org/presentationml/2006/main). * * This is a union type. Instances are of one of the following types: * org.openxmlformats.schemas.presentationml.x2006.main.STTransitionSideDirectionType * org.openxmlformats.schemas.presentationml.x2006.main.STTransitionCornerDirectionType */ public interface STTransitionEightDirectionType 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(STTransitionEightDirectionType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("sttransitioneightdirectiontype8576type"); /** * A factory class with static methods for creating instances * of this type. */ }