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 classCTDateGroupItem.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 STDateTimeGrouping.EnumgetDateTimeGrouping()Gets the "dateTimeGrouping" attributeintgetDay()Gets the "day" attributeintgetHour()Gets the "hour" attributeintgetMinute()Gets the "minute" attributeintgetMonth()Gets the "month" attributeintgetSecond()Gets the "second" attributeintgetYear()Gets the "year" attributebooleanisSetDay()True if has "day" attributebooleanisSetHour()True if has "hour" attributebooleanisSetMinute()True if has "minute" attributebooleanisSetMonth()True if has "month" attributebooleanisSetSecond()True 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" attributevoidunsetHour()Unsets the "hour" attributevoidunsetMinute()Unsets the "minute" attributevoidunsetMonth()Unsets the "month" attributevoidunsetSecond()Unsets the "second" attributeSTDateTimeGroupingxgetDateTimeGrouping()Gets (as xml) the "dateTimeGrouping" attributeXmlUnsignedShortxgetDay()Gets (as xml) the "day" attributeXmlUnsignedShortxgetHour()Gets (as xml) the "hour" attributeXmlUnsignedShortxgetMinute()Gets (as xml) the "minute" attributeXmlUnsignedShortxgetMonth()Gets (as xml) the "month" attributeXmlUnsignedShortxgetSecond()Gets (as xml) the "second" attributeXmlUnsignedShortxgetYear()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" 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
-
-