Class RelativeToFixed


  • public class RelativeToFixed
    extends Holiday
    • Constructor Detail

      • RelativeToFixed

        public RelativeToFixed()
    • Method Detail

      • getDays

        public Integer getDays()
        Gets the value of the days property.
        Returns:
        possible object is Integer
      • setDays

        public void setDays​(Integer value)
        Sets the value of the days property.
        Parameters:
        value - allowed object is Integer
      • 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
      • getDate

        public Fixed getDate()
        Gets the value of the date property.
        Returns:
        possible object is Fixed
      • setDate

        public void setDate​(Fixed value)
        Sets the value of the date property.
        Parameters:
        value - allowed object is Fixed