Class GYearMonthValue

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

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

    • GYearMonthValue

      public GYearMonthValue()
    • GYearMonthValue

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

      public GYearMonthValue(int year, byte month, int tz)
  • Method Details