Package net.sf.saxon.value
Class GDateValue.MutableGDateValue
- java.lang.Object
-
- net.sf.saxon.value.GDateValue.MutableGDateValue
-
- Enclosing class:
- GDateValue
protected static class GDateValue.MutableGDateValue extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description byte
day
ValidationFailure
error
boolean
hasNoYearZero
byte
month
AtomicType
typeLabel
int
tzMinutes
int
year
-
Constructor Summary
Constructors Constructor Description MutableGDateValue()
MutableGDateValue(int year, int month, int day, boolean hasNoYearZero, int tzMinutes, AtomicType typeLabel)
-
-
-
Field Detail
-
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 Detail
-
MutableGDateValue
public MutableGDateValue()
-
MutableGDateValue
public MutableGDateValue(int year, int month, int day, boolean hasNoYearZero, int tzMinutes, AtomicType typeLabel)
-
-