| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| ObjectFactory |
|
| 1.0;1 |
| 1 | // | |
| 2 | // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7 | |
| 3 | // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> | |
| 4 | // Any modifications to this file will be lost upon recompilation of the source schema. | |
| 5 | // Generated on: 2015.04.14 at 06:59:39 PM CEST | |
| 6 | // | |
| 7 | ||
| 8 | ||
| 9 | package de.jollyday.config; | |
| 10 | ||
| 11 | import javax.xml.bind.JAXBElement; | |
| 12 | import javax.xml.bind.annotation.XmlElementDecl; | |
| 13 | import javax.xml.bind.annotation.XmlRegistry; | |
| 14 | import javax.xml.namespace.QName; | |
| 15 | ||
| 16 | ||
| 17 | /** | |
| 18 | * This object contains factory methods for each | |
| 19 | * Java content interface and Java element interface | |
| 20 | * generated in the de.jollyday.config package. | |
| 21 | * <p>An ObjectFactory allows you to programatically | |
| 22 | * construct new instances of the Java representation | |
| 23 | * for XML content. The Java representation of XML | |
| 24 | * content can consist of schema derived interfaces | |
| 25 | * and classes representing the binding of schema | |
| 26 | * type definitions, element declarations and model | |
| 27 | * groups. Factory methods for each of these are | |
| 28 | * provided in this class. | |
| 29 | * | |
| 30 | */ | |
| 31 | @XmlRegistry | |
| 32 | public class ObjectFactory { | |
| 33 | ||
| 34 | 0 | private final static QName _Configuration_QNAME = new QName("http://www.example.org/Holiday", "Configuration"); |
| 35 | ||
| 36 | /** | |
| 37 | * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.jollyday.config | |
| 38 | * | |
| 39 | */ | |
| 40 | 0 | public ObjectFactory() { |
| 41 | 0 | } |
| 42 | ||
| 43 | /** | |
| 44 | * Create an instance of {@link Configuration } | |
| 45 | * | |
| 46 | */ | |
| 47 | public Configuration createConfiguration() { | |
| 48 | 0 | return new Configuration(); |
| 49 | } | |
| 50 | ||
| 51 | /** | |
| 52 | * Create an instance of {@link FixedWeekdayBetweenFixed } | |
| 53 | * | |
| 54 | */ | |
| 55 | public FixedWeekdayBetweenFixed createFixedWeekdayBetweenFixed() { | |
| 56 | 0 | return new FixedWeekdayBetweenFixed(); |
| 57 | } | |
| 58 | ||
| 59 | /** | |
| 60 | * Create an instance of {@link EthiopianOrthodoxHoliday } | |
| 61 | * | |
| 62 | */ | |
| 63 | public EthiopianOrthodoxHoliday createEthiopianOrthodoxHoliday() { | |
| 64 | 0 | return new EthiopianOrthodoxHoliday(); |
| 65 | } | |
| 66 | ||
| 67 | /** | |
| 68 | * Create an instance of {@link Holidays } | |
| 69 | * | |
| 70 | */ | |
| 71 | public Holidays createHolidays() { | |
| 72 | 0 | return new Holidays(); |
| 73 | } | |
| 74 | ||
| 75 | /** | |
| 76 | * Create an instance of {@link HebrewHoliday } | |
| 77 | * | |
| 78 | */ | |
| 79 | public HebrewHoliday createHebrewHoliday() { | |
| 80 | 0 | return new HebrewHoliday(); |
| 81 | } | |
| 82 | ||
| 83 | /** | |
| 84 | * Create an instance of {@link MovingCondition } | |
| 85 | * | |
| 86 | */ | |
| 87 | public MovingCondition createMovingCondition() { | |
| 88 | 0 | return new MovingCondition(); |
| 89 | } | |
| 90 | ||
| 91 | /** | |
| 92 | * Create an instance of {@link RelativeToEasterSunday } | |
| 93 | * | |
| 94 | */ | |
| 95 | public RelativeToEasterSunday createRelativeToEasterSunday() { | |
| 96 | 0 | return new RelativeToEasterSunday(); |
| 97 | } | |
| 98 | ||
| 99 | /** | |
| 100 | * Create an instance of {@link Fixed } | |
| 101 | * | |
| 102 | */ | |
| 103 | public Fixed createFixed() { | |
| 104 | 0 | return new Fixed(); |
| 105 | } | |
| 106 | ||
| 107 | /** | |
| 108 | * Create an instance of {@link FixedWeekdayInMonth } | |
| 109 | * | |
| 110 | */ | |
| 111 | public FixedWeekdayInMonth createFixedWeekdayInMonth() { | |
| 112 | 0 | return new FixedWeekdayInMonth(); |
| 113 | } | |
| 114 | ||
| 115 | /** | |
| 116 | * Create an instance of {@link FixedWeekdayRelativeToFixed } | |
| 117 | * | |
| 118 | */ | |
| 119 | public FixedWeekdayRelativeToFixed createFixedWeekdayRelativeToFixed() { | |
| 120 | 0 | return new FixedWeekdayRelativeToFixed(); |
| 121 | } | |
| 122 | ||
| 123 | /** | |
| 124 | * Create an instance of {@link ChristianHoliday } | |
| 125 | * | |
| 126 | */ | |
| 127 | public ChristianHoliday createChristianHoliday() { | |
| 128 | 0 | return new ChristianHoliday(); |
| 129 | } | |
| 130 | ||
| 131 | /** | |
| 132 | * Create an instance of {@link RelativeToFixed } | |
| 133 | * | |
| 134 | */ | |
| 135 | public RelativeToFixed createRelativeToFixed() { | |
| 136 | 0 | return new RelativeToFixed(); |
| 137 | } | |
| 138 | ||
| 139 | /** | |
| 140 | * Create an instance of {@link RelativeToWeekdayInMonth } | |
| 141 | * | |
| 142 | */ | |
| 143 | public RelativeToWeekdayInMonth createRelativeToWeekdayInMonth() { | |
| 144 | 0 | return new RelativeToWeekdayInMonth(); |
| 145 | } | |
| 146 | ||
| 147 | /** | |
| 148 | * Create an instance of {@link IslamicHoliday } | |
| 149 | * | |
| 150 | */ | |
| 151 | public IslamicHoliday createIslamicHoliday() { | |
| 152 | 0 | return new IslamicHoliday(); |
| 153 | } | |
| 154 | ||
| 155 | /** | |
| 156 | * Create an instance of {@link HinduHoliday } | |
| 157 | * | |
| 158 | */ | |
| 159 | public HinduHoliday createHinduHoliday() { | |
| 160 | 0 | return new HinduHoliday(); |
| 161 | } | |
| 162 | ||
| 163 | /** | |
| 164 | * Create an instance of {@link JAXBElement }{@code <}{@link Configuration }{@code >}} | |
| 165 | * | |
| 166 | */ | |
| 167 | @XmlElementDecl(namespace = "http://www.example.org/Holiday", name = "Configuration") | |
| 168 | public JAXBElement<Configuration> createConfiguration(Configuration value) { | |
| 169 | 0 | return new JAXBElement<Configuration>(_Configuration_QNAME, Configuration.class, null, value); |
| 170 | } | |
| 171 | ||
| 172 | } |