Interface CTRangePr
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_RangePr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the "autoEnd" attributeboolean
Gets the "autoStart" attributeGets the "endDate" attributedouble
Gets the "endNum" attributeGets the "groupBy" attributedouble
Gets the "groupInterval" attributeGets the "startDate" attributedouble
Gets the "startNum" attributeboolean
True if has "autoEnd" attributeboolean
True if has "autoStart" attributeboolean
True if has "endDate" attributeboolean
True if has "endNum" attributeboolean
True if has "groupBy" attributeboolean
True if has "groupInterval" attributeboolean
True if has "startDate" attributeboolean
True if has "startNum" attributevoid
setAutoEnd
(boolean autoEnd) Sets the "autoEnd" attributevoid
setAutoStart
(boolean autoStart) Sets the "autoStart" attributevoid
setEndDate
(Calendar endDate) Sets the "endDate" attributevoid
setEndNum
(double endNum) Sets the "endNum" attributevoid
setGroupBy
(STGroupBy.Enum groupBy) Sets the "groupBy" attributevoid
setGroupInterval
(double groupInterval) Sets the "groupInterval" attributevoid
setStartDate
(Calendar startDate) Sets the "startDate" attributevoid
setStartNum
(double startNum) Sets the "startNum" attributevoid
Unsets the "autoEnd" attributevoid
Unsets the "autoStart" attributevoid
Unsets the "endDate" attributevoid
Unsets the "endNum" attributevoid
Unsets the "groupBy" attributevoid
Unsets the "groupInterval" attributevoid
Unsets the "startDate" attributevoid
Unsets the "startNum" attributeGets (as xml) the "autoEnd" attributeGets (as xml) the "autoStart" attributeGets (as xml) the "endDate" attributeGets (as xml) the "endNum" attributeGets (as xml) the "groupBy" attributeGets (as xml) the "groupInterval" attributeGets (as xml) the "startDate" attributeGets (as xml) the "startNum" attributevoid
xsetAutoEnd
(XmlBoolean autoEnd) Sets (as xml) the "autoEnd" attributevoid
xsetAutoStart
(XmlBoolean autoStart) Sets (as xml) the "autoStart" attributevoid
xsetEndDate
(XmlDateTime endDate) Sets (as xml) the "endDate" attributevoid
xsetEndNum
(XmlDouble endNum) Sets (as xml) the "endNum" attributevoid
xsetGroupBy
(STGroupBy groupBy) Sets (as xml) the "groupBy" attributevoid
xsetGroupInterval
(XmlDouble groupInterval) Sets (as xml) the "groupInterval" attributevoid
xsetStartDate
(XmlDateTime startDate) Sets (as xml) the "startDate" attributevoid
xsetStartNum
(XmlDouble startNum) Sets (as xml) the "startNum" attributeMethods 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getAutoStart
boolean getAutoStart()Gets the "autoStart" attribute -
xgetAutoStart
XmlBoolean xgetAutoStart()Gets (as xml) the "autoStart" attribute -
isSetAutoStart
boolean isSetAutoStart()True if has "autoStart" attribute -
setAutoStart
void setAutoStart(boolean autoStart) Sets the "autoStart" attribute -
xsetAutoStart
Sets (as xml) the "autoStart" attribute -
unsetAutoStart
void unsetAutoStart()Unsets the "autoStart" attribute -
getAutoEnd
boolean getAutoEnd()Gets the "autoEnd" attribute -
xgetAutoEnd
XmlBoolean xgetAutoEnd()Gets (as xml) the "autoEnd" attribute -
isSetAutoEnd
boolean isSetAutoEnd()True if has "autoEnd" attribute -
setAutoEnd
void setAutoEnd(boolean autoEnd) Sets the "autoEnd" attribute -
xsetAutoEnd
Sets (as xml) the "autoEnd" attribute -
unsetAutoEnd
void unsetAutoEnd()Unsets the "autoEnd" attribute -
getGroupBy
STGroupBy.Enum getGroupBy()Gets the "groupBy" attribute -
xgetGroupBy
STGroupBy xgetGroupBy()Gets (as xml) the "groupBy" attribute -
isSetGroupBy
boolean isSetGroupBy()True if has "groupBy" attribute -
setGroupBy
Sets the "groupBy" attribute -
xsetGroupBy
Sets (as xml) the "groupBy" attribute -
unsetGroupBy
void unsetGroupBy()Unsets the "groupBy" attribute -
getStartNum
double getStartNum()Gets the "startNum" attribute -
xgetStartNum
XmlDouble xgetStartNum()Gets (as xml) the "startNum" attribute -
isSetStartNum
boolean isSetStartNum()True if has "startNum" attribute -
setStartNum
void setStartNum(double startNum) Sets the "startNum" attribute -
xsetStartNum
Sets (as xml) the "startNum" attribute -
unsetStartNum
void unsetStartNum()Unsets the "startNum" attribute -
getEndNum
double getEndNum()Gets the "endNum" attribute -
xgetEndNum
XmlDouble xgetEndNum()Gets (as xml) the "endNum" attribute -
isSetEndNum
boolean isSetEndNum()True if has "endNum" attribute -
setEndNum
void setEndNum(double endNum) Sets the "endNum" attribute -
xsetEndNum
Sets (as xml) the "endNum" attribute -
unsetEndNum
void unsetEndNum()Unsets the "endNum" attribute -
getStartDate
Calendar getStartDate()Gets the "startDate" attribute -
xgetStartDate
XmlDateTime xgetStartDate()Gets (as xml) the "startDate" attribute -
isSetStartDate
boolean isSetStartDate()True if has "startDate" attribute -
setStartDate
Sets the "startDate" attribute -
xsetStartDate
Sets (as xml) the "startDate" attribute -
unsetStartDate
void unsetStartDate()Unsets the "startDate" attribute -
getEndDate
Calendar getEndDate()Gets the "endDate" attribute -
xgetEndDate
XmlDateTime xgetEndDate()Gets (as xml) the "endDate" attribute -
isSetEndDate
boolean isSetEndDate()True if has "endDate" attribute -
setEndDate
Sets the "endDate" attribute -
xsetEndDate
Sets (as xml) the "endDate" attribute -
unsetEndDate
void unsetEndDate()Unsets the "endDate" attribute -
getGroupInterval
double getGroupInterval()Gets the "groupInterval" attribute -
xgetGroupInterval
XmlDouble xgetGroupInterval()Gets (as xml) the "groupInterval" attribute -
isSetGroupInterval
boolean isSetGroupInterval()True if has "groupInterval" attribute -
setGroupInterval
void setGroupInterval(double groupInterval) Sets the "groupInterval" attribute -
xsetGroupInterval
Sets (as xml) the "groupInterval" attribute -
unsetGroupInterval
void unsetGroupInterval()Unsets the "groupInterval" attribute
-