Class FixedWeekdayRelativeToFixed


  • public class FixedWeekdayRelativeToFixed
    extends Holiday
    • Constructor Detail

      • FixedWeekdayRelativeToFixed

        public FixedWeekdayRelativeToFixed()
    • Method Detail

      • getDay

        public Fixed getDay()
        Gets the value of the day property.
        Returns:
        possible object is Fixed
      • setDay

        public void setDay​(Fixed value)
        Sets the value of the day property.
        Parameters:
        value - allowed object is Fixed
      • 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
      • getWhen

        public When getWhen()
        Gets the value of the when property.
        Returns:
        possible object is When
      • setWhen

        public void setWhen​(When value)
        Sets the value of the when property.
        Parameters:
        value - allowed object is When