Class FixedWeekdayRelativeToFixed


  • public class FixedWeekdayRelativeToFixed
    extends Holiday

    Java class for FixedWeekdayRelativeToFixed complex type.

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

     <complexType name="FixedWeekdayRelativeToFixed">
       <complexContent>
         <extension base="{https://focus_shift.de/jollyday/schema/holiday}Holiday">
           <sequence>
             <element name="day" type="{https://focus_shift.de/jollyday/schema/holiday}Fixed"/>
           </sequence>
           <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="when" type="{https://focus_shift.de/jollyday/schema/holiday}When" />
         </extension>
       </complexContent>
     </complexType>
     
    • 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