Package net.sf.saxon.value
Class GDateValue.MutableGDateValue
java.lang.Object
net.sf.saxon.value.GDateValue.MutableGDateValue
- Enclosing class:
- GDateValue
- 
Field SummaryFieldsModifier and TypeFieldDescriptionbytebooleanbyteintint
- 
Constructor SummaryConstructorsConstructorDescriptionMutableGDateValue(int year, int month, int day, boolean hasNoYearZero, int tzMinutes, AtomicType typeLabel) 
- 
Method Summary
- 
Field Details- 
yearpublic int year
- 
monthpublic byte month
- 
daypublic byte day
- 
hasNoYearZeropublic boolean hasNoYearZero
- 
tzMinutespublic int tzMinutes
- 
typeLabel
- 
error
 
- 
- 
Constructor Details- 
MutableGDateValuepublic MutableGDateValue()
- 
MutableGDateValuepublic MutableGDateValue(int year, int month, int day, boolean hasNoYearZero, int tzMinutes, AtomicType typeLabel) 
 
-