com.helger.holiday.jaxb.ObjectFactory Maven / Gradle / Ivy
package com.helger.holiday.jaxb;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
import com.helger.commons.annotation.CodingStyleguideUnaware;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the com.helger.holiday.jaxb 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.
This class was annotated by ph-jaxb22-plugin -Xph-annotate
*
*
*/
@XmlRegistry
@CodingStyleguideUnaware
public class ObjectFactory {
public final static QName _Configuration_QNAME = new QName("http://www.example.org/Holiday", "Configuration");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.holiday.jaxb
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link Configuration }
*
* @return
* The created Configuration object and never null
.
*/
@Nonnull
public Configuration createConfiguration() {
return new Configuration();
}
/**
* Create an instance of {@link RelativeToFixed }
*
* @return
* The created RelativeToFixed object and never null
.
*/
@Nonnull
public RelativeToFixed createRelativeToFixed() {
return new RelativeToFixed();
}
/**
* Create an instance of {@link Holidays }
*
* @return
* The created Holidays object and never null
.
*/
@Nonnull
public Holidays createHolidays() {
return new Holidays();
}
/**
* Create an instance of {@link Fixed }
*
* @return
* The created Fixed object and never null
.
*/
@Nonnull
public Fixed createFixed() {
return new Fixed();
}
/**
* Create an instance of {@link FixedWeekdayInMonth }
*
* @return
* The created FixedWeekdayInMonth object and never null
.
*/
@Nonnull
public FixedWeekdayInMonth createFixedWeekdayInMonth() {
return new FixedWeekdayInMonth();
}
/**
* Create an instance of {@link RelativeToWeekdayInMonth }
*
* @return
* The created RelativeToWeekdayInMonth object and never null
.
*/
@Nonnull
public RelativeToWeekdayInMonth createRelativeToWeekdayInMonth() {
return new RelativeToWeekdayInMonth();
}
/**
* Create an instance of {@link IslamicHoliday }
*
* @return
* The created IslamicHoliday object and never null
.
*/
@Nonnull
public IslamicHoliday createIslamicHoliday() {
return new IslamicHoliday();
}
/**
* Create an instance of {@link ChristianHoliday }
*
* @return
* The created ChristianHoliday object and never null
.
*/
@Nonnull
public ChristianHoliday createChristianHoliday() {
return new ChristianHoliday();
}
/**
* Create an instance of {@link FixedWeekdayBetweenFixed }
*
* @return
* The created FixedWeekdayBetweenFixed object and never null
.
*/
@Nonnull
public FixedWeekdayBetweenFixed createFixedWeekdayBetweenFixed() {
return new FixedWeekdayBetweenFixed();
}
/**
* Create an instance of {@link MovingCondition }
*
* @return
* The created MovingCondition object and never null
.
*/
@Nonnull
public MovingCondition createMovingCondition() {
return new MovingCondition();
}
/**
* Create an instance of {@link HinduHoliday }
*
* @return
* The created HinduHoliday object and never null
.
*/
@Nonnull
public HinduHoliday createHinduHoliday() {
return new HinduHoliday();
}
/**
* Create an instance of {@link HebrewHoliday }
*
* @return
* The created HebrewHoliday object and never null
.
*/
@Nonnull
public HebrewHoliday createHebrewHoliday() {
return new HebrewHoliday();
}
/**
* Create an instance of {@link EthiopianOrthodoxHoliday }
*
* @return
* The created EthiopianOrthodoxHoliday object and never null
.
*/
@Nonnull
public EthiopianOrthodoxHoliday createEthiopianOrthodoxHoliday() {
return new EthiopianOrthodoxHoliday();
}
/**
* Create an instance of {@link FixedWeekdayRelativeToFixed }
*
* @return
* The created FixedWeekdayRelativeToFixed object and never null
.
*/
@Nonnull
public FixedWeekdayRelativeToFixed createFixedWeekdayRelativeToFixed() {
return new FixedWeekdayRelativeToFixed();
}
/**
* Create an instance of {@link RelativeToEasterSunday }
*
* @return
* The created RelativeToEasterSunday object and never null
.
*/
@Nonnull
public RelativeToEasterSunday createRelativeToEasterSunday() {
return new RelativeToEasterSunday();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link Configuration }{@code >}}
*
* @return
* The created JAXBElement and never null
.
*/
@XmlElementDecl(namespace = "http://www.example.org/Holiday", name = "Configuration")
@Nonnull
public JAXBElement createConfiguration(
@Nullable
final Configuration value) {
return new JAXBElement(_Configuration_QNAME, Configuration.class, null, value);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy