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 classCTRangePr.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 booleangetAutoEnd()Gets the "autoEnd" attributebooleangetAutoStart()Gets the "autoStart" attributejava.util.CalendargetEndDate()Gets the "endDate" attributedoublegetEndNum()Gets the "endNum" attributeSTGroupBy.EnumgetGroupBy()Gets the "groupBy" attributedoublegetGroupInterval()Gets the "groupInterval" attributejava.util.CalendargetStartDate()Gets the "startDate" attributedoublegetStartNum()Gets the "startNum" attributebooleanisSetAutoEnd()True if has "autoEnd" attributebooleanisSetAutoStart()True if has "autoStart" attributebooleanisSetEndDate()True if has "endDate" attributebooleanisSetEndNum()True if has "endNum" attributebooleanisSetGroupBy()True if has "groupBy" attributebooleanisSetGroupInterval()True if has "groupInterval" attributebooleanisSetStartDate()True if has "startDate" attributebooleanisSetStartNum()True if has "startNum" attributevoidsetAutoEnd(boolean autoEnd)Sets the "autoEnd" attributevoidsetAutoStart(boolean autoStart)Sets the "autoStart" attributevoidsetEndDate(java.util.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(java.util.Calendar startDate)Sets the "startDate" attributevoidsetStartNum(double startNum)Sets the "startNum" attributevoidunsetAutoEnd()Unsets the "autoEnd" attributevoidunsetAutoStart()Unsets the "autoStart" attributevoidunsetEndDate()Unsets the "endDate" attributevoidunsetEndNum()Unsets the "endNum" attributevoidunsetGroupBy()Unsets the "groupBy" attributevoidunsetGroupInterval()Unsets the "groupInterval" attributevoidunsetStartDate()Unsets the "startDate" attributevoidunsetStartNum()Unsets the "startNum" attributeXmlBooleanxgetAutoEnd()Gets (as xml) the "autoEnd" attributeXmlBooleanxgetAutoStart()Gets (as xml) the "autoStart" attributeXmlDateTimexgetEndDate()Gets (as xml) the "endDate" attributeXmlDoublexgetEndNum()Gets (as xml) the "endNum" attributeSTGroupByxgetGroupBy()Gets (as xml) the "groupBy" attributeXmlDoublexgetGroupInterval()Gets (as xml) the "groupInterval" attributeXmlDateTimexgetStartDate()Gets (as xml) the "startDate" attributeXmlDoublexgetStartNum()Gets (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" 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
-
-