Class GDateValue.MutableGDateValue

java.lang.Object
net.sf.saxon.value.GDateValue.MutableGDateValue
Enclosing class:
GDateValue

protected static class GDateValue.MutableGDateValue extends Object
  • Field Details

    • year

      public int year
    • month

      public byte month
    • day

      public byte day
    • hasNoYearZero

      public boolean hasNoYearZero
    • tzMinutes

      public int tzMinutes
    • typeLabel

      public AtomicType typeLabel
    • error

      public ValidationFailure error
  • Constructor Details

    • MutableGDateValue

      public MutableGDateValue()
    • MutableGDateValue

      public MutableGDateValue(int year, int month, int day, boolean hasNoYearZero, int tzMinutes, AtomicType typeLabel)