All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bidib.jbidibc.exchange.dmxscenery.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 2.0.29
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2017.06.16 at 01:36:53 PM MESZ 
//


package org.bidib.jbidibc.exchange.dmxscenery;

import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the org.bidib.jbidibc.exchange.dmxscenery 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 _DmxScenery_QNAME = new QName("http://www.bidib.org/jbidibc/dmxscenery", "dmxScenery"); private final static QName _DmxSceneryPoints_QNAME = new QName("http://www.bidib.org/jbidibc/dmxscenery", "dmxSceneryPoints"); private final static QName _MacroNumber_QNAME = new QName("http://www.bidib.org/jbidibc/dmxscenery", "macroNumber"); private final static QName _Port_QNAME = new QName("http://www.bidib.org/jbidibc/dmxscenery", "port"); private final static QName _LineColor_QNAME = new QName("http://www.bidib.org/jbidibc/dmxscenery", "lineColor"); private final static QName _BidibAction_QNAME = new QName("http://www.bidib.org/jbidibc/dmxscenery", "bidibAction"); private final static QName _DmxChannel_QNAME = new QName("http://www.bidib.org/jbidibc/dmxscenery", "dmxChannel"); private final static QName _DmxSceneryPoint_QNAME = new QName("http://www.bidib.org/jbidibc/dmxscenery", "dmxSceneryPoint"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.bidib.jbidibc.exchange.dmxscenery * */ public ObjectFactory() { } /** * Create an instance of {@link DmxChannelType } * */ public DmxChannelType createDmxChannelType() { return new DmxChannelType(); } /** * Create an instance of {@link BacklightPortType } * */ public BacklightPortType createBacklightPortType() { return new BacklightPortType(); } /** * Create an instance of {@link DmxSceneryType } * */ public DmxSceneryType createDmxSceneryType() { return new DmxSceneryType(); } /** * Create an instance of {@link ColorType } * */ public ColorType createColorType() { return new ColorType(); } /** * Create an instance of {@link DmxSceneryPointsType } * */ public DmxSceneryPointsType createDmxSceneryPointsType() { return new DmxSceneryPointsType(); } /** * Create an instance of {@link LightPortType } * */ public LightPortType createLightPortType() { return new LightPortType(); } /** * Create an instance of {@link DmxSceneries } * */ public DmxSceneries createDmxSceneries() { return new DmxSceneries(); } /** * Create an instance of {@link DmxSceneryPointType } * */ public DmxSceneryPointType createDmxSceneryPointType() { return new DmxSceneryPointType(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link DmxSceneryType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.bidib.org/jbidibc/dmxscenery", name = "dmxScenery") public JAXBElement createDmxScenery(DmxSceneryType value) { return new JAXBElement(_DmxScenery_QNAME, DmxSceneryType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link DmxSceneryPointsType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.bidib.org/jbidibc/dmxscenery", name = "dmxSceneryPoints") public JAXBElement createDmxSceneryPoints(DmxSceneryPointsType value) { return new JAXBElement(_DmxSceneryPoints_QNAME, DmxSceneryPointsType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}} * */ @XmlElementDecl(namespace = "http://www.bidib.org/jbidibc/dmxscenery", name = "macroNumber") public JAXBElement createMacroNumber(Integer value) { return new JAXBElement(_MacroNumber_QNAME, Integer.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link PortType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.bidib.org/jbidibc/dmxscenery", name = "port") public JAXBElement createPort(PortType value) { return new JAXBElement(_Port_QNAME, PortType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ColorType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.bidib.org/jbidibc/dmxscenery", name = "lineColor") public JAXBElement createLineColor(ColorType value) { return new JAXBElement(_LineColor_QNAME, ColorType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}} * */ @XmlElementDecl(namespace = "http://www.bidib.org/jbidibc/dmxscenery", name = "bidibAction") public JAXBElement createBidibAction(Integer value) { return new JAXBElement(_BidibAction_QNAME, Integer.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link DmxChannelType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.bidib.org/jbidibc/dmxscenery", name = "dmxChannel") public JAXBElement createDmxChannel(DmxChannelType value) { return new JAXBElement(_DmxChannel_QNAME, DmxChannelType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link DmxSceneryPointType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.bidib.org/jbidibc/dmxscenery", name = "dmxSceneryPoint") public JAXBElement createDmxSceneryPoint(DmxSceneryPointType value) { return new JAXBElement(_DmxSceneryPoint_QNAME, DmxSceneryPointType.class, null, value); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy