Interface XmlGYear

    • Field Detail

    • Method Detail

      • getCalendarValue

        java.util.Calendar getCalendarValue()
        Returns this value as a Calendar
      • setCalendarValue

        void setCalendarValue​(java.util.Calendar c)
        Sets this value as a Calendar
      • getGDateValue

        GDate getGDateValue()
        Returns this value as a GDate
      • getIntValue

        int getIntValue()
        Returns this value as an int from 1-31
      • setIntValue

        void setIntValue​(int v)
        Sets this value as an int from 1-31
      • calendarValue

        java.util.Calendar calendarValue()
        Deprecated.
        replaced with getCalendarValue()
        Returns this value as a Calendar
      • intValue

        int intValue()
        Deprecated.
        replaced with getIntValue()
        Returns this value as an int from 1-31
      • set

        void set​(int v)
        Deprecated.
        replaced with setIntValue(int)
        Sets this value as an int from 1-31