Class RelativeToEasterSunday


  • public class RelativeToEasterSunday
    extends Holiday

    Java class for RelativeToEasterSunday complex type.

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

     <complexType name="RelativeToEasterSunday">
       <complexContent>
         <extension base="{https://focus_shift.de/jollyday/schema/holiday}Holiday">
           <sequence>
             <element name="chronology" type="{https://focus_shift.de/jollyday/schema/holiday}ChronologyType"/>
             <element name="days" type="{http://www.w3.org/2001/XMLSchema}int"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • days

        protected int days
    • Constructor Detail

      • RelativeToEasterSunday

        public RelativeToEasterSunday()
    • Method Detail

      • getChronology

        public ChronologyType getChronology()
        Gets the value of the chronology property.
        Returns:
        possible object is ChronologyType
      • setChronology

        public void setChronology​(ChronologyType value)
        Sets the value of the chronology property.
        Parameters:
        value - allowed object is ChronologyType
      • getDays

        public int getDays()
        Gets the value of the days property.
      • setDays

        public void setDays​(int value)
        Sets the value of the days property.