Interface CTRangePr
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTRangePr extends XmlObject
An XML CT_RangePr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTRangePr.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 boolean
getAutoEnd()
Gets the "autoEnd" attributeboolean
getAutoStart()
Gets the "autoStart" attributejava.util.Calendar
getEndDate()
Gets the "endDate" attributedouble
getEndNum()
Gets the "endNum" attributeSTGroupBy.Enum
getGroupBy()
Gets the "groupBy" attributedouble
getGroupInterval()
Gets the "groupInterval" attributejava.util.Calendar
getStartDate()
Gets the "startDate" attributedouble
getStartNum()
Gets the "startNum" attributeboolean
isSetAutoEnd()
True if has "autoEnd" attributeboolean
isSetAutoStart()
True if has "autoStart" attributeboolean
isSetEndDate()
True if has "endDate" attributeboolean
isSetEndNum()
True if has "endNum" attributeboolean
isSetGroupBy()
True if has "groupBy" attributeboolean
isSetGroupInterval()
True if has "groupInterval" attributeboolean
isSetStartDate()
True if has "startDate" attributeboolean
isSetStartNum()
True if has "startNum" attributevoid
setAutoEnd(boolean autoEnd)
Sets the "autoEnd" attributevoid
setAutoStart(boolean autoStart)
Sets the "autoStart" attributevoid
setEndDate(java.util.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(java.util.Calendar startDate)
Sets the "startDate" attributevoid
setStartNum(double startNum)
Sets the "startNum" attributevoid
unsetAutoEnd()
Unsets the "autoEnd" attributevoid
unsetAutoStart()
Unsets the "autoStart" attributevoid
unsetEndDate()
Unsets the "endDate" attributevoid
unsetEndNum()
Unsets the "endNum" attributevoid
unsetGroupBy()
Unsets the "groupBy" attributevoid
unsetGroupInterval()
Unsets the "groupInterval" attributevoid
unsetStartDate()
Unsets the "startDate" attributevoid
unsetStartNum()
Unsets the "startNum" attributeXmlBoolean
xgetAutoEnd()
Gets (as xml) the "autoEnd" attributeXmlBoolean
xgetAutoStart()
Gets (as xml) the "autoStart" attributeXmlDateTime
xgetEndDate()
Gets (as xml) the "endDate" attributeXmlDouble
xgetEndNum()
Gets (as xml) the "endNum" attributeSTGroupBy
xgetGroupBy()
Gets (as xml) the "groupBy" attributeXmlDouble
xgetGroupInterval()
Gets (as xml) the "groupInterval" attributeXmlDateTime
xgetStartDate()
Gets (as xml) the "startDate" attributeXmlDouble
xgetStartNum()
Gets (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" 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
-
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
void xsetAutoStart(XmlBoolean autoStart)
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
void xsetAutoEnd(XmlBoolean autoEnd)
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
void setGroupBy(STGroupBy.Enum groupBy)
Sets the "groupBy" attribute
-
xsetGroupBy
void xsetGroupBy(STGroupBy groupBy)
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
void xsetStartNum(XmlDouble startNum)
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
void xsetEndNum(XmlDouble endNum)
Sets (as xml) the "endNum" attribute
-
unsetEndNum
void unsetEndNum()
Unsets the "endNum" attribute
-
getStartDate
java.util.Calendar getStartDate()
Gets the "startDate" attribute
-
xgetStartDate
XmlDateTime xgetStartDate()
Gets (as xml) the "startDate" attribute
-
isSetStartDate
boolean isSetStartDate()
True if has "startDate" attribute
-
setStartDate
void setStartDate(java.util.Calendar startDate)
Sets the "startDate" attribute
-
xsetStartDate
void xsetStartDate(XmlDateTime startDate)
Sets (as xml) the "startDate" attribute
-
unsetStartDate
void unsetStartDate()
Unsets the "startDate" attribute
-
getEndDate
java.util.Calendar getEndDate()
Gets the "endDate" attribute
-
xgetEndDate
XmlDateTime xgetEndDate()
Gets (as xml) the "endDate" attribute
-
isSetEndDate
boolean isSetEndDate()
True if has "endDate" attribute
-
setEndDate
void setEndDate(java.util.Calendar endDate)
Sets the "endDate" attribute
-
xsetEndDate
void xsetEndDate(XmlDateTime endDate)
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
void xsetGroupInterval(XmlDouble groupInterval)
Sets (as xml) the "groupInterval" attribute
-
unsetGroupInterval
void unsetGroupInterval()
Unsets the "groupInterval" attribute
-
-