Class MoveableHoliday
- java.lang.Object
-
- de.focus_shift.jollyday.jackson.mapping.Holiday
-
- de.focus_shift.jollyday.jackson.mapping.MoveableHoliday
-
- Direct Known Subclasses:
ChristianHoliday,Fixed
public abstract class MoveableHoliday extends Holiday
-
-
Field Summary
Fields Modifier and Type Field Description protected List<MovingCondition>movingCondition-
Fields inherited from class de.focus_shift.jollyday.jackson.mapping.Holiday
descriptionPropertiesKey, every, localizedType, validFrom, validTo
-
-
Constructor Summary
Constructors Constructor Description MoveableHoliday()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MovingCondition>getMovingCondition()Gets the value of the movingCondition property.-
Methods inherited from class de.focus_shift.jollyday.jackson.mapping.Holiday
getDescriptionPropertiesKey, getEvery, getLocalizedType, getValidFrom, getValidTo, setDescriptionPropertiesKey, setEvery, setLocalizedType, setValidFrom, setValidTo
-
-
-
-
Field Detail
-
movingCondition
protected List<MovingCondition> movingCondition
-
-
Method Detail
-
getMovingCondition
public List<MovingCondition> getMovingCondition()
Gets the value of the movingCondition property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the movingCondition property.For example, to add a new item, do as follows:
getMovingCondition().add(newItem);Objects of the following type(s) are allowed in the list
MovingCondition
-
-