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="{http://www.example.org/Holiday}Fixed" maxOccurs="unbounded" minOccurs="0"/>
<element name="RelativeToFixed" type="{http://www.example.org/Holiday}RelativeToFixed" maxOccurs="unbounded" minOccurs="0"/>
<element name="RelativeToWeekdayInMonth" type="{http://www.example.org/Holiday}RelativeToWeekdayInMonth" maxOccurs="unbounded" minOccurs="0"/>
<element name="FixedWeekday" type="{http://www.example.org/Holiday}FixedWeekdayInMonth" maxOccurs="unbounded" minOccurs="0"/>
<element name="ChristianHoliday" type="{http://www.example.org/Holiday}ChristianHoliday" maxOccurs="unbounded" minOccurs="0"/>
<element name="IslamicHoliday" type="{http://www.example.org/Holiday}IslamicHoliday" maxOccurs="unbounded" minOccurs="0"/>
<element name="FixedWeekdayBetweenFixed" type="{http://www.example.org/Holiday}FixedWeekdayBetweenFixed" maxOccurs="unbounded" minOccurs="0"/>
<element name="FixedWeekdayRelativeToFixed" type="{http://www.example.org/Holiday}FixedWeekdayRelativeToFixed" maxOccurs="unbounded" minOccurs="0"/>
<element name="HinduHoliday" type="{http://www.example.org/Holiday}HinduHoliday" maxOccurs="unbounded" minOccurs="0"/>
<element name="HebrewHoliday" type="{http://www.example.org/Holiday}HebrewHoliday" maxOccurs="unbounded" minOccurs="0"/>
<element name="EthiopianOrthodoxHoliday" type="{http://www.example.org/Holiday}EthiopianOrthodoxHoliday" maxOccurs="unbounded" minOccurs="0"/>
<element name="RelativeToEasterSunday" type="{http://www.example.org/Holiday}RelativeToEasterSunday" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ChristianHoliday> |
christianHoliday |
protected List<EthiopianOrthodoxHoliday> |
ethiopianOrthodoxHoliday |
protected List<Fixed> |
fixed |
protected List<FixedWeekdayInMonth> |
fixedWeekday |
protected List<FixedWeekdayBetweenFixed> |
fixedWeekdayBetweenFixed |
protected List<FixedWeekdayRelativeToFixed> |
fixedWeekdayRelativeToFixed |
protected List<HebrewHoliday> |
hebrewHoliday |
protected List<HinduHoliday> |
hinduHoliday |
protected List<IslamicHoliday> |
islamicHoliday |
protected List<RelativeToEasterSunday> |
relativeToEasterSunday |
protected List<RelativeToFixed> |
relativeToFixed |
protected List<RelativeToWeekdayInMonth> |
relativeToWeekdayInMonth |
| Constructor and Description |
|---|
Holidays() |
| Modifier and Type | Method and 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<HebrewHoliday> |
getHebrewHoliday()
Gets the value of the hebrewHoliday property.
|
List<HinduHoliday> |
getHinduHoliday()
Gets the value of the hinduHoliday 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.
|
protected List<RelativeToFixed> relativeToFixed
protected List<RelativeToWeekdayInMonth> relativeToWeekdayInMonth
protected List<FixedWeekdayInMonth> fixedWeekday
protected List<ChristianHoliday> christianHoliday
protected List<IslamicHoliday> islamicHoliday
protected List<FixedWeekdayBetweenFixed> fixedWeekdayBetweenFixed
protected List<FixedWeekdayRelativeToFixed> fixedWeekdayRelativeToFixed
protected List<HinduHoliday> hinduHoliday
protected List<HebrewHoliday> hebrewHoliday
protected List<EthiopianOrthodoxHoliday> ethiopianOrthodoxHoliday
protected List<RelativeToEasterSunday> relativeToEasterSunday
public List<Fixed> getFixed()
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 JAXB 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
public List<RelativeToFixed> getRelativeToFixed()
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 JAXB 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
public List<RelativeToWeekdayInMonth> getRelativeToWeekdayInMonth()
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 JAXB 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
public List<FixedWeekdayInMonth> getFixedWeekday()
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 JAXB 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
public List<ChristianHoliday> getChristianHoliday()
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 JAXB 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
public List<IslamicHoliday> getIslamicHoliday()
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 JAXB 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
public List<FixedWeekdayBetweenFixed> getFixedWeekdayBetweenFixed()
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 JAXB 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
public List<FixedWeekdayRelativeToFixed> getFixedWeekdayRelativeToFixed()
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 JAXB 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
public List<HinduHoliday> getHinduHoliday()
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 JAXB object.
This is why there is not a set method for the hinduHoliday property.
For example, to add a new item, do as follows:
getHinduHoliday().add(newItem);
Objects of the following type(s) are allowed in the list
HinduHoliday
public List<HebrewHoliday> getHebrewHoliday()
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 JAXB object.
This is why there is not a set method for the hebrewHoliday property.
For example, to add a new item, do as follows:
getHebrewHoliday().add(newItem);
Objects of the following type(s) are allowed in the list
HebrewHoliday
public List<EthiopianOrthodoxHoliday> getEthiopianOrthodoxHoliday()
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 JAXB 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
public List<RelativeToEasterSunday> getRelativeToEasterSunday()
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 JAXB 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
Copyright © 18.01.2010–2015. All rights reserved.