Interface XmlGDay

All Superinterfaces:
XmlAnySimpleType, XmlObject, XmlTokenSource
All Known Implementing Classes:
XmlGDayImpl

public interface XmlGDay extends XmlAnySimpleType
Corresponds to the XML Schema xs:gDay type. A gDay specifies only a day-of-month.

Convertible to Calendar, GDate, or an int.

See Also:
  • Field Details

  • Method Details

    • getCalendarValue

      Calendar getCalendarValue()
      Returns this value as a Calendar
    • setCalendarValue

      void setCalendarValue(Calendar c)
      Sets this value as a Calendar
    • getGDateValue

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

      void setGDateValue(GDate gd)
      Sets this value as a GDateSpecification
    • 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