/* * XML Type: CT_Extension * Namespace: http://schemas.openxmlformats.org/presentationml/2006/main * Java type: org.openxmlformats.schemas.presentationml.x2006.main.CTExtension * * Automatically generated - do not modify. */ package org.openxmlformats.schemas.presentationml.x2006.main; /** * An XML CT_Extension(@http://schemas.openxmlformats.org/presentationml/2006/main). * * This is a complex type. */ public interface CTExtension extends org.apache.xmlbeans.XmlObject { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTExtension.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctextensionedf0type"); /** * Gets the "uri" attribute */ java.lang.String getUri(); /** * Gets (as xml) the "uri" attribute */ org.apache.xmlbeans.XmlToken xgetUri(); /** * True if has "uri" attribute */ boolean isSetUri(); /** * Sets the "uri" attribute */ void setUri(java.lang.String uri); /** * Sets (as xml) the "uri" attribute */ void xsetUri(org.apache.xmlbeans.XmlToken uri); /** * Unsets the "uri" attribute */ void unsetUri(); /** * A factory class with static methods for creating instances * of this type. */ }