Interface XmlDate

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

public interface XmlDate extends XmlAnySimpleType
Corresponds to the XML Schema xs:date type.

Convertible to Calendar, Date, and GDate.

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
    • getDateValue

      Date getDateValue()
      Returns this value as a Date
    • setDateValue

      void setDateValue(Date d)
      Sets this value as a Date