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 class
CTIndexRange.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 long
getEnd()
Gets the "end" attributelong
getSt()
Gets the "st" attributevoid
setEnd(long end)
Sets the "end" attributevoid
setSt(long st)
Sets the "st" attributeSTIndex
xgetEnd()
Gets (as xml) the "end" attributeSTIndex
xgetSt()
Gets (as xml) the "st" attributevoid
xsetEnd(STIndex end)
Sets (as xml) the "end" attributevoid
xsetSt(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
-
-