Package net.sf.saxon.value
Class GDateValue.MutableGDateValue
java.lang.Object
net.sf.saxon.value.GDateValue.MutableGDateValue
- Enclosing class:
GDateValue
-
Field Summary
FieldsModifier and TypeFieldDescriptionbyte
boolean
byte
int
int
-
Constructor Summary
ConstructorsConstructorDescriptionMutableGDateValue
(int year, int month, int day, boolean hasNoYearZero, int tzMinutes, AtomicType typeLabel) -
Method Summary
-
Field Details
-
year
public int year -
month
public byte month -
day
public byte day -
hasNoYearZero
public boolean hasNoYearZero -
tzMinutes
public int tzMinutes -
typeLabel
-
error
-
-
Constructor Details
-
MutableGDateValue
public MutableGDateValue() -
MutableGDateValue
public MutableGDateValue(int year, int month, int day, boolean hasNoYearZero, int tzMinutes, AtomicType typeLabel)
-