Module de.focus_shift.jollyday.jaxb
Class ObjectFactory
- java.lang.Object
-
- de.focus_shift.jollyday.jaxb.mapping.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the de.focus_shift.jollyday.jaxb.mapping package.An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.focus_shift.jollyday.jaxb.mapping
-
Method Summary
-
-
-
Method Detail
-
createConfiguration
public Configuration createConfiguration()
Create an instance ofConfiguration
-
createRelativeToFixed
public RelativeToFixed createRelativeToFixed()
Create an instance ofRelativeToFixed
-
createFixedWeekdayInMonth
public FixedWeekdayInMonth createFixedWeekdayInMonth()
Create an instance ofFixedWeekdayInMonth
-
createRelativeToWeekdayInMonth
public RelativeToWeekdayInMonth createRelativeToWeekdayInMonth()
Create an instance ofRelativeToWeekdayInMonth
-
createIslamicHoliday
public IslamicHoliday createIslamicHoliday()
Create an instance ofIslamicHoliday
-
createChristianHoliday
public ChristianHoliday createChristianHoliday()
Create an instance ofChristianHoliday
-
createFixedWeekdayBetweenFixed
public FixedWeekdayBetweenFixed createFixedWeekdayBetweenFixed()
Create an instance ofFixedWeekdayBetweenFixed
-
createMovingCondition
public MovingCondition createMovingCondition()
Create an instance ofMovingCondition
-
createEthiopianOrthodoxHoliday
public EthiopianOrthodoxHoliday createEthiopianOrthodoxHoliday()
Create an instance ofEthiopianOrthodoxHoliday
-
createFixedWeekdayRelativeToFixed
public FixedWeekdayRelativeToFixed createFixedWeekdayRelativeToFixed()
Create an instance ofFixedWeekdayRelativeToFixed
-
createRelativeToEasterSunday
public RelativeToEasterSunday createRelativeToEasterSunday()
Create an instance ofRelativeToEasterSunday
-
createConfiguration
public jakarta.xml.bind.JAXBElement<Configuration> createConfiguration(Configuration value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Configuration>
-
-