Package net.sf.saxon.value
Class DateTimeValue.MutableDateTimeValue
- java.lang.Object
-
- net.sf.saxon.value.DateTimeValue.MutableDateTimeValue
-
- Enclosing class:
- DateTimeValue
protected static class DateTimeValue.MutableDateTimeValue extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description byte
day
boolean
hasNoYearZero
byte
hour
byte
minute
byte
month
int
nanosecond
byte
second
AtomicType
typeLabel
int
tzMinutes
int
year
-
Constructor Summary
Constructors Modifier Constructor Description protected
MutableDateTimeValue()
-
-
-
Field Detail
-
year
public int year
-
month
public byte month
-
day
public byte day
-
hour
public byte hour
-
minute
public byte minute
-
second
public byte second
-
nanosecond
public int nanosecond
-
hasNoYearZero
public boolean hasNoYearZero
-
tzMinutes
public int tzMinutes
-
typeLabel
public AtomicType typeLabel
-
-