diff --git a/addons/binding/org.openhab.binding.knx/ESH-INF/thing/generic.xml b/addons/binding/org.openhab.binding.knx/ESH-INF/thing/generic.xml index f7474c816742c..a2a12b3e3d4c4 100644 --- a/addons/binding/org.openhab.binding.knx/ESH-INF/thing/generic.xml +++ b/addons/binding/org.openhab.binding.knx/ESH-INF/thing/generic.xml @@ -415,4 +415,4 @@ - \ No newline at end of file + diff --git a/addons/binding/org.openhab.binding.knx/META-INF/MANIFEST.MF b/addons/binding/org.openhab.binding.knx/META-INF/MANIFEST.MF index 0912d688f9602..e62912676021c 100644 --- a/addons/binding/org.openhab.binding.knx/META-INF/MANIFEST.MF +++ b/addons/binding/org.openhab.binding.knx/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: KNX Binding Bundle-SymbolicName: org.openhab.binding.knx;singleton:=true Bundle-Vendor: openHAB -Bundle-Version: 2.0.0.qualifier +Bundle-Version: 2.1.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.google.common.base, com.google.common.collect, diff --git a/addons/binding/org.openhab.binding.knx/about.html b/addons/binding/org.openhab.binding.knx/about.html new file mode 100644 index 0000000000000..953079a44e102 --- /dev/null +++ b/addons/binding/org.openhab.binding.knx/about.html @@ -0,0 +1,69 @@ + + + + +About + + +

About This Content

+ +

April 11, 2015

+

License

+ +

The openHAB community makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the openHAB community, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was +provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at openhab.org.

+ + +

Third Party Content

+

The Content includes items that have been sourced from third parties as set out below. If you + did not receive this Content directly from the openHAB community, the following is provided + for informational purposes only, and you should look to the Redistributor's license for + terms and conditions of use.

+

+ Calimero 2 - A library for KNX network access

+ Calimero 2 is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + Calimero 2 is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Calimero 2; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + Linking this library statically or dynamically with other modules is + making a combined work based on this library. Thus, the terms and + conditions of the GNU General Public License cover the whole + combination. + + As a special exception, the copyright holders of this library give you + permission to link this library with independent modules to produce an + executable, regardless of the license terms of these independent + modules, and to copy and distribute the resulting executable under terms + of your choice, provided that you also meet, for each linked independent + module, the terms and conditions of the license of that module. An + independent module is a module which is not derived from or based on + this library. If you modify this library, you may extend this exception + to your version of the library, but you are not obligated to do so. If + you do not wish to do so, delete this exception statement from your + version. +

+ + + + diff --git a/addons/binding/org.openhab.binding.knx/pom.xml b/addons/binding/org.openhab.binding.knx/pom.xml index 58c95f8f1c72a..3a113036eca6e 100644 --- a/addons/binding/org.openhab.binding.knx/pom.xml +++ b/addons/binding/org.openhab.binding.knx/pom.xml @@ -6,7 +6,7 @@ org.openhab.binding pom - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT @@ -16,7 +16,7 @@ org.openhab.binding org.openhab.binding.knx - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT KNX Binding eclipse-plugin diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/GroupAddressListener.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/GroupAddressListener.java index f11b9ea76b2f5..1fe4c08e4d80e 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/GroupAddressListener.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/GroupAddressListener.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-2016 by the respective copyright holders. + * Copyright (c) 2010-2017 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/IndividualAddressListener.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/IndividualAddressListener.java index 7c8812e7b6e2d..74b9ca1137048 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/IndividualAddressListener.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/IndividualAddressListener.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-2016 by the respective copyright holders. + * Copyright (c) 2010-2017 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/KNXBindingConstants.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/KNXBindingConstants.java index a60591bcf40af..fcbd9d5e4b1bc 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/KNXBindingConstants.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/KNXBindingConstants.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-2016 by the respective copyright holders. + * Copyright (c) 2010-2017 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -18,85 +18,85 @@ */ public class KNXBindingConstants { - public final static String BINDING_ID = "knx"; + public static final String BINDING_ID = "knx"; // List of all Thing Type UIDs - public final static ThingTypeUID THING_TYPE_IP_BRIDGE = new ThingTypeUID(BINDING_ID, "ip"); - public final static ThingTypeUID THING_TYPE_SERIAL_BRIDGE = new ThingTypeUID(BINDING_ID, "serial"); - public final static ThingTypeUID THING_TYPE_GENERIC = new ThingTypeUID(BINDING_ID, "generic"); + public static final ThingTypeUID THING_TYPE_IP_BRIDGE = new ThingTypeUID(BINDING_ID, "ip"); + public static final ThingTypeUID THING_TYPE_SERIAL_BRIDGE = new ThingTypeUID(BINDING_ID, "serial"); + public static final ThingTypeUID THING_TYPE_GENERIC = new ThingTypeUID(BINDING_ID, "generic"); // List of all Channel ids - public final static String CHANNEL_CURRENT = "current"; - public final static String CHANNEL_DIMMER = "dimmer"; - public final static String CHANNEL_ENERGY = "energy"; - public final static String CHANNEL_NUMBER = "number"; - public final static String CHANNEL_STRING = "string"; - public final static String CHANNEL_CONTACT = "contact"; - public final static String CHANNEL_DATETIME = "datetime"; - public final static String CHANNEL_OPERATING_HOURS = "operatinghours"; - public final static String CHANNEL_RESET = "reset"; - public final static String CHANNEL_ROLLERSHUTTER = "rollershutter"; - public final static String CHANNEL_SETPOINT = "setpoint"; - public final static String CHANNEL_STATUSSWITCH = "statusswitch"; - public final static String CHANNEL_SWITCH = "switch"; - public final static String CHANNEL_GENERIC = "generic"; - public final static String ERRORS_INTERVAL = "errors5min"; - public final static String ERRORS_STARTUP = "errorsall"; + public static final String CHANNEL_CURRENT = "current"; + public static final String CHANNEL_DIMMER = "dimmer"; + public static final String CHANNEL_ENERGY = "energy"; + public static final String CHANNEL_NUMBER = "number"; + public static final String CHANNEL_STRING = "string"; + public static final String CHANNEL_CONTACT = "contact"; + public static final String CHANNEL_DATETIME = "datetime"; + public static final String CHANNEL_OPERATING_HOURS = "operatinghours"; + public static final String CHANNEL_RESET = "reset"; + public static final String CHANNEL_ROLLERSHUTTER = "rollershutter"; + public static final String CHANNEL_SETPOINT = "setpoint"; + public static final String CHANNEL_STATUSSWITCH = "statusswitch"; + public static final String CHANNEL_SWITCH = "switch"; + public static final String CHANNEL_GENERIC = "generic"; + public static final String ERRORS_INTERVAL = "errors5min"; + public static final String ERRORS_STARTUP = "errorsall"; // List of Property ids - public final static String FIRMWARE_TYPE = "firmwaretype"; - public final static String FIRMWARE_VERSION = "firmwareversion"; - public final static String FIRMWARE_SUBVERSION = "firmwaresubversion"; - public final static String MANUFACTURER_NAME = "manfacturername"; - public final static String MANUFACTURER_SERIAL_NO = "manfacturerserialnumber"; - public final static String MANUFACTURER_HARDWARE_TYPE = "manfacturerhardwaretype"; - public final static String MANUFACTURER_FIRMWARE_REVISION = "manfacturerfirmwarerevision"; + public static final String FIRMWARE_TYPE = "firmwaretype"; + public static final String FIRMWARE_VERSION = "firmwareversion"; + public static final String FIRMWARE_SUBVERSION = "firmwaresubversion"; + public static final String MANUFACTURER_NAME = "manfacturername"; + public static final String MANUFACTURER_SERIAL_NO = "manfacturerserialnumber"; + public static final String MANUFACTURER_HARDWARE_TYPE = "manfacturerhardwaretype"; + public static final String MANUFACTURER_FIRMWARE_REVISION = "manfacturerfirmwarerevision"; // List of all Configuration parameters - public final static String ADDRESS = "address"; - public final static String CURRENT_GA = "currentGA"; - public final static String DPT = "dpt"; - public final static String DESCRIPTION = "description"; - public final static String ENERGY_GA = "energyGA"; - public final static String FETCH = "fetch"; - public final static String GROUPADDRESS = "groupaddress"; - public final static String INCREASE_DECREASE_ADDRESS = "increasedecreaseGA"; - public final static String INCREASE_DECREASE_DPT = "increasedecreaseDPT"; - public final static String INCREASE_DECREASE_GA = "increaseDecreaseGA"; - public final static String INTERVAL = "interval"; - public final static String IP_ADDRESS = "ipAddress"; - public final static String IP_CONNECTION_TYPE = "ipConnectionType"; - public final static String LOCAL_IP = "localIp"; - public final static String LOCAL_SOURCE_ADDRESS = "localSourceAddr"; - public final static String OPERATING_HOURS_GA = "operatingGA"; - public final static String PERCENT_DPT = "percentDPT"; - public final static String PERCENT_GA = "percentGA"; - public final static String PORT_NUMBER = "portNumber"; - public final static String POSITION_GA = "positionGA"; - public final static String POSITION_STATUS_GA = "positionStatusGA"; - public final static String READ = "read"; - public final static String SERIAL_PORT = "serialPort"; - public final static String SETPOINT_GA = "setpointGA"; - public final static String STATUS_GA = "statusGA"; - public final static String STOP_MOVE_GA = "stopMoveGA"; - public final static String STOP_MOVE_STATUS_GA = "stopMoveStatusGA"; - public final static String SWITCH_GA = "switchGA"; - public final static String TRANSMIT = "transmit"; - public final static String UNIT = "unit"; - public final static String UP_DOWN_GA = "upDownGA"; - public final static String UP_DOWN_STATUS_GA = "upDownStatusGA"; - public final static String UPDATE = "update"; - public final static String WRITE = "write"; + public static final String ADDRESS = "address"; + public static final String CURRENT_GA = "currentGA"; + public static final String DPT = "dpt"; + public static final String DESCRIPTION = "description"; + public static final String ENERGY_GA = "energyGA"; + public static final String FETCH = "fetch"; + public static final String GROUPADDRESS = "groupaddress"; + public static final String INCREASE_DECREASE_ADDRESS = "increasedecreaseGA"; + public static final String INCREASE_DECREASE_DPT = "increasedecreaseDPT"; + public static final String INCREASE_DECREASE_GA = "increaseDecreaseGA"; + public static final String INTERVAL = "interval"; + public static final String IP_ADDRESS = "ipAddress"; + public static final String IP_CONNECTION_TYPE = "ipConnectionType"; + public static final String LOCAL_IP = "localIp"; + public static final String LOCAL_SOURCE_ADDRESS = "localSourceAddr"; + public static final String OPERATING_HOURS_GA = "operatingGA"; + public static final String PERCENT_DPT = "percentDPT"; + public static final String PERCENT_GA = "percentGA"; + public static final String PORT_NUMBER = "portNumber"; + public static final String POSITION_GA = "positionGA"; + public static final String POSITION_STATUS_GA = "positionStatusGA"; + public static final String READ = "read"; + public static final String SERIAL_PORT = "serialPort"; + public static final String SETPOINT_GA = "setpointGA"; + public static final String STATUS_GA = "statusGA"; + public static final String STOP_MOVE_GA = "stopMoveGA"; + public static final String STOP_MOVE_STATUS_GA = "stopMoveStatusGA"; + public static final String SWITCH_GA = "switchGA"; + public static final String TRANSMIT = "transmit"; + public static final String UNIT = "unit"; + public static final String UP_DOWN_GA = "upDownGA"; + public static final String UP_DOWN_STATUS_GA = "upDownStatusGA"; + public static final String UPDATE = "update"; + public static final String WRITE = "write"; // List of all knxproj Namespace Identifierss - public final static String KNX_PROJECT_12 = "http://knx.org/xml/project/12"; - public final static String KNX_PROJECT_13 = "http://knx.org/xml/project/13"; + public static final String KNX_PROJECT_12 = "http://knx.org/xml/project/12"; + public static final String KNX_PROJECT_13 = "http://knx.org/xml/project/13"; // The default multicast ip address (see iana EIBnet/IP - public final static String DEFAULT_MULTICAST_IP = "224.0.23.12"; + public static final String DEFAULT_MULTICAST_IP = "224.0.23.12"; // The group address for identification of this KNX/IP gateway within the KNX bus. Default is 0.0.0 - public final static String DEFAULT_LOCAL_SOURCE_ADDRESS = "0.0.0"; + public static final String DEFAULT_LOCAL_SOURCE_ADDRESS = "0.0.0"; } diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/KNXBusListener.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/KNXBusListener.java index 8ddac890a71f7..94bb8face090a 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/KNXBusListener.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/KNXBusListener.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-2016 by the respective copyright holders. + * Copyright (c) 2010-2017 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/KNXProjectProvider.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/KNXProjectProvider.java index 1c7cc0e59a9d7..38731ebb1de81 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/KNXProjectProvider.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/KNXProjectProvider.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-2016 by the respective copyright holders. + * Copyright (c) 2010-2017 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/TelegramListener.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/TelegramListener.java index 7c630cd6a7036..3a0ec0b66866d 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/TelegramListener.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/TelegramListener.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-2016 by the respective copyright holders. + * Copyright (c) 2010-2017 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/discovery/IndividualAddressDiscoveryService.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/discovery/IndividualAddressDiscoveryService.java index a1e27adcfb35e..cc895a7f0c44b 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/discovery/IndividualAddressDiscoveryService.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/discovery/IndividualAddressDiscoveryService.java @@ -1,11 +1,12 @@ /** - * Copyright (c) 2014-2016 by the respective copyright holders. + * Copyright (c) 2010-2017 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html */ + package org.openhab.binding.knx.discovery; import static org.openhab.binding.knx.KNXBindingConstants.ADDRESS; @@ -41,12 +42,12 @@ */ public class IndividualAddressDiscoveryService extends AbstractDiscoveryService implements KNXBusListener { - public final static Set SUPPORTED_THING_TYPES_UIDS = Sets + public static final Set SUPPORTED_THING_TYPES_UIDS = Sets .newHashSet(KNXBindingConstants.THING_TYPE_GENERIC); private Logger logger = LoggerFactory.getLogger(KNXBridgeBaseThingHandler.class); - private final static int SEARCH_TIME = 600; + private static final int SEARCH_TIME = 600; private boolean searchOngoing = false; private KNXBridgeBaseThingHandler bridgeHandler; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/handler/IPBridgeThingHandler.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/handler/IPBridgeThingHandler.java index a6b7eca6ac6a3..d18d05cd17c9f 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/handler/IPBridgeThingHandler.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/handler/IPBridgeThingHandler.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-2016 by the respective copyright holders. + * Copyright (c) 2010-2017 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/handler/KNXBridgeBaseThingHandler.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/handler/KNXBridgeBaseThingHandler.java index edabc9e7ec001..3cd816482908a 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/handler/KNXBridgeBaseThingHandler.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/handler/KNXBridgeBaseThingHandler.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-2016 by the respective copyright holders. + * Copyright (c) 2010-2017 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -520,7 +520,7 @@ public final Type getType(GroupAddress destination, String dpt, byte[] asdu) { return getType(datapoint, asdu); } - public synchronized final boolean isReachable(IndividualAddress address) { + public final synchronized boolean isReachable(IndividualAddress address) { if (managementProcedures == null || address == null) { return false; } @@ -535,7 +535,7 @@ public synchronized final boolean isReachable(IndividualAddress address) { return false; } - public synchronized final void restartNetworkDevice(IndividualAddress address) { + public final synchronized void restartNetworkDevice(IndividualAddress address) { if (address == null) { return; } @@ -650,7 +650,7 @@ public void linkClosed(CloseEvent e) { if (!link.isOpen() && !(CloseEvent.USER_REQUEST == e.getInitiator()) && !shutdown) { logger.warn("KNX link has been lost (reason: {} on object {})", e.getReason(), e.getSource().toString()); if (config.getAutoReconnectPeriod().intValue() > 0) { - logger.info("KNX link will be retried in " + config.getAutoReconnectPeriod().intValue() + " seconds"); + logger.info("KNX link will be retried in '{}' seconds", config.getAutoReconnectPeriod().intValue()); if (connectJob.isDone()) { scheduleConnectJob(); } diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/handler/KNXGenericThingHandler.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/handler/KNXGenericThingHandler.java index 568a380a96f54..b0ae7cfaca338 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/handler/KNXGenericThingHandler.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/handler/KNXGenericThingHandler.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-2016 by the respective copyright holders. + * Copyright (c) 2010-2017 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/handler/SerialBridgeThingHandler.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/handler/SerialBridgeThingHandler.java index b3c84699d04c9..d5281ed1e8e0c 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/handler/SerialBridgeThingHandler.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/handler/SerialBridgeThingHandler.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-2016 by the respective copyright holders. + * Copyright (c) 2010-2017 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/channel/KNXChannelSelectorProxy.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/channel/KNXChannelSelectorProxy.java index 4ba8ff88a1755..5bda929f707bf 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/channel/KNXChannelSelectorProxy.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/channel/KNXChannelSelectorProxy.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-2016 by the respective copyright holders. + * Copyright (c) 2010-2017 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/dpt/KNXCoreTypeMapper.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/dpt/KNXCoreTypeMapper.java index f96fd8aef1fe6..0b8cfd2fc9b35 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/dpt/KNXCoreTypeMapper.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/dpt/KNXCoreTypeMapper.java @@ -66,22 +66,22 @@ */ public class KNXCoreTypeMapper implements KNXTypeMapper { - static private final Logger logger = LoggerFactory.getLogger(KNXCoreTypeMapper.class); + private static final Logger logger = LoggerFactory.getLogger(KNXCoreTypeMapper.class); // TODO: Isn't is bad to use SimpleDateFormat? - // private final static SimpleDateFormat TIME_DAY_FORMATTER = new SimpleDateFormat("EEE, HH:mm:ss", Locale.US); - // private final static SimpleDateFormat TIME_FORMATTER = new SimpleDateFormat("HH:mm:ss", Locale.US); - // private final static SimpleDateFormat DATE_FORMATTER = new SimpleDateFormat("yyyy-MM-dd"); - // private final static SimpleDateFormat FULL_DATE_FORMATTER = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss"); + // private static final SimpleDateFormat TIME_DAY_FORMATTER = new SimpleDateFormat("EEE, HH:mm:ss", Locale.US); + // private static final SimpleDateFormat TIME_FORMATTER = new SimpleDateFormat("HH:mm:ss", Locale.US); + // private static final SimpleDateFormat DATE_FORMATTER = new SimpleDateFormat("yyyy-MM-dd"); + // private static final SimpleDateFormat FULL_DATE_FORMATTER = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss"); - static private final String TIME_DAY_FORMAT = new String("EEE, HH:mm:ss"); - static private final String DATE_FORMAT = new String("yyyy-MM-dd"); + private static final String TIME_DAY_FORMAT = new String("EEE, HH:mm:ss"); + private static final String DATE_FORMAT = new String("yyyy-MM-dd"); /** stores the openHAB type class for all (supported) KNX datapoint types */ - static private Map> dptTypeMap; + private static Map> dptTypeMap; /** stores the default KNX DPT to use for each openHAB type */ - static private Map, String> defaultDptMap; + private static Map, String> defaultDptMap; static { dptTypeMap = new HashMap>(); @@ -518,7 +518,7 @@ public Type toType(Datapoint datapoint, byte[] data) { * @param dptId the datapoint type id * @return the openHAB type (command or state) class or {@code null} if the datapoint type id is not supported. */ - static public Class toTypeClass(String dptId) { + public static Class toTypeClass(String dptId) { return dptTypeMap.get(dptId); } @@ -528,7 +528,7 @@ static public Class toTypeClass(String dptId) { * @param typeClass the openHAB type class * @return the datapoint type id */ - static public String toDPTid(Class typeClass) { + public static String toDPTid(Class typeClass) { return defaultDptMap.get(typeClass); } @@ -586,7 +586,7 @@ private String formatDateTime(String value, String dpt) { * @throws IllegalArgumentException if none of the datapoint types DPT_DATE or * DPT_TIMEOFDAY has been used. */ - static private String formatDateTime(DateTimeType dateType, String dpt) { + private static String formatDateTime(DateTimeType dateType, String dpt) { if (DPTXlatorDate.DPT_DATE.getID().equals(dpt)) { return dateType.format("%tF"); } else if (DPTXlatorTime.DPT_TIMEOFDAY.getID().equals(dpt)) { diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/factory/KNXHandlerFactory.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/factory/KNXHandlerFactory.java index 7083d398260a8..6888980e238ca 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/factory/KNXHandlerFactory.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/factory/KNXHandlerFactory.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-2016 by the respective copyright holders. + * Copyright (c) 2010-2017 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -55,7 +55,7 @@ public class KNXHandlerFactory extends BaseThingHandlerFactory { private static final String[] PROVIDER_INTERFACES = new String[] { KNXProjectProvider.class.getName(), ThingProvider.class.getName() }; - public final static Collection SUPPORTED_THING_TYPES_UIDS = Lists.newArrayList(THING_TYPE_GENERIC, + public static final Collection SUPPORTED_THING_TYPES_UIDS = Lists.newArrayList(THING_TYPE_GENERIC, THING_TYPE_IP_BRIDGE, THING_TYPE_SERIAL_BRIDGE); private final Map discoveryServiceRegs = new HashMap<>(); diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/factory/KNXThreadPoolFactory.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/factory/KNXThreadPoolFactory.java index 52e5d1a1231cf..287d8909778e7 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/factory/KNXThreadPoolFactory.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/factory/KNXThreadPoolFactory.java @@ -1,3 +1,11 @@ +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ package org.openhab.binding.knx.internal.factory; import java.util.Map; @@ -17,9 +25,9 @@ public class KNXThreadPoolFactory { protected static final long THREAD_TIMEOUT = 65L; protected static final long THREAD_MONITOR_SLEEP = 60000; - static protected Map pools = new WeakHashMap<>(); + protected static Map pools = new WeakHashMap<>(); - static public ScheduledExecutorService getPrioritizedScheduledPool(String poolName, int coreThreads) { + public static ScheduledExecutorService getPrioritizedScheduledPool(String poolName, int coreThreads) { ExecutorService pool = pools.get(poolName); if (pool == null) { synchronized (pools) { diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/folder/KNXFolderObserver.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/folder/KNXFolderObserver.java index eadaf0030baf0..a1b06ebf950c4 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/folder/KNXFolderObserver.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/folder/KNXFolderObserver.java @@ -1,10 +1,12 @@ /** - * Copyright (c) 2014-2016 by the respective copyright holders. + * Copyright (c) 2010-2017 by the respective copyright holders. + * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html */ + package org.openhab.binding.knx.internal.folder; import static java.nio.file.StandardWatchEventKinds.*; @@ -231,8 +233,8 @@ private static void checkFile(KNXProjectProvider knxProjectProvider, final File } } } catch (Exception e) { - LoggerFactory.getLogger(KNXFolderObserver.class) - .warn("Cannot open file '" + file.getAbsolutePath() + "' for reading.", e); + LoggerFactory.getLogger(KNXFolderObserver.class).warn("Cannot open file '{}' for reading. '{}'", + file.getAbsolutePath(), e.getMessage()); } } } diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/handler/BridgeConfiguration.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/handler/BridgeConfiguration.java index 38b3c01d05a15..357c6f385a550 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/handler/BridgeConfiguration.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/handler/BridgeConfiguration.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-2016 by the respective copyright holders. + * Copyright (c) 2010-2017 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/handler/RetryDatapoint.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/handler/RetryDatapoint.java index 23899ab0c091d..bce0b39be0fb6 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/handler/RetryDatapoint.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/handler/RetryDatapoint.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-2016 by the respective copyright holders. + * Copyright (c) 2010-2017 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -71,4 +71,4 @@ public boolean equals(Object obj) { return true; } -} \ No newline at end of file +} diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/handler/TypeItemMap.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/handler/TypeItemMap.java index 8c85458312c84..23bd707aaf67a 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/handler/TypeItemMap.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/handler/TypeItemMap.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-2016 by the respective copyright holders. + * Copyright (c) 2010-2017 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/logging/LogAdapter.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/logging/LogAdapter.java index a7f82a667630f..9f9e02d02bbf7 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/logging/LogAdapter.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/logging/LogAdapter.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-2016 by the respective copyright holders. + * Copyright (c) 2010-2017 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/AbstractKNXProjectParser.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/AbstractKNXProjectParser.java index 4c20daeb97ebe..dfb6ef0538484 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/AbstractKNXProjectParser.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/AbstractKNXProjectParser.java @@ -1,3 +1,12 @@ +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ + package org.openhab.binding.knx.internal.parser; import java.text.DecimalFormat; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/KNXDPTEvaluation.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/KNXDPTEvaluation.java index 9ffa004efe16d..2fb9206e9d7e1 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/KNXDPTEvaluation.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/KNXDPTEvaluation.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-2016 by the respective copyright holders. + * Copyright (c) 2010-2017 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/KNXDPTException.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/KNXDPTException.java index 1df164af68ee4..fb72f74831550 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/KNXDPTException.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/KNXDPTException.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-2016 by the respective copyright holders. + * Copyright (c) 2010-2017 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/KNXDPTRule.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/KNXDPTRule.java index cf1da8eb4a4f9..1fb37f31a0687 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/KNXDPTRule.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/KNXDPTRule.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-2016 by the respective copyright holders. + * Copyright (c) 2010-2017 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/KNXProject13Parser.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/KNXProject13Parser.java index 74bf6d536304f..a6dbed2c9aff0 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/KNXProject13Parser.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/KNXProject13Parser.java @@ -1,10 +1,12 @@ /** - * Copyright (c) 2014-2016 by the respective copyright holders. + * Copyright (c) 2010-2017 by the respective copyright holders. + * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html */ + package org.openhab.binding.knx.internal.parser; import java.io.ByteArrayInputStream; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/KNXProjectParser.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/KNXProjectParser.java index e229b41379012..e7357ab82222d 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/KNXProjectParser.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/KNXProjectParser.java @@ -1,10 +1,12 @@ /** - * Copyright (c) 2014-2016 by the respective copyright holders. + * Copyright (c) 2010-2017 by the respective copyright holders. + * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html */ + package org.openhab.binding.knx.internal.parser; import java.util.HashMap; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/AccessRights.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/AccessRights.java index aa08b304b8cc9..06f0441642b89 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/AccessRights.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/AccessRights.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/AddressTable.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/AddressTable.java index 25875aaa4c7f6..2c43d06340ed9 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/AddressTable.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/AddressTable.java @@ -1,28 +1,38 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; import java.util.ArrayList; import java.util.List; + import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAnyElement; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlType; -import org.w3c.dom.Element; +import org.w3c.dom.Element; /** - *

Java class for AddressTable complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * + *

+ * Java class for AddressTable complex type. + * + *

+ * The following schema fragment specifies the expected content contained within this class. + * *

  * <complexType name="AddressTable">
  *   <complexContent>
@@ -37,13 +47,11 @@
  *   </complexContent>
  * </complexType>
  * 
- * - * + * + * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AddressTable", propOrder = { - "any" -}) +@XmlType(name = "AddressTable", propOrder = { "any" }) public class AddressTable { @XmlAnyElement(lax = true) @@ -57,26 +65,27 @@ public class AddressTable { /** * Gets the value of the any property. - * + * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the any property. - * + * *

* For example, to add a new item, do as follows: + * *

-     *    getAny().add(newItem);
+     * getAny().add(newItem);
      * 
- * - * + * + * *

* Objects of the following type(s) are allowed in the list * {@link Object } * {@link Element } - * - * + * + * */ public List getAny() { if (any == null) { @@ -87,11 +96,11 @@ public List getAny() { /** * Gets the value of the codeSegment property. - * + * * @return - * possible object is - * {@link java.lang.String } - * + * possible object is + * {@link java.lang.String } + * */ public java.lang.String getCodeSegment() { return codeSegment; @@ -99,11 +108,11 @@ public java.lang.String getCodeSegment() { /** * Sets the value of the codeSegment property. - * + * * @param value - * allowed object is - * {@link java.lang.String } - * + * allowed object is + * {@link java.lang.String } + * */ public void setCodeSegment(java.lang.String value) { this.codeSegment = value; @@ -111,11 +120,11 @@ public void setCodeSegment(java.lang.String value) { /** * Gets the value of the offset property. - * + * * @return - * possible object is - * {@link java.lang.String } - * + * possible object is + * {@link java.lang.String } + * */ public java.lang.String getOffset() { return offset; @@ -123,11 +132,11 @@ public java.lang.String getOffset() { /** * Sets the value of the offset property. - * + * * @param value - * allowed object is - * {@link java.lang.String } - * + * allowed object is + * {@link java.lang.String } + * */ public void setOffset(java.lang.String value) { this.offset = value; @@ -135,11 +144,11 @@ public void setOffset(java.lang.String value) { /** * Gets the value of the maxEntries property. - * + * * @return - * possible object is - * {@link java.lang.String } - * + * possible object is + * {@link java.lang.String } + * */ public java.lang.String getMaxEntries() { return maxEntries; @@ -147,11 +156,11 @@ public java.lang.String getMaxEntries() { /** * Sets the value of the maxEntries property. - * + * * @param value - * allowed object is - * {@link java.lang.String } - * + * allowed object is + * {@link java.lang.String } + * */ public void setMaxEntries(java.lang.String value) { this.maxEntries = value; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ApplicationProgram.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ApplicationProgram.java index 73b85d7b273d6..069cf3e8952d1 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ApplicationProgram.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ApplicationProgram.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ApplicationProgramRef.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ApplicationProgramRef.java index d65c6a9094cb8..6893e99091eca 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ApplicationProgramRef.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ApplicationProgramRef.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ApplicationPrograms.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ApplicationPrograms.java index c538cf5aaef49..7d73575017215 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ApplicationPrograms.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ApplicationPrograms.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Area.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Area.java index 7afe81d056794..2a152adb9b003 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Area.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Area.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/AssociationTable.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/AssociationTable.java index b2e82bef80c42..fb9ac5fc6d219 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/AssociationTable.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/AssociationTable.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Attribute.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Attribute.java index 70bc8c6732b30..2f3018ea1f1ed 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Attribute.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Attribute.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Attributes.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Attributes.java index 1c574ab06fc84..cd1b8a9d90e2f 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Attributes.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Attributes.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/BinaryData.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/BinaryData.java index 646b98871a64c..e090f83a97c84 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/BinaryData.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/BinaryData.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Bit.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Bit.java index c3c146ec6cc70..47b427d3617b4 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Bit.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Bit.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Buildings.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Buildings.java index 01d4dd9fe3c3c..a006d66858c8d 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Buildings.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Buildings.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ChannelInstances.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ChannelInstances.java index 941608cd43cea..78e45b4ef7b2f 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ChannelInstances.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ChannelInstances.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Code.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Code.java index d67f3d4c30c41..bcbd3d0cd9366 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Code.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Code.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ComObject.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ComObject.java index 8e0f722ee35ba..ac669128c6c21 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ComObject.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ComObject.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ComObjectInstanceRef.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ComObjectInstanceRef.java index a117cae51d80f..30236568e40aa 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ComObjectInstanceRef.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ComObjectInstanceRef.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ComObjectInstanceRefs.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ComObjectInstanceRefs.java index 2c463ccfdc9d2..f7fdd47424973 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ComObjectInstanceRefs.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ComObjectInstanceRefs.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ComObjectRef.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ComObjectRef.java index 0a84230f7d67d..9035e4a4c3b84 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ComObjectRef.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ComObjectRef.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ComObjectRefs.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ComObjectRefs.java index 9515c1e8ce6a8..ad35f98ee05bf 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ComObjectRefs.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ComObjectRefs.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ComObjectTable.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ComObjectTable.java index 79338a0d5d2d3..4cf2ce9ea04cf 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ComObjectTable.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ComObjectTable.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Connectors.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Connectors.java index 1a71f26895a63..2a2dd74173692 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Connectors.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Connectors.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DatapointSubtype.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DatapointSubtype.java index 0212083087479..d5674a8baa17b 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DatapointSubtype.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DatapointSubtype.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DatapointSubtypes.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DatapointSubtypes.java index 1161210f8571d..aa5f0e19033a2 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DatapointSubtypes.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DatapointSubtypes.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DatapointType.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DatapointType.java index b25e78edb67e4..d7ea66eb1cc72 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DatapointType.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DatapointType.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DatapointTypes.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DatapointTypes.java index 1175a218371f7..0eb0a70b85bd1 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DatapointTypes.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DatapointTypes.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DeviceCompare.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DeviceCompare.java index 5ba3bc574be8a..09598bbf90226 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DeviceCompare.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DeviceCompare.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DeviceInstance.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DeviceInstance.java index 80c2e55b6f7e2..70a05c117b010 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DeviceInstance.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DeviceInstance.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DownwardCompatibleMask.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DownwardCompatibleMask.java index 73486e41ca6d3..4b07c9366c5d9 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DownwardCompatibleMask.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DownwardCompatibleMask.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DownwardCompatibleMasks.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DownwardCompatibleMasks.java index deca93db98be9..dce0a1273073c 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DownwardCompatibleMasks.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/DownwardCompatibleMasks.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Dynamic.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Dynamic.java index 3b40756178138..65be3ffd7ad05 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Dynamic.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Dynamic.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/EnumValue.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/EnumValue.java index 7012e683aab13..72f80e0fca579 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/EnumValue.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/EnumValue.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Enumeration.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Enumeration.java index 869216f0dcce0..acea87b75811a 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Enumeration.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Enumeration.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Extension.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Extension.java index cd9c4c059c054..18bfd17165353 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Extension.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Extension.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Feature.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Feature.java index 3f7463f925e3d..049845cc6539e 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Feature.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Feature.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Features.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Features.java index a93c1504e64cf..cfac2e66e92d2 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Features.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Features.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/FixupList.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/FixupList.java index 8f938d5833204..e0676e3aa2fad 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/FixupList.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/FixupList.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Float.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Float.java index 8250387b43124..8db9a44b37762 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Float.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Float.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Format.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Format.java index 94b7fef1b2904..bd69e11268738 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Format.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Format.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/FunctionalBlock.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/FunctionalBlock.java index 77122fb3bc603..bfe13d5f235b9 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/FunctionalBlock.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/FunctionalBlock.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/FunctionalBlocks.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/FunctionalBlocks.java index 79e018bc6ac8f..4fb70cfd920f3 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/FunctionalBlocks.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/FunctionalBlocks.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/GroupAddress.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/GroupAddress.java index b7f78f95a13e0..e3e2e57fbbdb5 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/GroupAddress.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/GroupAddress.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/GroupAddressReference.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/GroupAddressReference.java index 4eb3f40e85a72..dc9448f3aafdc 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/GroupAddressReference.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/GroupAddressReference.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/GroupAddresses.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/GroupAddresses.java index c0ce16fc8c493..f4be602d69c07 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/GroupAddresses.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/GroupAddresses.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/GroupRange.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/GroupRange.java index 6a5150b0a5cd2..090f2d7f4d9f5 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/GroupRange.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/GroupRange.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/GroupRanges.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/GroupRanges.java index 7ccf5a8636493..98de2bbc2daae 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/GroupRanges.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/GroupRanges.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Hardware.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Hardware.java index 8867dffedee7c..3c4597b99f41d 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Hardware.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Hardware.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Hardware2Program.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Hardware2Program.java index d7b917b52514f..e30d324dfeadc 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Hardware2Program.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Hardware2Program.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Hardware2Programs.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Hardware2Programs.java index 68dfb80e8a161..65923025c749d 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Hardware2Programs.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Hardware2Programs.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/HawkConfigurationData.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/HawkConfigurationData.java index 8283b83012fdb..55daa63b2bd7e 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/HawkConfigurationData.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/HawkConfigurationData.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/HistoryEntries.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/HistoryEntries.java index 080492b74282f..46b902ce8efaa 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/HistoryEntries.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/HistoryEntries.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ImgLocation.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ImgLocation.java index deb7d5b956b5f..93c87f66b1cf4 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ImgLocation.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ImgLocation.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Installation.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Installation.java index 7c9ebd04f0447..580aab9f1566d 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Installation.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Installation.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Installations.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Installations.java index 57c75c4bbea15..43210d28d4278 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Installations.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Installations.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/InterfaceObject.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/InterfaceObject.java index 15c1a2ab0072c..3a7688f5aee88 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/InterfaceObject.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/InterfaceObject.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/InterfaceObjectProperties.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/InterfaceObjectProperties.java index 6ad5141f61ce6..a1a9dcd0b8d39 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/InterfaceObjectProperties.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/InterfaceObjectProperties.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/InterfaceObjectProperty.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/InterfaceObjectProperty.java index 90d3813317e6b..8a090f4112060 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/InterfaceObjectProperty.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/InterfaceObjectProperty.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/InterfaceObjectType.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/InterfaceObjectType.java index b495f2cb2f8b7..561b1d964962b 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/InterfaceObjectType.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/InterfaceObjectType.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/InterfaceObjectTypes.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/InterfaceObjectTypes.java index f13b1caf65244..b049b72bee407 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/InterfaceObjectTypes.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/InterfaceObjectTypes.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/InterfaceObjects.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/InterfaceObjects.java index 02991cf3252a1..e675c0765c473 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/InterfaceObjects.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/InterfaceObjects.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/KNX.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/KNX.java index ca7fe72d3fcb1..c19ca0641beab 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/KNX.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/KNX.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Language.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Language.java index 8e2044251d52b..4899e6a4b37d3 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Language.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Language.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Languages.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Languages.java index 6111e15eb56ab..ff69ae0441630 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Languages.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Languages.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlAbsSegment.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlAbsSegment.java index 53720fdbb40f4..e0e4babaa0f1a 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlAbsSegment.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlAbsSegment.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlClearLCFilterTable.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlClearLCFilterTable.java index ffaaffb188579..be4f64e52d3a9 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlClearLCFilterTable.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlClearLCFilterTable.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlCompareMem.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlCompareMem.java index 91dd97de6de82..82a72fadabff3 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlCompareMem.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlCompareMem.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlCompareProp.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlCompareProp.java index fc1d1c821a4ea..038bf5668ae6f 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlCompareProp.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlCompareProp.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlDelay.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlDelay.java index 8c20d0babe8c7..87982e390d4da 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlDelay.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlDelay.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlLoad.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlLoad.java index dbc1c9d1c9b35..6684a61b522d7 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlLoad.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlLoad.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlLoadCompleted.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlLoadCompleted.java index 3cf7e6e946e68..99ccec6210ad2 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlLoadCompleted.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlLoadCompleted.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlLoadImageMem.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlLoadImageMem.java index 4e82990566086..5335bbae058df 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlLoadImageMem.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlLoadImageMem.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlLoadImageProp.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlLoadImageProp.java index cab5b160f2ca1..6e427d3abb479 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlLoadImageProp.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlLoadImageProp.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlMapError.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlMapError.java index b0a83ed570bcf..e4e93615b7fee 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlMapError.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlMapError.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlMasterReset.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlMasterReset.java index 6d315c4a9e492..e2ec42d02ab40 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlMasterReset.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlMasterReset.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlMerge.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlMerge.java index 1c86add0235d0..554a28b88f2eb 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlMerge.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlMerge.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlRelSegment.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlRelSegment.java index 11623414f26db..96801efb72dab 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlRelSegment.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlRelSegment.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlSetControlVariable.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlSetControlVariable.java index 6ae025d46645b..b06cfaaa49322 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlSetControlVariable.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlSetControlVariable.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlTaskCtrl1.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlTaskCtrl1.java index 7faa60af3f3bb..6a5313e486af1 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlTaskCtrl1.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlTaskCtrl1.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlTaskCtrl2.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlTaskCtrl2.java index 1215bec060994..f6e7eba77d5ce 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlTaskCtrl2.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlTaskCtrl2.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlTaskPtr.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlTaskPtr.java index a9d7fac769d1e..85aea65b990c1 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlTaskPtr.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlTaskPtr.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlTaskSegment.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlTaskSegment.java index f32025c6e24b8..6d16fce317c0f 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlTaskSegment.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlTaskSegment.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlUnload.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlUnload.java index ba0ac4d788a5e..7e0c3f68662d4 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlUnload.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlUnload.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlWriteMem.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlWriteMem.java index 0e0208fdda834..89dbd6d1e9828 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlWriteMem.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlWriteMem.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlWriteProp.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlWriteProp.java index 9a77e3b73775d..464576cfa4cfd 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlWriteProp.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlWriteProp.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlWriteRelMem.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlWriteRelMem.java index f14547d07c5d8..811784df28d4d 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlWriteRelMem.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LdCtrlWriteRelMem.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Line.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Line.java index 6d670eaeff5e3..6f20fdc216133 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Line.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Line.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LoadProcedures.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LoadProcedures.java index a92889cfb34db..9c45902ca9171 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LoadProcedures.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/LoadProcedures.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Location.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Location.java index 532892ed8f9e5..b72ef79c9cf33 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Location.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Location.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Manufacturer.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Manufacturer.java index d2ebbf51564b9..03b3939c49b4e 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Manufacturer.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Manufacturer.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ManufacturerData.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ManufacturerData.java index 003a12d8b9ac5..54bc05dea64c1 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ManufacturerData.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ManufacturerData.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ManufacturerMaster.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ManufacturerMaster.java index f74b4e2ef3a9b..a9e0c07e9960d 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ManufacturerMaster.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ManufacturerMaster.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Manufacturers.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Manufacturers.java index ef1785965dea3..f976dee8b3188 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Manufacturers.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Manufacturers.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MaskEntries.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MaskEntries.java index cba0ffb1473ea..62a76e6a06f0a 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MaskEntries.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MaskEntries.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MaskEntry.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MaskEntry.java index 5835bc9da2aeb..b403a1bd3fa1b 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MaskEntry.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MaskEntry.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MaskVersion.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MaskVersion.java index 5873c45805887..94ef4b5ac6969 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MaskVersion.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MaskVersion.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MaskVersions.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MaskVersions.java index 0597d7eb2e475..7abfc2acde13c 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MaskVersions.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MaskVersions.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MasterData.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MasterData.java index 5eafa25d85e66..e6f06eed6083b 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MasterData.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MasterData.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MediumType.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MediumType.java index 860338f9e6ab1..f0d80d76703a0 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MediumType.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MediumType.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MediumTypes.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MediumTypes.java index 1ddde0800195b..0c4558a69e006 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MediumTypes.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MediumTypes.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MemorySegment.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MemorySegment.java index ac312b744ac43..c8ff66873d2ba 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MemorySegment.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MemorySegment.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MemorySegments.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MemorySegments.java index 9ebd588953c99..a1aa1f929fb95 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MemorySegments.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/MemorySegments.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ObjectFactory.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ObjectFactory.java index e9cec15700e1d..ef085143a1968 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ObjectFactory.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ObjectFactory.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; @@ -31,38 +38,38 @@ @XmlRegistry public class ObjectFactory { - private final static QName _MaskVersionDownwardCompatibleMasks_QNAME = new QName("http://knx.org/xml/project/13", "DownwardCompatibleMasks"); - private final static QName _MaskVersionHawkConfigurationData_QNAME = new QName("http://knx.org/xml/project/13", "HawkConfigurationData"); - private final static QName _MaskVersionMaskEntries_QNAME = new QName("http://knx.org/xml/project/13", "MaskEntries"); - private final static QName _ManufacturerMasterPublicKeys_QNAME = new QName("http://knx.org/xml/project/13", "PublicKeys"); - private final static QName _InterfaceObjectProperty_QNAME = new QName("http://knx.org/xml/project/13", "Property"); - private final static QName _ConnectorsSend_QNAME = new QName("http://knx.org/xml/project/13", "Send"); - private final static QName _ConnectorsReceive_QNAME = new QName("http://knx.org/xml/project/13", "Receive"); - private final static QName _ProcedureLdCtrlCompareMem_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlCompareMem"); - private final static QName _ProcedureLdCtrlAbsSegment_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlAbsSegment"); - private final static QName _ProcedureLdCtrlLoad_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlLoad"); - private final static QName _ProcedureLdCtrlUnload_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlUnload"); - private final static QName _ProcedureLdCtrlLoadCompleted_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlLoadCompleted"); - private final static QName _ProcedureLdCtrlMapError_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlMapError"); - private final static QName _ProcedureLdCtrlClearLCFilterTable_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlClearLCFilterTable"); - private final static QName _ProcedureLdCtrlConnect_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlConnect"); - private final static QName _ProcedureLdCtrlMerge_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlMerge"); - private final static QName _ProcedureLdCtrlTaskCtrl1_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlTaskCtrl1"); - private final static QName _ProcedureLdCtrlTaskCtrl2_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlTaskCtrl2"); - private final static QName _ProcedureLdCtrlSetControlVariable_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlSetControlVariable"); - private final static QName _ProcedureLdCtrlDisconnect_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlDisconnect"); - private final static QName _ProcedureLdCtrlRestart_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlRestart"); - private final static QName _ProcedureLdCtrlDelay_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlDelay"); - private final static QName _ProcedureLdCtrlLoadImageMem_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlLoadImageMem"); - private final static QName _ProcedureLdCtrlWriteMem_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlWriteMem"); - private final static QName _ProcedureLdCtrlTaskSegment_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlTaskSegment"); - private final static QName _ProcedureLdCtrlWriteProp_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlWriteProp"); - private final static QName _ProcedureLdCtrlMasterReset_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlMasterReset"); - private final static QName _ProcedureLdCtrlTaskPtr_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlTaskPtr"); - private final static QName _ProcedureLdCtrlRelSegment_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlRelSegment"); - private final static QName _ProcedureLdCtrlLoadImageProp_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlLoadImageProp"); - private final static QName _ProcedureLdCtrlCompareProp_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlCompareProp"); - private final static QName _ProcedureLdCtrlWriteRelMem_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlWriteRelMem"); + private static final QName _MaskVersionDownwardCompatibleMasks_QNAME = new QName("http://knx.org/xml/project/13", "DownwardCompatibleMasks"); + private static final QName _MaskVersionHawkConfigurationData_QNAME = new QName("http://knx.org/xml/project/13", "HawkConfigurationData"); + private static final QName _MaskVersionMaskEntries_QNAME = new QName("http://knx.org/xml/project/13", "MaskEntries"); + private static final QName _ManufacturerMasterPublicKeys_QNAME = new QName("http://knx.org/xml/project/13", "PublicKeys"); + private static final QName _InterfaceObjectProperty_QNAME = new QName("http://knx.org/xml/project/13", "Property"); + private static final QName _ConnectorsSend_QNAME = new QName("http://knx.org/xml/project/13", "Send"); + private static final QName _ConnectorsReceive_QNAME = new QName("http://knx.org/xml/project/13", "Receive"); + private static final QName _ProcedureLdCtrlCompareMem_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlCompareMem"); + private static final QName _ProcedureLdCtrlAbsSegment_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlAbsSegment"); + private static final QName _ProcedureLdCtrlLoad_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlLoad"); + private static final QName _ProcedureLdCtrlUnload_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlUnload"); + private static final QName _ProcedureLdCtrlLoadCompleted_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlLoadCompleted"); + private static final QName _ProcedureLdCtrlMapError_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlMapError"); + private static final QName _ProcedureLdCtrlClearLCFilterTable_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlClearLCFilterTable"); + private static final QName _ProcedureLdCtrlConnect_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlConnect"); + private static final QName _ProcedureLdCtrlMerge_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlMerge"); + private static final QName _ProcedureLdCtrlTaskCtrl1_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlTaskCtrl1"); + private static final QName _ProcedureLdCtrlTaskCtrl2_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlTaskCtrl2"); + private static final QName _ProcedureLdCtrlSetControlVariable_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlSetControlVariable"); + private static final QName _ProcedureLdCtrlDisconnect_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlDisconnect"); + private static final QName _ProcedureLdCtrlRestart_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlRestart"); + private static final QName _ProcedureLdCtrlDelay_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlDelay"); + private static final QName _ProcedureLdCtrlLoadImageMem_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlLoadImageMem"); + private static final QName _ProcedureLdCtrlWriteMem_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlWriteMem"); + private static final QName _ProcedureLdCtrlTaskSegment_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlTaskSegment"); + private static final QName _ProcedureLdCtrlWriteProp_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlWriteProp"); + private static final QName _ProcedureLdCtrlMasterReset_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlMasterReset"); + private static final QName _ProcedureLdCtrlTaskPtr_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlTaskPtr"); + private static final QName _ProcedureLdCtrlRelSegment_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlRelSegment"); + private static final QName _ProcedureLdCtrlLoadImageProp_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlLoadImageProp"); + private static final QName _ProcedureLdCtrlCompareProp_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlCompareProp"); + private static final QName _ProcedureLdCtrlWriteRelMem_QNAME = new QName("http://knx.org/xml/project/13", "LdCtrlWriteRelMem"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.openhab.binding.knx.internal.parser.knxproj13 diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Options.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Options.java index eeb1e3cbcf758..be2a930534334 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Options.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Options.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Parameter.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Parameter.java index 89174466778be..1709eca8eabf5 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Parameter.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Parameter.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ParameterCalculations.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ParameterCalculations.java index 832c0642c2c43..5445c1cd9a59e 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ParameterCalculations.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ParameterCalculations.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ParameterInstanceRefs.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ParameterInstanceRefs.java index 43de76288111a..3db7cc612a7e6 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ParameterInstanceRefs.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ParameterInstanceRefs.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ParameterRefs.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ParameterRefs.java index 79e389cd28804..b10ad09ba6be3 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ParameterRefs.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ParameterRefs.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ParameterTypes.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ParameterTypes.java index 47c17a25c041d..3f67a34bd9e5e 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ParameterTypes.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ParameterTypes.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Parameters.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Parameters.java index 0da61dc797d54..e19cd0b514a00 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Parameters.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Parameters.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Procedure.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Procedure.java index 579598a18c097..5d58fd79ea90b 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Procedure.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Procedure.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Procedures.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Procedures.java index 0fa83ae6d1ebf..90bde2bbc78b6 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Procedures.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Procedures.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Product.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Product.java index faba1c9680513..afb9ef62f7caf 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Product.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Product.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ProductLanguages.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ProductLanguages.java index fb61429fe92b6..3315fc6c0eeff 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ProductLanguages.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ProductLanguages.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Products.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Products.java index 377741f5af761..56c8ea053acac 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Products.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Products.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Project.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Project.java index b9ff86a14d13d..000b73194a779 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Project.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Project.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ProjectInformation.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ProjectInformation.java index ccca9089b2da7..30b3715faedd2 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ProjectInformation.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ProjectInformation.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Property.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Property.java index 4fae3a3115336..447d32303ad44 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Property.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Property.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/PropertyDataType.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/PropertyDataType.java index 8c906add34220..292c23cfd3f69 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/PropertyDataType.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/PropertyDataType.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/PropertyDataTypes.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/PropertyDataTypes.java index b6ea52ece179e..09b93400e979c 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/PropertyDataTypes.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/PropertyDataTypes.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/PublicKey.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/PublicKey.java index 62e4d8730abec..36829193e99f2 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/PublicKey.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/PublicKey.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/PublicKeys.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/PublicKeys.java index daf8567307111..be63a6d603551 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/PublicKeys.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/PublicKeys.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/RSAKeyValue.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/RSAKeyValue.java index 20fafbde38b33..40dfdcdf59852 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/RSAKeyValue.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/RSAKeyValue.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/RefType.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/RefType.java index 51fee91d21bde..a454dfc6f66c5 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/RefType.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/RefType.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/RegistrationInfo.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/RegistrationInfo.java index 5d13e7a7ea9b4..d59eb44242d8c 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/RegistrationInfo.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/RegistrationInfo.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Reserved.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Reserved.java index 75662eeee1230..f399d23cad704 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Reserved.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Reserved.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Resource.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Resource.java index fbafda3a3baa4..4c27b36aaf7db 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Resource.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Resource.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ResourceType.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ResourceType.java index 0119e841267ff..ba0c38b0ccfa0 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ResourceType.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/ResourceType.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Resources.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Resources.java index 7e43aea2f7915..37c06f96de068 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Resources.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Resources.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Security.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Security.java index e3e96f415fa3f..b42e9999a15a4 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Security.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Security.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/SignedInteger.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/SignedInteger.java index 7665f371b2689..a3cf7d4c2918a 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/SignedInteger.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/SignedInteger.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Static.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Static.java index 0dec9847c4806..cc1df477231ec 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Static.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Static.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/String.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/String.java index 469b59104ad45..02333a99a7a30 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/String.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/String.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Topology.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Topology.java index 74ca307f0ff12..22bf4d45548bc 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Topology.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Topology.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Trades.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Trades.java index 1abe8c8858b40..663cbf6833a2e 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Trades.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Trades.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Translation.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Translation.java index 9b82865583afe..d452937e03aaa 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Translation.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/Translation.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/TranslationElement.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/TranslationElement.java index 9dbef01a72ff1..4148f07c7f6a3 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/TranslationElement.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/TranslationElement.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/TranslationUnit.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/TranslationUnit.java index ca4eb5e7ceaf3..0ece5f1ffed9b 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/TranslationUnit.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/TranslationUnit.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/UnassignedDevices.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/UnassignedDevices.java index 46960b00ff34d..6ed3dc95a84c2 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/UnassignedDevices.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/UnassignedDevices.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/UnsignedInteger.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/UnsignedInteger.java index e1301bd98dbb6..5c68be66c6cdc 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/UnsignedInteger.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/UnsignedInteger.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/UserFiles.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/UserFiles.java index 51774e4acff22..7fbc5b1655e40 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/UserFiles.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/UserFiles.java @@ -1,10 +1,17 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/package-info.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/package-info.java index a1d1dddbc7736..86d341c3a550a 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/package-info.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/parser/knxproj13/package-info.java @@ -1,9 +1,16 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2017.03.09 at 08:34:29 PM CET -// - +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ +/** + * This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 + * See http://java.sun.com/xml/jaxb + * Any modifications to this file will be lost upon recompilation of the source schema. + * Generated on: 2017.03.09 at 08:34:29 PM CET + */ @javax.xml.bind.annotation.XmlSchema(namespace = "http://knx.org/xml/project/13", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) package org.openhab.binding.knx.internal.parser.knxproj13; diff --git a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/provider/KNXProjectThingProvider.java b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/provider/KNXProjectThingProvider.java index efd9621f0a2fa..2e5a03e4f5263 100644 --- a/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/provider/KNXProjectThingProvider.java +++ b/addons/binding/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/provider/KNXProjectThingProvider.java @@ -1,3 +1,12 @@ +/** + * Copyright (c) 2010-2017 by the respective copyright holders. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + */ + package org.openhab.binding.knx.internal.provider; import static org.openhab.binding.knx.KNXBindingConstants.*;