Class 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>
     
    • Field Detail

      • which

        protected Which which
      • weekday

        protected Weekday weekday
      • month

        protected Month month
    • Constructor Detail

      • FixedWeekdayInMonth

        public FixedWeekdayInMonth()
    • 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 is Which
      • 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 is Weekday
      • getMonth

        public Month getMonth()
        Gets the value of the month property.
        Returns:
        possible object is Month
      • setMonth

        public void setMonth​(Month value)
        Sets the value of the month property.
        Parameters:
        value - allowed object is Month