2 * Copyright (c) 2010-2021 Contributors to the openHAB project
4 * See the NOTICE file(s) distributed with this work for additional
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
11 * SPDX-License-Identifier: EPL-2.0
13 package org.openhab.binding.xmltv.internal.jaxb;
15 import javax.xml.bind.annotation.XmlRegistry;
17 import org.eclipse.jdt.annotation.NonNullByDefault;
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.
24 * @author Gaƫl L'hopital - Initial contribution
28 public class ObjectFactory {
31 * Create an instance of {@link Tv }
34 public Tv createTv() {
39 * Create an instance of {@link Programme }
42 public Programme createProgramme() {
43 return new Programme();
47 * Create an instance of {@link MediaChannel }
50 public MediaChannel createChannel() {
51 return new MediaChannel();
55 * Create an instance of {@link Icon }
58 public Icon createIcon() {
63 * Create an instance of {@link WithLangType }
66 public WithLangType createWithLangType() {
67 return new WithLangType();