Class RelativeToFixed


  • public class RelativeToFixed
    extends Holiday

    Java class for RelativeToFixed complex type.

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

     <complexType name="RelativeToFixed">
       <complexContent>
         <extension base="{https://focus_shift.de/jollyday/schema/holiday}Holiday">
           <sequence>
             <choice>
               <element name="Days" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
               <element name="Weekday" type="{https://focus_shift.de/jollyday/schema/holiday}Weekday" minOccurs="0"/>
             </choice>
             <element name="When" type="{https://focus_shift.de/jollyday/schema/holiday}When"/>
             <element name="Date" type="{https://focus_shift.de/jollyday/schema/holiday}Fixed"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • 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