Module de.focus_shift.jollyday.jaxb
Class EthiopianOrthodoxHoliday
- java.lang.Object
-
- de.focus_shift.jollyday.jaxb.mapping.Holiday
-
- de.focus_shift.jollyday.jaxb.mapping.EthiopianOrthodoxHoliday
-
public class EthiopianOrthodoxHoliday extends Holiday
Java class for EthiopianOrthodoxHoliday complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EthiopianOrthodoxHoliday"> <complexContent> <extension base="{https://focus_shift.de/jollyday/schema/holiday}Holiday"> <attribute name="type" type="{https://focus_shift.de/jollyday/schema/holiday}EthiopianOrthodoxHolidayType" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected EthiopianOrthodoxHolidayTypetype-
Fields inherited from class de.focus_shift.jollyday.jaxb.mapping.Holiday
descriptionPropertiesKey, every, localizedType, validFrom, validTo
-
-
Constructor Summary
Constructors Constructor Description EthiopianOrthodoxHoliday()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EthiopianOrthodoxHolidayTypegetType()Gets the value of the type property.voidsetType(EthiopianOrthodoxHolidayType value)Sets the value of the type property.-
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 EthiopianOrthodoxHolidayType type
-
-
Method Detail
-
getType
public EthiopianOrthodoxHolidayType getType()
Gets the value of the type property.- Returns:
- possible object is
EthiopianOrthodoxHolidayType
-
setType
public void setType(EthiopianOrthodoxHolidayType value)
Sets the value of the type property.- Parameters:
value- allowed object isEthiopianOrthodoxHolidayType
-
-