de.focus_shift.jollyday.jaxb.mapping.ObjectFactory Maven / Gradle / Ivy
Show all versions of jollyday-jaxb Show documentation
//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.07.15 at 09:27:16 AM UTC
//
package de.focus_shift.jollyday.jaxb.mapping;
import javax.xml.namespace.QName;
import jakarta.xml.bind.JAXBElement;
import jakarta.xml.bind.annotation.XmlElementDecl;
import jakarta.xml.bind.annotation.XmlRegistry;
/**
* 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.
*
*/
@XmlRegistry
public class ObjectFactory {
private final static QName _Configuration_QNAME = new QName("https://focus_shift.de/jollyday/schema/holiday", "Configuration");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.focus_shift.jollyday.jaxb.mapping
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link Configuration }
*
*/
public Configuration createConfiguration() {
return new Configuration();
}
/**
* Create an instance of {@link RelativeToFixed }
*
*/
public RelativeToFixed createRelativeToFixed() {
return new RelativeToFixed();
}
/**
* Create an instance of {@link Holidays }
*
*/
public Holidays createHolidays() {
return new Holidays();
}
/**
* Create an instance of {@link Source }
*
*/
public Source createSource() {
return new Source();
}
/**
* Create an instance of {@link Sources }
*
*/
public Sources createSources() {
return new Sources();
}
/**
* Create an instance of {@link Fixed }
*
*/
public Fixed createFixed() {
return new Fixed();
}
/**
* Create an instance of {@link FixedWeekdayInMonth }
*
*/
public FixedWeekdayInMonth createFixedWeekdayInMonth() {
return new FixedWeekdayInMonth();
}
/**
* Create an instance of {@link RelativeToWeekdayInMonth }
*
*/
public RelativeToWeekdayInMonth createRelativeToWeekdayInMonth() {
return new RelativeToWeekdayInMonth();
}
/**
* Create an instance of {@link IslamicHoliday }
*
*/
public IslamicHoliday createIslamicHoliday() {
return new IslamicHoliday();
}
/**
* Create an instance of {@link ChristianHoliday }
*
*/
public ChristianHoliday createChristianHoliday() {
return new ChristianHoliday();
}
/**
* Create an instance of {@link FixedWeekdayBetweenFixed }
*
*/
public FixedWeekdayBetweenFixed createFixedWeekdayBetweenFixed() {
return new FixedWeekdayBetweenFixed();
}
/**
* Create an instance of {@link MovingCondition }
*
*/
public MovingCondition createMovingCondition() {
return new MovingCondition();
}
/**
* Create an instance of {@link EthiopianOrthodoxHoliday }
*
*/
public EthiopianOrthodoxHoliday createEthiopianOrthodoxHoliday() {
return new EthiopianOrthodoxHoliday();
}
/**
* Create an instance of {@link FixedWeekdayRelativeToFixed }
*
*/
public FixedWeekdayRelativeToFixed createFixedWeekdayRelativeToFixed() {
return new FixedWeekdayRelativeToFixed();
}
/**
* Create an instance of {@link RelativeToEasterSunday }
*
*/
public RelativeToEasterSunday createRelativeToEasterSunday() {
return new RelativeToEasterSunday();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link Configuration }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link Configuration }{@code >}
*/
@XmlElementDecl(namespace = "https://focus_shift.de/jollyday/schema/holiday", name = "Configuration")
public JAXBElement createConfiguration(Configuration value) {
return new JAXBElement(_Configuration_QNAME, Configuration.class, null, value);
}
}