Module de.focus_shift.jollyday.jaxb
Class IslamicHoliday
- java.lang.Object
-
- de.focus_shift.jollyday.jaxb.mapping.Holiday
-
- de.focus_shift.jollyday.jaxb.mapping.MoveableHoliday
-
- de.focus_shift.jollyday.jaxb.mapping.IslamicHoliday
-
public class IslamicHoliday extends MoveableHoliday
Java class for IslamicHoliday complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IslamicHoliday"> <complexContent> <extension base="{https://focus_shift.de/jollyday/schema/holiday}MoveableHoliday"> <attribute name="type" type="{https://focus_shift.de/jollyday/schema/holiday}IslamicHolidayType" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected IslamicHolidayTypetype-
Fields inherited from class de.focus_shift.jollyday.jaxb.mapping.MoveableHoliday
movingCondition
-
Fields inherited from class de.focus_shift.jollyday.jaxb.mapping.Holiday
descriptionPropertiesKey, every, localizedType, validFrom, validTo
-
-
Constructor Summary
Constructors Constructor Description IslamicHoliday()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IslamicHolidayTypegetType()Gets the value of the type property.voidsetType(IslamicHolidayType value)Sets the value of the type property.-
Methods inherited from class de.focus_shift.jollyday.jaxb.mapping.MoveableHoliday
getMovingCondition
-
Methods inherited from class de.focus_shift.jollyday.jaxb.mapping.Holiday
getDescriptionPropertiesKey, getEvery, getLocalizedType, getValidFrom, getValidTo, setDescriptionPropertiesKey, setEvery, setLocalizedType, setValidFrom, setValidTo
-
-
-
-
Field Detail
-
type
protected IslamicHolidayType type
-
-
Method Detail
-
getType
public IslamicHolidayType getType()
Gets the value of the type property.- Returns:
- possible object is
IslamicHolidayType
-
setType
public void setType(IslamicHolidayType value)
Sets the value of the type property.- Parameters:
value- allowed object isIslamicHolidayType
-
-