/* * XML Type: CT_SlideLayoutIdListEntry * Namespace: http://schemas.openxmlformats.org/presentationml/2006/main * Java type: org.openxmlformats.schemas.presentationml.x2006.main.CTSlideLayoutIdListEntry * * Automatically generated - do not modify. */ package org.openxmlformats.schemas.presentationml.x2006.main; /** * An XML CT_SlideLayoutIdListEntry(@http://schemas.openxmlformats.org/presentationml/2006/main). * * This is a complex type. */ public interface CTSlideLayoutIdListEntry extends org.apache.xmlbeans.XmlObject { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTSlideLayoutIdListEntry.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctslidelayoutidlistentry8947type"); /** * Gets the "extLst" element */ org.openxmlformats.schemas.presentationml.x2006.main.CTExtensionList getExtLst(); /** * True if has "extLst" element */ boolean isSetExtLst(); /** * Sets the "extLst" element */ void setExtLst(org.openxmlformats.schemas.presentationml.x2006.main.CTExtensionList extLst); /** * Appends and returns a new empty "extLst" element */ org.openxmlformats.schemas.presentationml.x2006.main.CTExtensionList addNewExtLst(); /** * Unsets the "extLst" element */ void unsetExtLst(); /** * Gets the "id" attribute */ long getId(); /** * Gets (as xml) the "id" attribute */ org.openxmlformats.schemas.presentationml.x2006.main.STSlideLayoutId xgetId(); /** * True if has "id" attribute */ boolean isSetId(); /** * Sets the "id" attribute */ void setId(long id); /** * Sets (as xml) the "id" attribute */ void xsetId(org.openxmlformats.schemas.presentationml.x2006.main.STSlideLayoutId id); /** * Unsets the "id" attribute */ void unsetId(); /** * Gets the "id" attribute */ java.lang.String getId2(); /** * Gets (as xml) the "id" attribute */ org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId xgetId2(); /** * Sets the "id" attribute */ void setId2(java.lang.String id2); /** * Sets (as xml) the "id" attribute */ void xsetId2(org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId id2); /** * A factory class with static methods for creating instances * of this type. */ }