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.java108
1 files changed, 108 insertions, 0 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
new file mode 100644
index 00000000000..9ccf2972213
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/ObjectFactory.java
@@ -0,0 +1,108 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.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: 2012.09.14 at 05:06:42 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 RemoteBasicGuidRelationReorder1 }
+ */
+ public RemoteBasicGuidRelationReorder1 createRemoteBasicGuidRelationReorder1() {
+ return new RemoteBasicGuidRelationReorder1();
+ }
+
+ /**
+ * Create an instance of {@link RemoteAttributeChange1 }
+ */
+ public RemoteAttributeChange1 createRemoteAttributeChange1() {
+ return new RemoteAttributeChange1();
+ }
+
+ /**
+ * Create an instance of {@link RemoteTransactionEvent1 }
+ */
+ public RemoteTransactionEvent1 createRemoteTransactionEvent1() {
+ return new RemoteTransactionEvent1();
+ }
+
+ /**
+ * Create an instance of {@link RemoteBroadcastEvent1 }
+ */
+ public RemoteBroadcastEvent1 createRemoteBroadcastEvent1() {
+ return new RemoteBroadcastEvent1();
+ }
+
+ /**
+ * Create an instance of {@link RemoteNetworkSender1 }
+ */
+ public RemoteNetworkSender1 createRemoteNetworkSender1() {
+ return new RemoteNetworkSender1();
+ }
+
+ /**
+ * 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 RemoteAccessControlEvent1 }
+ */
+ public RemoteAccessControlEvent1 createRemoteAccessControlEvent1() {
+ return new RemoteAccessControlEvent1();
+ }
+
+ /**
+ * Create an instance of {@link RemoteBasicGuidRelation1 }
+ */
+ public RemoteBasicGuidRelation1 createRemoteBasicGuidRelation1() {
+ return new RemoteBasicGuidRelation1();
+ }
+
+ /**
+ * Create an instance of {@link RemoteTransactionChange1 }
+ */
+ public RemoteTransactionChange1 createRemoteTransactionChange1() {
+ return new RemoteTransactionChange1();
+ }
+
+ /**
+ * Create an instance of {@link RemotePersistEvent1 }
+ */
+ public RemotePersistEvent1 createRemotePersistEvent1() {
+ return new RemotePersistEvent1();
+ }
+
+}

Back to the top