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.
  • Field Details

  • 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

      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