Module de.focus_shift.jollyday.jaxb
Class FixedWeekdayInMonth
- java.lang.Object
-
- de.focus_shift.jollyday.jaxb.mapping.Holiday
-
- de.focus_shift.jollyday.jaxb.mapping.FixedWeekdayInMonth
-
public class FixedWeekdayInMonth extends Holiday
Java class for FixedWeekdayInMonth complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FixedWeekdayInMonth"> <complexContent> <extension base="{https://focus_shift.de/jollyday/schema/holiday}Holiday"> <attribute name="which" type="{https://focus_shift.de/jollyday/schema/holiday}Which" /> <attribute name="weekday" type="{https://focus_shift.de/jollyday/schema/holiday}Weekday" /> <attribute name="month" type="{https://focus_shift.de/jollyday/schema/holiday}Month" /> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description FixedWeekdayInMonth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MonthgetMonth()Gets the value of the month property.WeekdaygetWeekday()Gets the value of the weekday property.WhichgetWhich()Gets the value of the which property.voidsetMonth(Month value)Sets the value of the month property.voidsetWeekday(Weekday value)Sets the value of the weekday property.voidsetWhich(Which value)Sets the value of the which property.-
Methods inherited from class de.focus_shift.jollyday.jaxb.mapping.Holiday
getDescriptionPropertiesKey, getEvery, getLocalizedType, getValidFrom, getValidTo, setDescriptionPropertiesKey, setEvery, setLocalizedType, setValidFrom, setValidTo
-
-
-
-
Method Detail
-
getWhich
public Which getWhich()
Gets the value of the which property.- Returns:
- possible object is
Which
-
setWhich
public void setWhich(Which value)
Sets the value of the which property.- Parameters:
value- allowed object isWhich
-
getWeekday
public Weekday getWeekday()
Gets the value of the weekday property.- Returns:
- possible object is
Weekday
-
setWeekday
public void setWeekday(Weekday value)
Sets the value of the weekday property.- Parameters:
value- allowed object isWeekday
-
getMonth
public Month getMonth()
Gets the value of the month property.- Returns:
- possible object is
Month
-
-