Class Holidays


  • public class Holidays
    extends Object

    Java class for Holidays complex type.

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

     <complexType name="Holidays">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Fixed" type="{https://focus_shift.de/jollyday/schema/holiday}Fixed" maxOccurs="unbounded" minOccurs="0"/>
             <element name="RelativeToFixed" type="{https://focus_shift.de/jollyday/schema/holiday}RelativeToFixed" maxOccurs="unbounded" minOccurs="0"/>
             <element name="RelativeToWeekdayInMonth" type="{https://focus_shift.de/jollyday/schema/holiday}RelativeToWeekdayInMonth" maxOccurs="unbounded" minOccurs="0"/>
             <element name="FixedWeekday" type="{https://focus_shift.de/jollyday/schema/holiday}FixedWeekdayInMonth" maxOccurs="unbounded" minOccurs="0"/>
             <element name="ChristianHoliday" type="{https://focus_shift.de/jollyday/schema/holiday}ChristianHoliday" maxOccurs="unbounded" minOccurs="0"/>
             <element name="IslamicHoliday" type="{https://focus_shift.de/jollyday/schema/holiday}IslamicHoliday" maxOccurs="unbounded" minOccurs="0"/>
             <element name="FixedWeekdayBetweenFixed" type="{https://focus_shift.de/jollyday/schema/holiday}FixedWeekdayBetweenFixed" maxOccurs="unbounded" minOccurs="0"/>
             <element name="FixedWeekdayRelativeToFixed" type="{https://focus_shift.de/jollyday/schema/holiday}FixedWeekdayRelativeToFixed" maxOccurs="unbounded" minOccurs="0"/>
             <element name="EthiopianOrthodoxHoliday" type="{https://focus_shift.de/jollyday/schema/holiday}EthiopianOrthodoxHoliday" maxOccurs="unbounded" minOccurs="0"/>
             <element name="RelativeToEasterSunday" type="{https://focus_shift.de/jollyday/schema/holiday}RelativeToEasterSunday" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Holidays

        public Holidays()
    • Method Detail

      • getFixed

        public List<Fixed> getFixed()
        Gets the value of the fixed property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the fixed property.

        For example, to add a new item, do as follows:

            getFixed().add(newItem);
         

        Objects of the following type(s) are allowed in the list Fixed

      • getRelativeToFixed

        public List<RelativeToFixed> getRelativeToFixed()
        Gets the value of the relativeToFixed property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the relativeToFixed property.

        For example, to add a new item, do as follows:

            getRelativeToFixed().add(newItem);
         

        Objects of the following type(s) are allowed in the list RelativeToFixed

      • getRelativeToWeekdayInMonth

        public List<RelativeToWeekdayInMonth> getRelativeToWeekdayInMonth()
        Gets the value of the relativeToWeekdayInMonth property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the relativeToWeekdayInMonth property.

        For example, to add a new item, do as follows:

            getRelativeToWeekdayInMonth().add(newItem);
         

        Objects of the following type(s) are allowed in the list RelativeToWeekdayInMonth

      • getFixedWeekday

        public List<FixedWeekdayInMonth> getFixedWeekday()
        Gets the value of the fixedWeekday property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the fixedWeekday property.

        For example, to add a new item, do as follows:

            getFixedWeekday().add(newItem);
         

        Objects of the following type(s) are allowed in the list FixedWeekdayInMonth

      • getChristianHoliday

        public List<ChristianHoliday> getChristianHoliday()
        Gets the value of the christianHoliday property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the christianHoliday property.

        For example, to add a new item, do as follows:

            getChristianHoliday().add(newItem);
         

        Objects of the following type(s) are allowed in the list ChristianHoliday

      • getIslamicHoliday

        public List<IslamicHoliday> getIslamicHoliday()
        Gets the value of the islamicHoliday property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the islamicHoliday property.

        For example, to add a new item, do as follows:

            getIslamicHoliday().add(newItem);
         

        Objects of the following type(s) are allowed in the list IslamicHoliday

      • getFixedWeekdayBetweenFixed

        public List<FixedWeekdayBetweenFixed> getFixedWeekdayBetweenFixed()
        Gets the value of the fixedWeekdayBetweenFixed property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the fixedWeekdayBetweenFixed property.

        For example, to add a new item, do as follows:

            getFixedWeekdayBetweenFixed().add(newItem);
         

        Objects of the following type(s) are allowed in the list FixedWeekdayBetweenFixed

      • getFixedWeekdayRelativeToFixed

        public List<FixedWeekdayRelativeToFixed> getFixedWeekdayRelativeToFixed()
        Gets the value of the fixedWeekdayRelativeToFixed property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the fixedWeekdayRelativeToFixed property.

        For example, to add a new item, do as follows:

            getFixedWeekdayRelativeToFixed().add(newItem);
         

        Objects of the following type(s) are allowed in the list FixedWeekdayRelativeToFixed

      • getEthiopianOrthodoxHoliday

        public List<EthiopianOrthodoxHoliday> getEthiopianOrthodoxHoliday()
        Gets the value of the ethiopianOrthodoxHoliday property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the ethiopianOrthodoxHoliday property.

        For example, to add a new item, do as follows:

            getEthiopianOrthodoxHoliday().add(newItem);
         

        Objects of the following type(s) are allowed in the list EthiopianOrthodoxHoliday

      • getRelativeToEasterSunday

        public List<RelativeToEasterSunday> getRelativeToEasterSunday()
        Gets the value of the relativeToEasterSunday property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the relativeToEasterSunday property.

        For example, to add a new item, do as follows:

            getRelativeToEasterSunday().add(newItem);
         

        Objects of the following type(s) are allowed in the list RelativeToEasterSunday