Interface CTDateGroupItem
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTDateGroupItem extends XmlObject
An XML CT_DateGroupItem(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTDateGroupItem.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 STDateTimeGrouping.Enum
getDateTimeGrouping()
Gets the "dateTimeGrouping" attributeint
getDay()
Gets the "day" attributeint
getHour()
Gets the "hour" attributeint
getMinute()
Gets the "minute" attributeint
getMonth()
Gets the "month" attributeint
getSecond()
Gets the "second" attributeint
getYear()
Gets the "year" attributeboolean
isSetDay()
True if has "day" attributeboolean
isSetHour()
True if has "hour" attributeboolean
isSetMinute()
True if has "minute" attributeboolean
isSetMonth()
True if has "month" attributeboolean
isSetSecond()
True if has "second" attributevoid
setDateTimeGrouping(STDateTimeGrouping.Enum dateTimeGrouping)
Sets the "dateTimeGrouping" attributevoid
setDay(int day)
Sets the "day" attributevoid
setHour(int hour)
Sets the "hour" attributevoid
setMinute(int minute)
Sets the "minute" attributevoid
setMonth(int month)
Sets the "month" attributevoid
setSecond(int second)
Sets the "second" attributevoid
setYear(int year)
Sets the "year" attributevoid
unsetDay()
Unsets the "day" attributevoid
unsetHour()
Unsets the "hour" attributevoid
unsetMinute()
Unsets the "minute" attributevoid
unsetMonth()
Unsets the "month" attributevoid
unsetSecond()
Unsets the "second" attributeSTDateTimeGrouping
xgetDateTimeGrouping()
Gets (as xml) the "dateTimeGrouping" attributeXmlUnsignedShort
xgetDay()
Gets (as xml) the "day" attributeXmlUnsignedShort
xgetHour()
Gets (as xml) the "hour" attributeXmlUnsignedShort
xgetMinute()
Gets (as xml) the "minute" attributeXmlUnsignedShort
xgetMonth()
Gets (as xml) the "month" attributeXmlUnsignedShort
xgetSecond()
Gets (as xml) the "second" attributeXmlUnsignedShort
xgetYear()
Gets (as xml) the "year" attributevoid
xsetDateTimeGrouping(STDateTimeGrouping dateTimeGrouping)
Sets (as xml) the "dateTimeGrouping" attributevoid
xsetDay(XmlUnsignedShort day)
Sets (as xml) the "day" attributevoid
xsetHour(XmlUnsignedShort hour)
Sets (as xml) the "hour" attributevoid
xsetMinute(XmlUnsignedShort minute)
Sets (as xml) the "minute" attributevoid
xsetMonth(XmlUnsignedShort month)
Sets (as xml) the "month" attributevoid
xsetSecond(XmlUnsignedShort second)
Sets (as xml) the "second" attributevoid
xsetYear(XmlUnsignedShort year)
Sets (as xml) the "year" 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
-
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
void xsetYear(XmlUnsignedShort year)
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
void xsetMonth(XmlUnsignedShort month)
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
void xsetDay(XmlUnsignedShort day)
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
void xsetHour(XmlUnsignedShort hour)
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
void xsetMinute(XmlUnsignedShort minute)
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
void xsetSecond(XmlUnsignedShort second)
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
void setDateTimeGrouping(STDateTimeGrouping.Enum dateTimeGrouping)
Sets the "dateTimeGrouping" attribute
-
xsetDateTimeGrouping
void xsetDateTimeGrouping(STDateTimeGrouping dateTimeGrouping)
Sets (as xml) the "dateTimeGrouping" attribute
-
-