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 TypeMethodDescriptionbooleanGets the "autoEnd" attributebooleanGets the "autoStart" attributeGets the "endDate" attributedoubleGets the "endNum" attributeGets the "groupBy" attributedoubleGets the "groupInterval" attributeGets the "startDate" attributedoubleGets the "startNum" attributebooleanTrue if has "autoEnd" attributebooleanTrue if has "autoStart" attributebooleanTrue if has "endDate" attributebooleanTrue if has "endNum" attributebooleanTrue if has "groupBy" attributebooleanTrue if has "groupInterval" attributebooleanTrue if has "startDate" attributebooleanTrue if has "startNum" attributevoidsetAutoEnd(boolean autoEnd) Sets the "autoEnd" attributevoidsetAutoStart(boolean autoStart) Sets the "autoStart" attributevoidsetEndDate(Calendar endDate) Sets the "endDate" attributevoidsetEndNum(double endNum) Sets the "endNum" attributevoidsetGroupBy(STGroupBy.Enum groupBy) Sets the "groupBy" attributevoidsetGroupInterval(double groupInterval) Sets the "groupInterval" attributevoidsetStartDate(Calendar startDate) Sets the "startDate" attributevoidsetStartNum(double startNum) Sets the "startNum" attributevoidUnsets the "autoEnd" attributevoidUnsets the "autoStart" attributevoidUnsets the "endDate" attributevoidUnsets the "endNum" attributevoidUnsets the "groupBy" attributevoidUnsets the "groupInterval" attributevoidUnsets the "startDate" attributevoidUnsets 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" attributevoidxsetAutoEnd(XmlBoolean autoEnd) Sets (as xml) the "autoEnd" attributevoidxsetAutoStart(XmlBoolean autoStart) Sets (as xml) the "autoStart" attributevoidxsetEndDate(XmlDateTime endDate) Sets (as xml) the "endDate" attributevoidxsetEndNum(XmlDouble endNum) Sets (as xml) the "endNum" attributevoidxsetGroupBy(STGroupBy groupBy) Sets (as xml) the "groupBy" attributevoidxsetGroupInterval(XmlDouble groupInterval) Sets (as xml) the "groupInterval" attributevoidxsetStartDate(XmlDateTime startDate) Sets (as xml) the "startDate" attributevoidxsetStartNum(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, valueHashCodeMethods 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
-