]> git.basschouten.com Git - openhab-addons.git/blob
3fb6f97f5dff9f04de82ee0a439dfce69a061d9b
[openhab-addons.git] /
1 /**
2  * Copyright (c) 2010-2021 Contributors to the openHAB project
3  *
4  * See the NOTICE file(s) distributed with this work for additional
5  * information.
6  *
7  * This program and the accompanying materials are made available under the
8  * terms of the Eclipse Public License 2.0 which is available at
9  * http://www.eclipse.org/legal/epl-2.0
10  *
11  * SPDX-License-Identifier: EPL-2.0
12  */
13 package org.openhab.binding.xmltv.internal.jaxb;
14
15 import javax.xml.bind.annotation.XmlRegistry;
16
17 import org.eclipse.jdt.annotation.NonNullByDefault;
18
19 /**
20  * This object contains factory methods for each Java content
21  * interface and Java element interface generated in the
22  * org.openhab.binding.xmltv.internal.jaxb package.
23  *
24  * @author GaĆ«l L'hopital - Initial contribution
25  */
26 @XmlRegistry
27 @NonNullByDefault
28 public class ObjectFactory {
29
30     /**
31      * Create an instance of {@link Tv }
32      *
33      */
34     public Tv createTv() {
35         return new Tv();
36     }
37
38     /**
39      * Create an instance of {@link Programme }
40      *
41      */
42     public Programme createProgramme() {
43         return new Programme();
44     }
45
46     /**
47      * Create an instance of {@link MediaChannel }
48      *
49      */
50     public MediaChannel createChannel() {
51         return new MediaChannel();
52     }
53
54     /**
55      * Create an instance of {@link Icon }
56      *
57      */
58     public Icon createIcon() {
59         return new Icon();
60     }
61
62     /**
63      * Create an instance of {@link WithLangType }
64      *
65      */
66     public WithLangType createWithLangType() {
67         return new WithLangType();
68     }
69 }