Class FixedWeekdayBetweenFixed


  • public class FixedWeekdayBetweenFixed
    extends Holiday

    Java class for FixedWeekdayBetweenFixed complex type.

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

     <complexType name="FixedWeekdayBetweenFixed">
       <complexContent>
         <extension base="{https://focus_shift.de/jollyday/schema/holiday}Holiday">
           <sequence>
             <element name="from" type="{https://focus_shift.de/jollyday/schema/holiday}Fixed"/>
             <element name="to" type="{https://focus_shift.de/jollyday/schema/holiday}Fixed"/>
           </sequence>
           <attribute name="weekday" type="{https://focus_shift.de/jollyday/schema/holiday}Weekday" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • FixedWeekdayBetweenFixed

        public FixedWeekdayBetweenFixed()
    • Method Detail

      • getFrom

        public Fixed getFrom()
        Gets the value of the from property.
        Returns:
        possible object is Fixed
      • setFrom

        public void setFrom​(Fixed value)
        Sets the value of the from property.
        Parameters:
        value - allowed object is Fixed
      • getTo

        public Fixed getTo()
        Gets the value of the to property.
        Returns:
        possible object is Fixed
      • setTo

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