public class SpecialDay extends Object
Java class for SpecialDay complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpecialDay">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="intersectWithApplicableDays" type="{http://datex2.eu/schema/2/2_0}Boolean"/>
<element name="specialDayType" type="{http://datex2.eu/schema/2/2_0}SpecialDayTypeEnum"/>
<element name="specialDayName" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="publicHoliday" type="{http://datex2.eu/schema/2/2_0}PublicHoliday" maxOccurs="unbounded" minOccurs="0"/>
<element name="specialDayExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
intersectWithApplicableDays |
protected List<PublicHoliday> |
publicHoliday |
protected ExtensionType |
specialDayExtension |
protected MultilingualString |
specialDayName |
protected SpecialDayTypeEnum |
specialDayType |
| Constructor and Description |
|---|
SpecialDay() |
| Modifier and Type | Method and Description |
|---|---|
List<PublicHoliday> |
getPublicHoliday()
Gets the value of the publicHoliday property.
|
ExtensionType |
getSpecialDayExtension()
Gets the value of the specialDayExtension property.
|
MultilingualString |
getSpecialDayName()
Gets the value of the specialDayName property.
|
SpecialDayTypeEnum |
getSpecialDayType()
Gets the value of the specialDayType property.
|
boolean |
isIntersectWithApplicableDays()
Gets the value of the intersectWithApplicableDays property.
|
void |
setIntersectWithApplicableDays(boolean value)
Sets the value of the intersectWithApplicableDays property.
|
void |
setSpecialDayExtension(ExtensionType value)
Sets the value of the specialDayExtension property.
|
void |
setSpecialDayName(MultilingualString value)
Sets the value of the specialDayName property.
|
void |
setSpecialDayType(SpecialDayTypeEnum value)
Sets the value of the specialDayType property.
|
protected boolean intersectWithApplicableDays
protected SpecialDayTypeEnum specialDayType
protected MultilingualString specialDayName
protected List<PublicHoliday> publicHoliday
protected ExtensionType specialDayExtension
public boolean isIntersectWithApplicableDays()
public void setIntersectWithApplicableDays(boolean value)
public SpecialDayTypeEnum getSpecialDayType()
SpecialDayTypeEnumpublic void setSpecialDayType(SpecialDayTypeEnum value)
value - allowed object is
SpecialDayTypeEnumpublic MultilingualString getSpecialDayName()
MultilingualStringpublic void setSpecialDayName(MultilingualString value)
value - allowed object is
MultilingualStringpublic List<PublicHoliday> getPublicHoliday()
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 publicHoliday property.
For example, to add a new item, do as follows:
getPublicHoliday().add(newItem);
Objects of the following type(s) are allowed in the list
PublicHoliday
public ExtensionType getSpecialDayExtension()
ExtensionTypepublic void setSpecialDayExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.