/* * An XML document type. * Localname: oleObj * Namespace: http://schemas.openxmlformats.org/presentationml/2006/main * Java type: org.openxmlformats.schemas.presentationml.x2006.main.OleObjDocument * * Automatically generated - do not modify. */ package org.openxmlformats.schemas.presentationml.x2006.main; /** * A document containing one oleObj(@http://schemas.openxmlformats.org/presentationml/2006/main) element. * * This is a complex type. */ public interface OleObjDocument extends org.apache.xmlbeans.XmlObject { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OleObjDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("oleobj8482doctype"); /** * Gets the "oleObj" element */ org.openxmlformats.schemas.presentationml.x2006.main.CTOleObject getOleObj(); /** * Sets the "oleObj" element */ void setOleObj(org.openxmlformats.schemas.presentationml.x2006.main.CTOleObject oleObj); /** * Appends and returns a new empty "oleObj" element */ org.openxmlformats.schemas.presentationml.x2006.main.CTOleObject addNewOleObj(); /** * A factory class with static methods for creating instances * of this type. */ }