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