Interface CTIndexRange
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTIndexRange extends XmlObject
An XML CT_IndexRange(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTIndexRange.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetEnd()Gets the "end" attributelonggetSt()Gets the "st" attributevoidsetEnd(long end)Sets the "end" attributevoidsetSt(long st)Sets the "st" attributeSTIndexxgetEnd()Gets (as xml) the "end" attributeSTIndexxgetSt()Gets (as xml) the "st" attributevoidxsetEnd(STIndex end)Sets (as xml) the "end" attributevoidxsetSt(STIndex st)Sets (as xml) the "st" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getSt
long getSt()
Gets the "st" attribute
-
xgetSt
STIndex xgetSt()
Gets (as xml) the "st" attribute
-
setSt
void setSt(long st)
Sets the "st" attribute
-
xsetSt
void xsetSt(STIndex st)
Sets (as xml) the "st" attribute
-
getEnd
long getEnd()
Gets the "end" attribute
-
xgetEnd
STIndex xgetEnd()
Gets (as xml) the "end" attribute
-
setEnd
void setEnd(long end)
Sets the "end" attribute
-
xsetEnd
void xsetEnd(STIndex end)
Sets (as xml) the "end" attribute
-
-