Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/ObjectFactory.java')
-rw-r--r--plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/ObjectFactory.java103
1 files changed, 0 insertions, 103 deletions
diff --git a/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/ObjectFactory.java b/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/ObjectFactory.java
deleted file mode 100644
index 693335cc6d2..00000000000
--- a/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/ObjectFactory.java
+++ /dev/null
@@ -1,103 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.3 in JDK 1.6
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2010.05.13 at 02:00:51 PM MST
-//
-
-
-package org.eclipse.osee.framework.messaging.event.res.msgs;
-
-import javax.xml.bind.annotation.XmlRegistry;
-
-
-/**
- * This object contains factory methods for each
- * Java content interface and Java element interface
- * generated in the org.eclipse.osee.framework.messaging.event.res.msgs package.
- * <p>An ObjectFactory allows you to programatically
- * construct new instances of the Java representation
- * for XML content. The Java representation of XML
- * content can consist of schema derived interfaces
- * and classes representing the binding of schema
- * type definitions, element declarations and model
- * groups. Factory methods for each of these are
- * provided in this class.
- *
- */
-@XmlRegistry
-public class ObjectFactory {
-
-
- /**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.eclipse.osee.framework.messaging.event.res.msgs
- *
- */
- public ObjectFactory() {
- }
-
- /**
- * Create an instance of {@link RemoteTransactionEvent1 }
- *
- */
- public RemoteTransactionEvent1 createRemoteTransactionEvent1() {
- return new RemoteTransactionEvent1();
- }
-
- /**
- * Create an instance of {@link RemoteAttributeChange1 }
- *
- */
- public RemoteAttributeChange1 createRemoteAttributeChange1() {
- return new RemoteAttributeChange1();
- }
-
- /**
- * Create an instance of {@link RemoteTransactionDeletedEvent1 }
- *
- */
- public RemoteTransactionDeletedEvent1 createRemoteTransactionDeletedEvent1() {
- return new RemoteTransactionDeletedEvent1();
- }
-
- /**
- * Create an instance of {@link RemoteBranchEvent1 }
- *
- */
- public RemoteBranchEvent1 createRemoteBranchEvent1() {
- return new RemoteBranchEvent1();
- }
-
- /**
- * Create an instance of {@link RemoteBasicGuidArtifact1 }
- *
- */
- public RemoteBasicGuidArtifact1 createRemoteBasicGuidArtifact1() {
- return new RemoteBasicGuidArtifact1();
- }
-
- /**
- * Create an instance of {@link RemoteBroadcastEvent1 }
- *
- */
- public RemoteBroadcastEvent1 createRemoteBroadcastEvent1() {
- return new RemoteBroadcastEvent1();
- }
-
- /**
- * Create an instance of {@link RemoteBasicGuidRelation1 }
- *
- */
- public RemoteBasicGuidRelation1 createRemoteBasicGuidRelation1() {
- return new RemoteBasicGuidRelation1();
- }
-
- /**
- * Create an instance of {@link RemoteNetworkSender1 }
- *
- */
- public RemoteNetworkSender1 createRemoteNetworkSender1() {
- return new RemoteNetworkSender1();
- }
-
-}

Back to the top