Class GMonthDayValue

All Implemented Interfaces:
Serializable, Comparable, Expression, Item, ValueRepresentation

public class GMonthDayValue extends DateValue
Implementation of the xs:gYear data type
See Also:
  • Constructor Details

    • GMonthDayValue

      public GMonthDayValue()
    • GMonthDayValue

      public GMonthDayValue(CharSequence value) throws XPathException
      Throws:
      XPathException
    • GMonthDayValue

      public GMonthDayValue(byte month, byte day, int tz)
  • Method Details