/* * XML Type: CT_IndexRange * Namespace: http://schemas.openxmlformats.org/presentationml/2006/main * Java type: org.openxmlformats.schemas.presentationml.x2006.main.CTIndexRange * * Automatically generated - do not modify. */ package org.openxmlformats.schemas.presentationml.x2006.main; /** * An XML CT_IndexRange(@http://schemas.openxmlformats.org/presentationml/2006/main). * * This is a complex type. */ public interface CTIndexRange extends org.apache.xmlbeans.XmlObject { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTIndexRange.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctindexrangeda7atype"); /** * Gets the "st" attribute */ long getSt(); /** * Gets (as xml) the "st" attribute */ org.openxmlformats.schemas.presentationml.x2006.main.STIndex xgetSt(); /** * Sets the "st" attribute */ void setSt(long st); /** * Sets (as xml) the "st" attribute */ void xsetSt(org.openxmlformats.schemas.presentationml.x2006.main.STIndex st); /** * Gets the "end" attribute */ long getEnd(); /** * Gets (as xml) the "end" attribute */ org.openxmlformats.schemas.presentationml.x2006.main.STIndex xgetEnd(); /** * Sets the "end" attribute */ void setEnd(long end); /** * Sets (as xml) the "end" attribute */ void xsetEnd(org.openxmlformats.schemas.presentationml.x2006.main.STIndex end); /** * A factory class with static methods for creating instances * of this type. */ }