- java.lang.Object
-
- de.focus_shift.jollyday.jaxb.mapping.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ChristianHoliday>christianHolidayprotected List<EthiopianOrthodoxHoliday>ethiopianOrthodoxHolidayprotected List<Fixed>fixedprotected List<FixedWeekdayInMonth>fixedWeekdayprotected List<FixedWeekdayBetweenFixed>fixedWeekdayBetweenFixedprotected List<FixedWeekdayRelativeToFixed>fixedWeekdayRelativeToFixedprotected List<IslamicHoliday>islamicHolidayprotected List<RelativeToEasterSunday>relativeToEasterSundayprotected List<RelativeToFixed>relativeToFixedprotected List<RelativeToWeekdayInMonth>relativeToWeekdayInMonth
-
Constructor Summary
Constructors Constructor Description Holidays()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ChristianHoliday>getChristianHoliday()Gets the value of the christianHoliday property.List<EthiopianOrthodoxHoliday>getEthiopianOrthodoxHoliday()Gets the value of the ethiopianOrthodoxHoliday property.List<Fixed>getFixed()Gets the value of the fixed property.List<FixedWeekdayInMonth>getFixedWeekday()Gets the value of the fixedWeekday property.List<FixedWeekdayBetweenFixed>getFixedWeekdayBetweenFixed()Gets the value of the fixedWeekdayBetweenFixed property.List<FixedWeekdayRelativeToFixed>getFixedWeekdayRelativeToFixed()Gets the value of the fixedWeekdayRelativeToFixed property.List<IslamicHoliday>getIslamicHoliday()Gets the value of the islamicHoliday property.List<RelativeToEasterSunday>getRelativeToEasterSunday()Gets the value of the relativeToEasterSunday property.List<RelativeToFixed>getRelativeToFixed()Gets the value of the relativeToFixed property.List<RelativeToWeekdayInMonth>getRelativeToWeekdayInMonth()Gets the value of the relativeToWeekdayInMonth property.
-
-
-
Field Detail
-
relativeToFixed
protected List<RelativeToFixed> relativeToFixed
-
relativeToWeekdayInMonth
protected List<RelativeToWeekdayInMonth> relativeToWeekdayInMonth
-
fixedWeekday
protected List<FixedWeekdayInMonth> fixedWeekday
-
christianHoliday
protected List<ChristianHoliday> christianHoliday
-
islamicHoliday
protected List<IslamicHoliday> islamicHoliday
-
fixedWeekdayBetweenFixed
protected List<FixedWeekdayBetweenFixed> fixedWeekdayBetweenFixed
-
fixedWeekdayRelativeToFixed
protected List<FixedWeekdayRelativeToFixed> fixedWeekdayRelativeToFixed
-
ethiopianOrthodoxHoliday
protected List<EthiopianOrthodoxHoliday> ethiopianOrthodoxHoliday
-
relativeToEasterSunday
protected List<RelativeToEasterSunday> relativeToEasterSunday
-
-
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
setmethod 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
setmethod 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
setmethod 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
setmethod 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
setmethod 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
setmethod 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
setmethod 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
setmethod 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
setmethod 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
setmethod 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
-
-