Uses of Class
de.focus_shift.jollyday.jaxb.mapping.FixedWeekdayInMonth
-
Packages that use FixedWeekdayInMonth Package Description de.focus_shift.jollyday.jaxb de.focus_shift.jollyday.jaxb.mapping -
-
Uses of FixedWeekdayInMonth in de.focus_shift.jollyday.jaxb
Constructors in de.focus_shift.jollyday.jaxb with parameters of type FixedWeekdayInMonth Constructor Description JaxbFixedWeekdayInMonth(FixedWeekdayInMonth fixedWeekdayInMonth) -
Uses of FixedWeekdayInMonth in de.focus_shift.jollyday.jaxb.mapping
Fields in de.focus_shift.jollyday.jaxb.mapping declared as FixedWeekdayInMonth Modifier and Type Field Description protected FixedWeekdayInMonthRelativeToWeekdayInMonth. fixedWeekdayFields in de.focus_shift.jollyday.jaxb.mapping with type parameters of type FixedWeekdayInMonth Modifier and Type Field Description protected List<FixedWeekdayInMonth>Holidays. fixedWeekdayMethods in de.focus_shift.jollyday.jaxb.mapping that return FixedWeekdayInMonth Modifier and Type Method Description FixedWeekdayInMonthObjectFactory. createFixedWeekdayInMonth()Create an instance ofFixedWeekdayInMonthFixedWeekdayInMonthRelativeToWeekdayInMonth. getFixedWeekday()Gets the value of the fixedWeekday property.Methods in de.focus_shift.jollyday.jaxb.mapping that return types with arguments of type FixedWeekdayInMonth Modifier and Type Method Description List<FixedWeekdayInMonth>Holidays. getFixedWeekday()Gets the value of the fixedWeekday property.Methods in de.focus_shift.jollyday.jaxb.mapping with parameters of type FixedWeekdayInMonth Modifier and Type Method Description voidRelativeToWeekdayInMonth. setFixedWeekday(FixedWeekdayInMonth value)Sets the value of the fixedWeekday property.
-