Class RelativeToWeekdayInMonth


  • public class RelativeToWeekdayInMonth
    extends Holiday

    Java class for RelativeToWeekdayInMonth complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="RelativeToWeekdayInMonth">
       <complexContent>
         <extension base="{https://focus_shift.de/jollyday/schema/holiday}Holiday">
           <sequence>
             <element name="FixedWeekday" type="{https://focus_shift.de/jollyday/schema/holiday}FixedWeekdayInMonth"/>
           </sequence>
           <attribute name="weekday" type="{https://focus_shift.de/jollyday/schema/holiday}Weekday" />
           <attribute name="when" type="{https://focus_shift.de/jollyday/schema/holiday}When" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • RelativeToWeekdayInMonth

        public RelativeToWeekdayInMonth()
    • Method Detail

      • 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