Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2012-04-13 21:22:06 +0000
committerRoberto E. Escobar2012-04-13 21:22:06 +0000
commitf97e58b2c70927a2c896a06d99027ac0b760686f (patch)
tree2301a90de231e1962c7b765a7abc68ad42cf5440 /plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event
parentc3d840e4703cb62d9db92362b737a7f1c7f8ed46 (diff)
downloadorg.eclipse.osee-f97e58b2c70927a2c896a06d99027ac0b760686f.tar.gz
org.eclipse.osee-f97e58b2c70927a2c896a06d99027ac0b760686f.tar.xz
org.eclipse.osee-f97e58b2c70927a2c896a06d99027ac0b760686f.zip
feature[ats_VGR8B]: Convert messaging event res to DS
Diffstat (limited to 'plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event')
-rw-r--r--plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteAccessControlEvent1.java159
-rw-r--r--plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBranchEvent1.java148
-rw-r--r--plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBroadcastEvent1.java202
-rw-r--r--plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemotePersistEvent1.java320
-rw-r--r--plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteTransactionEvent1.java159
5 files changed, 417 insertions, 571 deletions
diff --git a/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteAccessControlEvent1.java b/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteAccessControlEvent1.java
index 56b77747d47..0b090e7038a 100644
--- a/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteAccessControlEvent1.java
+++ b/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteAccessControlEvent1.java
@@ -5,7 +5,6 @@
// Generated on: 2011.08.22 at 10:40:57 AM MST
//
-
package org.eclipse.osee.framework.messaging.event.res.msgs;
import java.util.ArrayList;
@@ -16,11 +15,11 @@ import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import org.eclipse.osee.framework.messaging.event.res.RemoteEvent;
-
/**
- * <p>Java class for RemoteAccessControlEvent1 complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * Java class for RemoteAccessControlEvent1 complex type.
+ * <p>
+ * The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="RemoteAccessControlEvent1">
@@ -35,101 +34,75 @@ import org.eclipse.osee.framework.messaging.event.res.RemoteEvent;
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "RemoteAccessControlEvent1", propOrder = {
- "eventTypeGuid",
- "artifacts",
- "networkSender"
-})
-public class RemoteAccessControlEvent1
- extends RemoteEvent
-{
+@XmlType(name = "RemoteAccessControlEvent1", propOrder = {"eventTypeGuid", "artifacts", "networkSender"})
+public class RemoteAccessControlEvent1 extends RemoteEvent {
- @XmlElement(required = true)
- protected String eventTypeGuid;
- @XmlElement(required = true)
- protected List<RemoteBasicGuidArtifact1> artifacts;
- @XmlElement(required = true)
- protected RemoteNetworkSender1 networkSender;
+ @XmlElement(required = true)
+ protected String eventTypeGuid;
+ @XmlElement(required = true)
+ protected List<RemoteBasicGuidArtifact1> artifacts;
+ @XmlElement(required = true)
+ protected RemoteNetworkSender1 networkSender;
- /**
- * Gets the value of the eventTypeGuid property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getEventTypeGuid() {
- return eventTypeGuid;
- }
+ /**
+ * Gets the value of the eventTypeGuid property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getEventTypeGuid() {
+ return eventTypeGuid;
+ }
- /**
- * Sets the value of the eventTypeGuid property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setEventTypeGuid(String value) {
- this.eventTypeGuid = value;
- }
+ /**
+ * Sets the value of the eventTypeGuid property.
+ *
+ * @param value allowed object is {@link String }
+ */
+ public void setEventTypeGuid(String value) {
+ this.eventTypeGuid = value;
+ }
- /**
- * Gets the value of the artifacts property.
- *
- * <p>
- * 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 <CODE>set</CODE> method for the artifacts property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getArtifacts().add(newItem);
- * </pre>
- *
- *
- * <p>
- * Objects of the following type(s) are allowed in the list
- * {@link RemoteBasicGuidArtifact1 }
- *
- *
- */
- public List<RemoteBasicGuidArtifact1> getArtifacts() {
- if (artifacts == null) {
- artifacts = new ArrayList<RemoteBasicGuidArtifact1>();
- }
- return this.artifacts;
- }
+ /**
+ * Gets the value of the artifacts property.
+ * <p>
+ * 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 <CODE>set</CODE> method for
+ * the artifacts property.
+ * <p>
+ * For example, to add a new item, do as follows:
+ *
+ * <pre>
+ * getArtifacts().add(newItem);
+ * </pre>
+ * <p>
+ * Objects of the following type(s) are allowed in the list {@link RemoteBasicGuidArtifact1 }
+ */
+ public List<RemoteBasicGuidArtifact1> getArtifacts() {
+ if (artifacts == null) {
+ artifacts = new ArrayList<RemoteBasicGuidArtifact1>();
+ }
+ return this.artifacts;
+ }
- /**
- * Gets the value of the networkSender property.
- *
- * @return
- * possible object is
- * {@link RemoteNetworkSender1 }
- *
- */
- public RemoteNetworkSender1 getNetworkSender() {
- return networkSender;
- }
+ /**
+ * Gets the value of the networkSender property.
+ *
+ * @return possible object is {@link RemoteNetworkSender1 }
+ */
+ @Override
+ public RemoteNetworkSender1 getNetworkSender() {
+ return networkSender;
+ }
- /**
- * Sets the value of the networkSender property.
- *
- * @param value
- * allowed object is
- * {@link RemoteNetworkSender1 }
- *
- */
- public void setNetworkSender(RemoteNetworkSender1 value) {
- this.networkSender = value;
- }
+ /**
+ * Sets the value of the networkSender property.
+ *
+ * @param value allowed object is {@link RemoteNetworkSender1 }
+ */
+ public void setNetworkSender(RemoteNetworkSender1 value) {
+ this.networkSender = value;
+ }
}
diff --git a/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBranchEvent1.java b/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBranchEvent1.java
index b421f3ecdad..8bb7fb14d42 100644
--- a/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBranchEvent1.java
+++ b/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBranchEvent1.java
@@ -5,7 +5,6 @@
// Generated on: 2011.08.22 at 10:40:57 AM MST
//
-
package org.eclipse.osee.framework.messaging.event.res.msgs;
import javax.xml.bind.annotation.XmlAccessType;
@@ -14,11 +13,11 @@ import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import org.eclipse.osee.framework.messaging.event.res.RemoteEvent;
-
/**
- * <p>Java class for RemoteBranchEvent1 complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * Java class for RemoteBranchEvent1 complex type.
+ * <p>
+ * The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="RemoteBranchEvent1">
@@ -33,96 +32,71 @@ import org.eclipse.osee.framework.messaging.event.res.RemoteEvent;
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "RemoteBranchEvent1", propOrder = {
- "eventTypeGuid",
- "branchGuid",
- "networkSender"
-})
-public class RemoteBranchEvent1
- extends RemoteEvent
-{
+@XmlType(name = "RemoteBranchEvent1", propOrder = {"eventTypeGuid", "branchGuid", "networkSender"})
+public class RemoteBranchEvent1 extends RemoteEvent {
- @XmlElement(required = true)
- protected String eventTypeGuid;
- @XmlElement(required = true)
- protected String branchGuid;
- @XmlElement(required = true)
- protected RemoteNetworkSender1 networkSender;
+ @XmlElement(required = true)
+ protected String eventTypeGuid;
+ @XmlElement(required = true)
+ protected String branchGuid;
+ @XmlElement(required = true)
+ protected RemoteNetworkSender1 networkSender;
- /**
- * Gets the value of the eventTypeGuid property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getEventTypeGuid() {
- return eventTypeGuid;
- }
+ /**
+ * Gets the value of the eventTypeGuid property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getEventTypeGuid() {
+ return eventTypeGuid;
+ }
- /**
- * Sets the value of the eventTypeGuid property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setEventTypeGuid(String value) {
- this.eventTypeGuid = value;
- }
+ /**
+ * Sets the value of the eventTypeGuid property.
+ *
+ * @param value allowed object is {@link String }
+ */
+ public void setEventTypeGuid(String value) {
+ this.eventTypeGuid = value;
+ }
- /**
- * Gets the value of the branchGuid property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getBranchGuid() {
- return branchGuid;
- }
+ /**
+ * Gets the value of the branchGuid property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getBranchGuid() {
+ return branchGuid;
+ }
- /**
- * Sets the value of the branchGuid property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setBranchGuid(String value) {
- this.branchGuid = value;
- }
+ /**
+ * Sets the value of the branchGuid property.
+ *
+ * @param value allowed object is {@link String }
+ */
+ public void setBranchGuid(String value) {
+ this.branchGuid = value;
+ }
- /**
- * Gets the value of the networkSender property.
- *
- * @return
- * possible object is
- * {@link RemoteNetworkSender1 }
- *
- */
- public RemoteNetworkSender1 getNetworkSender() {
- return networkSender;
- }
+ /**
+ * Gets the value of the networkSender property.
+ *
+ * @return possible object is {@link RemoteNetworkSender1 }
+ */
+ @Override
+ public RemoteNetworkSender1 getNetworkSender() {
+ return networkSender;
+ }
- /**
- * Sets the value of the networkSender property.
- *
- * @param value
- * allowed object is
- * {@link RemoteNetworkSender1 }
- *
- */
- public void setNetworkSender(RemoteNetworkSender1 value) {
- this.networkSender = value;
- }
+ /**
+ * Sets the value of the networkSender property.
+ *
+ * @param value allowed object is {@link RemoteNetworkSender1 }
+ */
+ public void setNetworkSender(RemoteNetworkSender1 value) {
+ this.networkSender = value;
+ }
}
diff --git a/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBroadcastEvent1.java b/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBroadcastEvent1.java
index 73447af216f..d9371a37b79 100644
--- a/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBroadcastEvent1.java
+++ b/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBroadcastEvent1.java
@@ -5,7 +5,6 @@
// Generated on: 2011.08.22 at 10:40:57 AM MST
//
-
package org.eclipse.osee.framework.messaging.event.res.msgs;
import java.util.ArrayList;
@@ -16,11 +15,11 @@ import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import org.eclipse.osee.framework.messaging.event.res.RemoteEvent;
-
/**
- * <p>Java class for RemoteBroadcastEvent1 complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * Java class for RemoteBroadcastEvent1 complex type.
+ * <p>
+ * The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="RemoteBroadcastEvent1">
@@ -36,128 +35,95 @@ import org.eclipse.osee.framework.messaging.event.res.RemoteEvent;
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "RemoteBroadcastEvent1", propOrder = {
- "eventTypeGuid",
- "userIds",
- "message",
- "networkSender"
-})
-public class RemoteBroadcastEvent1
- extends RemoteEvent
-{
+@XmlType(name = "RemoteBroadcastEvent1", propOrder = {"eventTypeGuid", "userIds", "message", "networkSender"})
+public class RemoteBroadcastEvent1 extends RemoteEvent {
- @XmlElement(required = true)
- protected String eventTypeGuid;
- @XmlElement(required = true)
- protected List<String> userIds;
- @XmlElement(required = true)
- protected String message;
- @XmlElement(required = true)
- protected RemoteNetworkSender1 networkSender;
+ @XmlElement(required = true)
+ protected String eventTypeGuid;
+ @XmlElement(required = true)
+ protected List<String> userIds;
+ @XmlElement(required = true)
+ protected String message;
+ @XmlElement(required = true)
+ protected RemoteNetworkSender1 networkSender;
- /**
- * Gets the value of the eventTypeGuid property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getEventTypeGuid() {
- return eventTypeGuid;
- }
+ /**
+ * Gets the value of the eventTypeGuid property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getEventTypeGuid() {
+ return eventTypeGuid;
+ }
- /**
- * Sets the value of the eventTypeGuid property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setEventTypeGuid(String value) {
- this.eventTypeGuid = value;
- }
+ /**
+ * Sets the value of the eventTypeGuid property.
+ *
+ * @param value allowed object is {@link String }
+ */
+ public void setEventTypeGuid(String value) {
+ this.eventTypeGuid = value;
+ }
- /**
- * Gets the value of the userIds property.
- *
- * <p>
- * 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 <CODE>set</CODE> method for the userIds property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getUserIds().add(newItem);
- * </pre>
- *
- *
- * <p>
- * Objects of the following type(s) are allowed in the list
- * {@link String }
- *
- *
- */
- public List<String> getUserIds() {
- if (userIds == null) {
- userIds = new ArrayList<String>();
- }
- return this.userIds;
- }
+ /**
+ * Gets the value of the userIds property.
+ * <p>
+ * 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 <CODE>set</CODE> method for
+ * the userIds property.
+ * <p>
+ * For example, to add a new item, do as follows:
+ *
+ * <pre>
+ * getUserIds().add(newItem);
+ * </pre>
+ * <p>
+ * Objects of the following type(s) are allowed in the list {@link String }
+ */
+ public List<String> getUserIds() {
+ if (userIds == null) {
+ userIds = new ArrayList<String>();
+ }
+ return this.userIds;
+ }
- /**
- * Gets the value of the message property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMessage() {
- return message;
- }
+ /**
+ * Gets the value of the message property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getMessage() {
+ return message;
+ }
- /**
- * Sets the value of the message property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMessage(String value) {
- this.message = value;
- }
+ /**
+ * Sets the value of the message property.
+ *
+ * @param value allowed object is {@link String }
+ */
+ public void setMessage(String value) {
+ this.message = value;
+ }
- /**
- * Gets the value of the networkSender property.
- *
- * @return
- * possible object is
- * {@link RemoteNetworkSender1 }
- *
- */
- public RemoteNetworkSender1 getNetworkSender() {
- return networkSender;
- }
+ /**
+ * Gets the value of the networkSender property.
+ *
+ * @return possible object is {@link RemoteNetworkSender1 }
+ */
+ @Override
+ public RemoteNetworkSender1 getNetworkSender() {
+ return networkSender;
+ }
- /**
- * Sets the value of the networkSender property.
- *
- * @param value
- * allowed object is
- * {@link RemoteNetworkSender1 }
- *
- */
- public void setNetworkSender(RemoteNetworkSender1 value) {
- this.networkSender = value;
- }
+ /**
+ * Sets the value of the networkSender property.
+ *
+ * @param value allowed object is {@link RemoteNetworkSender1 }
+ */
+ public void setNetworkSender(RemoteNetworkSender1 value) {
+ this.networkSender = value;
+ }
}
diff --git a/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemotePersistEvent1.java b/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemotePersistEvent1.java
index 62d3b209b83..a039c903f47 100644
--- a/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemotePersistEvent1.java
+++ b/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemotePersistEvent1.java
@@ -5,7 +5,6 @@
// Generated on: 2011.08.22 at 10:40:57 AM MST
//
-
package org.eclipse.osee.framework.messaging.event.res.msgs;
import java.util.ArrayList;
@@ -16,11 +15,11 @@ import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import org.eclipse.osee.framework.messaging.event.res.RemoteEvent;
-
/**
- * <p>Java class for RemotePersistEvent1 complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * Java class for RemotePersistEvent1 complex type.
+ * <p>
+ * The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="RemotePersistEvent1">
@@ -38,183 +37,144 @@ import org.eclipse.osee.framework.messaging.event.res.RemoteEvent;
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "RemotePersistEvent1", propOrder = {
- "branchGuid",
- "transactionId",
- "artifacts",
- "relations",
- "relationReorders",
- "networkSender"
-})
-public class RemotePersistEvent1
- extends RemoteEvent
-{
-
- @XmlElement(required = true)
- protected String branchGuid;
- protected int transactionId;
- @XmlElement(required = true)
- protected List<RemoteBasicGuidArtifact1> artifacts;
- @XmlElement(required = true)
- protected List<RemoteBasicGuidRelation1> relations;
- @XmlElement(required = true)
- protected List<RemoteBasicGuidRelationReorder1> relationReorders;
- @XmlElement(required = true)
- protected RemoteNetworkSender1 networkSender;
-
- /**
- * Gets the value of the branchGuid property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getBranchGuid() {
- return branchGuid;
- }
-
- /**
- * Sets the value of the branchGuid property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setBranchGuid(String value) {
- this.branchGuid = value;
- }
-
- /**
- * Gets the value of the transactionId property.
- *
- */
- public int getTransactionId() {
- return transactionId;
- }
-
- /**
- * Sets the value of the transactionId property.
- *
- */
- public void setTransactionId(int value) {
- this.transactionId = value;
- }
-
- /**
- * Gets the value of the artifacts property.
- *
- * <p>
- * 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 <CODE>set</CODE> method for the artifacts property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getArtifacts().add(newItem);
- * </pre>
- *
- *
- * <p>
- * Objects of the following type(s) are allowed in the list
- * {@link RemoteBasicGuidArtifact1 }
- *
- *
- */
- public List<RemoteBasicGuidArtifact1> getArtifacts() {
- if (artifacts == null) {
- artifacts = new ArrayList<RemoteBasicGuidArtifact1>();
- }
- return this.artifacts;
- }
-
- /**
- * Gets the value of the relations property.
- *
- * <p>
- * 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 <CODE>set</CODE> method for the relations property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getRelations().add(newItem);
- * </pre>
- *
- *
- * <p>
- * Objects of the following type(s) are allowed in the list
- * {@link RemoteBasicGuidRelation1 }
- *
- *
- */
- public List<RemoteBasicGuidRelation1> getRelations() {
- if (relations == null) {
- relations = new ArrayList<RemoteBasicGuidRelation1>();
- }
- return this.relations;
- }
-
- /**
- * Gets the value of the relationReorders property.
- *
- * <p>
- * 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 <CODE>set</CODE> method for the relationReorders property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getRelationReorders().add(newItem);
- * </pre>
- *
- *
- * <p>
- * Objects of the following type(s) are allowed in the list
- * {@link RemoteBasicGuidRelationReorder1 }
- *
- *
- */
- public List<RemoteBasicGuidRelationReorder1> getRelationReorders() {
- if (relationReorders == null) {
- relationReorders = new ArrayList<RemoteBasicGuidRelationReorder1>();
- }
- return this.relationReorders;
- }
-
- /**
- * Gets the value of the networkSender property.
- *
- * @return
- * possible object is
- * {@link RemoteNetworkSender1 }
- *
- */
- public RemoteNetworkSender1 getNetworkSender() {
- return networkSender;
- }
-
- /**
- * Sets the value of the networkSender property.
- *
- * @param value
- * allowed object is
- * {@link RemoteNetworkSender1 }
- *
- */
- public void setNetworkSender(RemoteNetworkSender1 value) {
- this.networkSender = value;
- }
+ "branchGuid",
+ "transactionId",
+ "artifacts",
+ "relations",
+ "relationReorders",
+ "networkSender"})
+public class RemotePersistEvent1 extends RemoteEvent {
+
+ @XmlElement(required = true)
+ protected String branchGuid;
+ protected int transactionId;
+ @XmlElement(required = true)
+ protected List<RemoteBasicGuidArtifact1> artifacts;
+ @XmlElement(required = true)
+ protected List<RemoteBasicGuidRelation1> relations;
+ @XmlElement(required = true)
+ protected List<RemoteBasicGuidRelationReorder1> relationReorders;
+ @XmlElement(required = true)
+ protected RemoteNetworkSender1 networkSender;
+
+ /**
+ * Gets the value of the branchGuid property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getBranchGuid() {
+ return branchGuid;
+ }
+
+ /**
+ * Sets the value of the branchGuid property.
+ *
+ * @param value allowed object is {@link String }
+ */
+ public void setBranchGuid(String value) {
+ this.branchGuid = value;
+ }
+
+ /**
+ * Gets the value of the transactionId property.
+ */
+ public int getTransactionId() {
+ return transactionId;
+ }
+
+ /**
+ * Sets the value of the transactionId property.
+ */
+ public void setTransactionId(int value) {
+ this.transactionId = value;
+ }
+
+ /**
+ * Gets the value of the artifacts property.
+ * <p>
+ * 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 <CODE>set</CODE> method for
+ * the artifacts property.
+ * <p>
+ * For example, to add a new item, do as follows:
+ *
+ * <pre>
+ * getArtifacts().add(newItem);
+ * </pre>
+ * <p>
+ * Objects of the following type(s) are allowed in the list {@link RemoteBasicGuidArtifact1 }
+ */
+ public List<RemoteBasicGuidArtifact1> getArtifacts() {
+ if (artifacts == null) {
+ artifacts = new ArrayList<RemoteBasicGuidArtifact1>();
+ }
+ return this.artifacts;
+ }
+
+ /**
+ * Gets the value of the relations property.
+ * <p>
+ * 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 <CODE>set</CODE> method for
+ * the relations property.
+ * <p>
+ * For example, to add a new item, do as follows:
+ *
+ * <pre>
+ * getRelations().add(newItem);
+ * </pre>
+ * <p>
+ * Objects of the following type(s) are allowed in the list {@link RemoteBasicGuidRelation1 }
+ */
+ public List<RemoteBasicGuidRelation1> getRelations() {
+ if (relations == null) {
+ relations = new ArrayList<RemoteBasicGuidRelation1>();
+ }
+ return this.relations;
+ }
+
+ /**
+ * Gets the value of the relationReorders property.
+ * <p>
+ * 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 <CODE>set</CODE> method for
+ * the relationReorders property.
+ * <p>
+ * For example, to add a new item, do as follows:
+ *
+ * <pre>
+ * getRelationReorders().add(newItem);
+ * </pre>
+ * <p>
+ * Objects of the following type(s) are allowed in the list {@link RemoteBasicGuidRelationReorder1 }
+ */
+ public List<RemoteBasicGuidRelationReorder1> getRelationReorders() {
+ if (relationReorders == null) {
+ relationReorders = new ArrayList<RemoteBasicGuidRelationReorder1>();
+ }
+ return this.relationReorders;
+ }
+
+ /**
+ * Gets the value of the networkSender property.
+ *
+ * @return possible object is {@link RemoteNetworkSender1 }
+ */
+ @Override
+ public RemoteNetworkSender1 getNetworkSender() {
+ return networkSender;
+ }
+
+ /**
+ * Sets the value of the networkSender property.
+ *
+ * @param value allowed object is {@link RemoteNetworkSender1 }
+ */
+ public void setNetworkSender(RemoteNetworkSender1 value) {
+ this.networkSender = value;
+ }
}
diff --git a/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteTransactionEvent1.java b/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteTransactionEvent1.java
index 6a7d14c1ac7..bec50f658ee 100644
--- a/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteTransactionEvent1.java
+++ b/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteTransactionEvent1.java
@@ -5,7 +5,6 @@
// Generated on: 2011.08.22 at 10:40:57 AM MST
//
-
package org.eclipse.osee.framework.messaging.event.res.msgs;
import java.util.ArrayList;
@@ -16,11 +15,11 @@ import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import org.eclipse.osee.framework.messaging.event.res.RemoteEvent;
-
/**
- * <p>Java class for RemoteTransactionEvent1 complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * Java class for RemoteTransactionEvent1 complex type.
+ * <p>
+ * The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="RemoteTransactionEvent1">
@@ -35,101 +34,75 @@ import org.eclipse.osee.framework.messaging.event.res.RemoteEvent;
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "RemoteTransactionEvent1", propOrder = {
- "eventTypeGuid",
- "transactions",
- "networkSender"
-})
-public class RemoteTransactionEvent1
- extends RemoteEvent
-{
+@XmlType(name = "RemoteTransactionEvent1", propOrder = {"eventTypeGuid", "transactions", "networkSender"})
+public class RemoteTransactionEvent1 extends RemoteEvent {
- @XmlElement(required = true)
- protected String eventTypeGuid;
- @XmlElement(required = true)
- protected List<RemoteTransactionChange1> transactions;
- @XmlElement(required = true)
- protected RemoteNetworkSender1 networkSender;
+ @XmlElement(required = true)
+ protected String eventTypeGuid;
+ @XmlElement(required = true)
+ protected List<RemoteTransactionChange1> transactions;
+ @XmlElement(required = true)
+ protected RemoteNetworkSender1 networkSender;
- /**
- * Gets the value of the eventTypeGuid property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getEventTypeGuid() {
- return eventTypeGuid;
- }
+ /**
+ * Gets the value of the eventTypeGuid property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getEventTypeGuid() {
+ return eventTypeGuid;
+ }
- /**
- * Sets the value of the eventTypeGuid property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setEventTypeGuid(String value) {
- this.eventTypeGuid = value;
- }
+ /**
+ * Sets the value of the eventTypeGuid property.
+ *
+ * @param value allowed object is {@link String }
+ */
+ public void setEventTypeGuid(String value) {
+ this.eventTypeGuid = value;
+ }
- /**
- * Gets the value of the transactions property.
- *
- * <p>
- * 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 <CODE>set</CODE> method for the transactions property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getTransactions().add(newItem);
- * </pre>
- *
- *
- * <p>
- * Objects of the following type(s) are allowed in the list
- * {@link RemoteTransactionChange1 }
- *
- *
- */
- public List<RemoteTransactionChange1> getTransactions() {
- if (transactions == null) {
- transactions = new ArrayList<RemoteTransactionChange1>();
- }
- return this.transactions;
- }
+ /**
+ * Gets the value of the transactions property.
+ * <p>
+ * 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 <CODE>set</CODE> method for
+ * the transactions property.
+ * <p>
+ * For example, to add a new item, do as follows:
+ *
+ * <pre>
+ * getTransactions().add(newItem);
+ * </pre>
+ * <p>
+ * Objects of the following type(s) are allowed in the list {@link RemoteTransactionChange1 }
+ */
+ public List<RemoteTransactionChange1> getTransactions() {
+ if (transactions == null) {
+ transactions = new ArrayList<RemoteTransactionChange1>();
+ }
+ return this.transactions;
+ }
- /**
- * Gets the value of the networkSender property.
- *
- * @return
- * possible object is
- * {@link RemoteNetworkSender1 }
- *
- */
- public RemoteNetworkSender1 getNetworkSender() {
- return networkSender;
- }
+ /**
+ * Gets the value of the networkSender property.
+ *
+ * @return possible object is {@link RemoteNetworkSender1 }
+ */
+ @Override
+ public RemoteNetworkSender1 getNetworkSender() {
+ return networkSender;
+ }
- /**
- * Sets the value of the networkSender property.
- *
- * @param value
- * allowed object is
- * {@link RemoteNetworkSender1 }
- *
- */
- public void setNetworkSender(RemoteNetworkSender1 value) {
- this.networkSender = value;
- }
+ /**
+ * Sets the value of the networkSender property.
+ *
+ * @param value allowed object is {@link RemoteNetworkSender1 }
+ */
+ public void setNetworkSender(RemoteNetworkSender1 value) {
+ this.networkSender = value;
+ }
}

Back to the top