Interface CTDateGroupItem
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_DateGroupItem(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTDateGroupItem> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "dateTimeGrouping" attributeintgetDay()Gets the "day" attributeintgetHour()Gets the "hour" attributeintGets the "minute" attributeintgetMonth()Gets the "month" attributeintGets the "second" attributeintgetYear()Gets the "year" attributebooleanisSetDay()True if has "day" attributebooleanTrue if has "hour" attributebooleanTrue if has "minute" attributebooleanTrue if has "month" attributebooleanTrue if has "second" attributevoidsetDateTimeGrouping(STDateTimeGrouping.Enum dateTimeGrouping) Sets the "dateTimeGrouping" attributevoidsetDay(int day) Sets the "day" attributevoidsetHour(int hour) Sets the "hour" attributevoidsetMinute(int minute) Sets the "minute" attributevoidsetMonth(int month) Sets the "month" attributevoidsetSecond(int second) Sets the "second" attributevoidsetYear(int year) Sets the "year" attributevoidunsetDay()Unsets the "day" attributevoidUnsets the "hour" attributevoidUnsets the "minute" attributevoidUnsets the "month" attributevoidUnsets the "second" attributeGets (as xml) the "dateTimeGrouping" attributexgetDay()Gets (as xml) the "day" attributexgetHour()Gets (as xml) the "hour" attributeGets (as xml) the "minute" attributeGets (as xml) the "month" attributeGets (as xml) the "second" attributexgetYear()Gets (as xml) the "year" attributevoidxsetDateTimeGrouping(STDateTimeGrouping dateTimeGrouping) Sets (as xml) the "dateTimeGrouping" attributevoidxsetDay(XmlUnsignedShort day) Sets (as xml) the "day" attributevoidxsetHour(XmlUnsignedShort hour) Sets (as xml) the "hour" attributevoidxsetMinute(XmlUnsignedShort minute) Sets (as xml) the "minute" attributevoidxsetMonth(XmlUnsignedShort month) Sets (as xml) the "month" attributevoidxsetSecond(XmlUnsignedShort second) Sets (as xml) the "second" attributevoidxsetYear(XmlUnsignedShort year) Sets (as xml) the "year" 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
-
getYear
int getYear()Gets the "year" attribute -
xgetYear
XmlUnsignedShort xgetYear()Gets (as xml) the "year" attribute -
setYear
void setYear(int year) Sets the "year" attribute -
xsetYear
Sets (as xml) the "year" attribute -
getMonth
int getMonth()Gets the "month" attribute -
xgetMonth
XmlUnsignedShort xgetMonth()Gets (as xml) the "month" attribute -
isSetMonth
boolean isSetMonth()True if has "month" attribute -
setMonth
void setMonth(int month) Sets the "month" attribute -
xsetMonth
Sets (as xml) the "month" attribute -
unsetMonth
void unsetMonth()Unsets the "month" attribute -
getDay
int getDay()Gets the "day" attribute -
xgetDay
XmlUnsignedShort xgetDay()Gets (as xml) the "day" attribute -
isSetDay
boolean isSetDay()True if has "day" attribute -
setDay
void setDay(int day) Sets the "day" attribute -
xsetDay
Sets (as xml) the "day" attribute -
unsetDay
void unsetDay()Unsets the "day" attribute -
getHour
int getHour()Gets the "hour" attribute -
xgetHour
XmlUnsignedShort xgetHour()Gets (as xml) the "hour" attribute -
isSetHour
boolean isSetHour()True if has "hour" attribute -
setHour
void setHour(int hour) Sets the "hour" attribute -
xsetHour
Sets (as xml) the "hour" attribute -
unsetHour
void unsetHour()Unsets the "hour" attribute -
getMinute
int getMinute()Gets the "minute" attribute -
xgetMinute
XmlUnsignedShort xgetMinute()Gets (as xml) the "minute" attribute -
isSetMinute
boolean isSetMinute()True if has "minute" attribute -
setMinute
void setMinute(int minute) Sets the "minute" attribute -
xsetMinute
Sets (as xml) the "minute" attribute -
unsetMinute
void unsetMinute()Unsets the "minute" attribute -
getSecond
int getSecond()Gets the "second" attribute -
xgetSecond
XmlUnsignedShort xgetSecond()Gets (as xml) the "second" attribute -
isSetSecond
boolean isSetSecond()True if has "second" attribute -
setSecond
void setSecond(int second) Sets the "second" attribute -
xsetSecond
Sets (as xml) the "second" attribute -
unsetSecond
void unsetSecond()Unsets the "second" attribute -
getDateTimeGrouping
STDateTimeGrouping.Enum getDateTimeGrouping()Gets the "dateTimeGrouping" attribute -
xgetDateTimeGrouping
STDateTimeGrouping xgetDateTimeGrouping()Gets (as xml) the "dateTimeGrouping" attribute -
setDateTimeGrouping
Sets the "dateTimeGrouping" attribute -
xsetDateTimeGrouping
Sets (as xml) the "dateTimeGrouping" attribute
-