Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmisinco2011-08-16 15:59:49 +0000
committerRyan D. Brooks2011-08-16 15:59:49 +0000
commit63984fcdeff57c500df0c9ce52114f3f6670eb0d (patch)
tree5e0d3f68bd511a01b9c05d441e624e2e1c2327ad /plugins/org.eclipse.osee.framework.messaging.event.res
parent612e819915757a6d9f13a32afd924ba497517bb9 (diff)
downloadorg.eclipse.osee-63984fcdeff57c500df0c9ce52114f3f6670eb0d.tar.gz
org.eclipse.osee-63984fcdeff57c500df0c9ce52114f3f6670eb0d.tar.xz
org.eclipse.osee-63984fcdeff57c500df0c9ce52114f3f6670eb0d.zip
feature[ats_M1Y56]: Add uuid to Osee type grammar
Diffstat (limited to 'plugins/org.eclipse.osee.framework.messaging.event.res')
-rw-r--r--plugins/org.eclipse.osee.framework.messaging.event.res/jaxb/resMessages.xsd10
-rw-r--r--plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteAccessControlEvent1.java167
-rw-r--r--plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteAttributeChange1.java21
-rw-r--r--plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBasicGuidArtifact1.java309
-rw-r--r--plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBasicGuidRelation1.java443
-rw-r--r--plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBasicGuidRelationReorder1.java191
-rw-r--r--plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBranchEvent1.java156
-rw-r--r--plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBroadcastEvent1.java210
-rw-r--r--plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteNetworkSender1.java348
-rw-r--r--plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemotePersistEvent1.java328
-rw-r--r--plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteTransactionChange1.java152
-rw-r--r--plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteTransactionEvent1.java167
12 files changed, 1405 insertions, 1097 deletions
diff --git a/plugins/org.eclipse.osee.framework.messaging.event.res/jaxb/resMessages.xsd b/plugins/org.eclipse.osee.framework.messaging.event.res/jaxb/resMessages.xsd
index 8f2e6253af2..d4279e17fe5 100644
--- a/plugins/org.eclipse.osee.framework.messaging.event.res/jaxb/resMessages.xsd
+++ b/plugins/org.eclipse.osee.framework.messaging.event.res/jaxb/resMessages.xsd
@@ -70,7 +70,7 @@
<xsd:sequence>
<xsd:element name="modTypeGuid" type="xsd:string"/>
<xsd:element name="branchGuid" type="xsd:string"/>
- <xsd:element name="relTypeGuid" type="xsd:string"/>
+ <xsd:element name="relTypeGuid" type="xsd:long"/>
<xsd:element name="relationId" type="xsd:int"/>
<xsd:element name="gammaId" type="xsd:int"/>
<xsd:element name="artAId" type="xsd:int"/>
@@ -85,10 +85,10 @@
<xsd:sequence>
<xsd:element name="modTypeGuid" type="xsd:string"/>
<xsd:element name="branchGuid" type="xsd:string"/>
- <xsd:element name="artTypeGuid" type="xsd:string"/>
+ <xsd:element name="artTypeGuid" type="xsd:long"/>
<xsd:element name="artGuid" type="xsd:string"/>
<xsd:element name="attributes" type="RemoteAttributeChange1" maxOccurs="unbounded" minOccurs="1"/>
- <xsd:element name="toArtTypeGuid" type="xsd:string"/>
+ <xsd:element name="toArtTypeGuid" type="xsd:long"/>
</xsd:sequence>
</xsd:complexType>
@@ -97,7 +97,7 @@
<xsd:sequence>
<xsd:element name="modTypeGuid" type="xsd:string"/>
<xsd:element name="branchGuid" type="xsd:string"/>
- <xsd:element name="relTypeGuid" type="xsd:string"/>
+ <xsd:element name="relTypeGuid" type="xsd:long"/>
<xsd:element name="parentArt" type="RemoteBasicGuidArtifact1" maxOccurs="1" minOccurs="1"/>
</xsd:sequence>
@@ -105,7 +105,7 @@
<xsd:complexType name="RemoteAttributeChange1">
<xsd:sequence>
- <xsd:element name="attrTypeGuid" type="xsd:string"/>
+ <xsd:element name="attrTypeGuid" type="xsd:long"/>
<xsd:element name="modTypeGuid" type="xsd:string"/>
<xsd:element name="attributeId" type="xsd:int"/>
<xsd:element name="gammaId" type="xsd:int"/>
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 d9bfb67eac1..56b77747d47 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
@@ -1,10 +1,11 @@
//
-// 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.06.04 at 10:11:33 AM MST
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 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: 2011.08.22 at 10:40:57 AM MST
//
+
package org.eclipse.osee.framework.messaging.event.res.msgs;
import java.util.ArrayList;
@@ -15,11 +16,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">
@@ -34,75 +35,101 @@ 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 }
- */
- @Override
- public RemoteNetworkSender1 getNetworkSender() {
- return networkSender;
- }
+ /**
+ * 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;
- }
+ /**
+ * 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/RemoteAttributeChange1.java b/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteAttributeChange1.java
index abece868757..6562b6dad4f 100644
--- a/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteAttributeChange1.java
+++ b/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteAttributeChange1.java
@@ -1,8 +1,8 @@
//
-// 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
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 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: 2011.08.22 at 10:40:57 AM MST
//
package org.eclipse.osee.framework.messaging.event.res.msgs;
@@ -26,7 +26,7 @@ import org.eclipse.osee.framework.messaging.event.res.RemoteEvent;
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
- * &lt;element name="attrTypeGuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * &lt;element name="attrTypeGuid" type="{http://www.w3.org/2001/XMLSchema}long"/>
* &lt;element name="modTypeGuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
* &lt;element name="attributeId" type="{http://www.w3.org/2001/XMLSchema}int"/>
* &lt;element name="gammaId" type="{http://www.w3.org/2001/XMLSchema}int"/>
@@ -41,8 +41,7 @@ import org.eclipse.osee.framework.messaging.event.res.RemoteEvent;
@XmlType(name = "RemoteAttributeChange1", propOrder = {"attrTypeGuid", "modTypeGuid", "attributeId", "gammaId", "data"})
public class RemoteAttributeChange1 extends RemoteEvent {
- @XmlElement(required = true)
- protected String attrTypeGuid;
+ protected long attrTypeGuid;
@XmlElement(required = true)
protected String modTypeGuid;
protected int attributeId;
@@ -52,19 +51,15 @@ public class RemoteAttributeChange1 extends RemoteEvent {
/**
* Gets the value of the attrTypeGuid property.
- *
- * @return possible object is {@link String }
*/
- public String getAttrTypeGuid() {
+ public long getAttrTypeGuid() {
return attrTypeGuid;
}
/**
* Sets the value of the attrTypeGuid property.
- *
- * @param value allowed object is {@link String }
*/
- public void setAttrTypeGuid(String value) {
+ public void setAttrTypeGuid(long value) {
this.attrTypeGuid = value;
}
diff --git a/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBasicGuidArtifact1.java b/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBasicGuidArtifact1.java
index 60e473ed9d4..50eb17acaa3 100644
--- a/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBasicGuidArtifact1.java
+++ b/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBasicGuidArtifact1.java
@@ -1,10 +1,11 @@
//
-// 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
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 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: 2011.08.22 at 10:40:57 AM MST
//
+
package org.eclipse.osee.framework.messaging.event.res.msgs;
import java.util.ArrayList;
@@ -15,11 +16,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 RemoteBasicGuidArtifact1 complex type.
- * <p>
- * The following schema fragment specifies the expected content contained within this class.
+ * <p>Java class for RemoteBasicGuidArtifact1 complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="RemoteBasicGuidArtifact1">
@@ -28,149 +29,173 @@ import org.eclipse.osee.framework.messaging.event.res.RemoteEvent;
* &lt;sequence>
* &lt;element name="modTypeGuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
* &lt;element name="branchGuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="artTypeGuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * &lt;element name="artTypeGuid" type="{http://www.w3.org/2001/XMLSchema}long"/>
* &lt;element name="artGuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
* &lt;element name="attributes" type="{}RemoteAttributeChange1" maxOccurs="unbounded"/>
- * &lt;element name="toArtTypeGuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * &lt;element name="toArtTypeGuid" type="{http://www.w3.org/2001/XMLSchema}long"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "RemoteBasicGuidArtifact1", propOrder = {
- "modTypeGuid",
- "branchGuid",
- "artTypeGuid",
- "artGuid",
- "attributes",
- "toArtTypeGuid"})
-public class RemoteBasicGuidArtifact1 extends RemoteEvent {
-
- @XmlElement(required = true)
- protected String modTypeGuid;
- @XmlElement(required = true)
- protected String branchGuid;
- @XmlElement(required = true)
- protected String artTypeGuid;
- @XmlElement(required = true)
- protected String artGuid;
- @XmlElement(required = true)
- protected List<RemoteAttributeChange1> attributes;
- @XmlElement(required = true)
- protected String toArtTypeGuid;
-
- /**
- * Gets the value of the modTypeGuid property.
- *
- * @return possible object is {@link String }
- */
- public String getModTypeGuid() {
- return modTypeGuid;
- }
-
- /**
- * Sets the value of the modTypeGuid property.
- *
- * @param value allowed object is {@link String }
- */
- public void setModTypeGuid(String value) {
- this.modTypeGuid = value;
- }
-
- /**
- * 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 artTypeGuid property.
- *
- * @return possible object is {@link String }
- */
- public String getArtTypeGuid() {
- return artTypeGuid;
- }
-
- /**
- * Sets the value of the artTypeGuid property.
- *
- * @param value allowed object is {@link String }
- */
- public void setArtTypeGuid(String value) {
- this.artTypeGuid = value;
- }
-
- /**
- * Gets the value of the artGuid property.
- *
- * @return possible object is {@link String }
- */
- public String getArtGuid() {
- return artGuid;
- }
-
- /**
- * Sets the value of the artGuid property.
- *
- * @param value allowed object is {@link String }
- */
- public void setArtGuid(String value) {
- this.artGuid = value;
- }
-
- /**
- * Gets the value of the attributes 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 attributes property.
- * <p>
- * For example, to add a new item, do as follows:
- *
- * <pre>
- * getAttributes().add(newItem);
- * </pre>
- * <p>
- * Objects of the following type(s) are allowed in the list {@link RemoteAttributeChange1 }
- */
- public List<RemoteAttributeChange1> getAttributes() {
- if (attributes == null) {
- attributes = new ArrayList<RemoteAttributeChange1>();
- }
- return this.attributes;
- }
-
- /**
- * Gets the value of the toArtTypeGuid property.
- *
- * @return possible object is {@link String }
- */
- public String getToArtTypeGuid() {
- return toArtTypeGuid;
- }
-
- /**
- * Sets the value of the toArtTypeGuid property.
- *
- * @param value allowed object is {@link String }
- */
- public void setToArtTypeGuid(String value) {
- this.toArtTypeGuid = value;
- }
+ "modTypeGuid",
+ "branchGuid",
+ "artTypeGuid",
+ "artGuid",
+ "attributes",
+ "toArtTypeGuid"
+})
+public class RemoteBasicGuidArtifact1
+ extends RemoteEvent
+{
+
+ @XmlElement(required = true)
+ protected String modTypeGuid;
+ @XmlElement(required = true)
+ protected String branchGuid;
+ protected long artTypeGuid;
+ @XmlElement(required = true)
+ protected String artGuid;
+ @XmlElement(required = true)
+ protected List<RemoteAttributeChange1> attributes;
+ protected long toArtTypeGuid;
+
+ /**
+ * Gets the value of the modTypeGuid property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getModTypeGuid() {
+ return modTypeGuid;
+ }
+
+ /**
+ * Sets the value of the modTypeGuid property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setModTypeGuid(String value) {
+ this.modTypeGuid = value;
+ }
+
+ /**
+ * 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 artTypeGuid property.
+ *
+ */
+ public long getArtTypeGuid() {
+ return artTypeGuid;
+ }
+
+ /**
+ * Sets the value of the artTypeGuid property.
+ *
+ */
+ public void setArtTypeGuid(long value) {
+ this.artTypeGuid = value;
+ }
+
+ /**
+ * Gets the value of the artGuid property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getArtGuid() {
+ return artGuid;
+ }
+
+ /**
+ * Sets the value of the artGuid property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setArtGuid(String value) {
+ this.artGuid = value;
+ }
+
+ /**
+ * Gets the value of the attributes 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 attributes property.
+ *
+ * <p>
+ * For example, to add a new item, do as follows:
+ * <pre>
+ * getAttributes().add(newItem);
+ * </pre>
+ *
+ *
+ * <p>
+ * Objects of the following type(s) are allowed in the list
+ * {@link RemoteAttributeChange1 }
+ *
+ *
+ */
+ public List<RemoteAttributeChange1> getAttributes() {
+ if (attributes == null) {
+ attributes = new ArrayList<RemoteAttributeChange1>();
+ }
+ return this.attributes;
+ }
+
+ /**
+ * Gets the value of the toArtTypeGuid property.
+ *
+ */
+ public long getToArtTypeGuid() {
+ return toArtTypeGuid;
+ }
+
+ /**
+ * Sets the value of the toArtTypeGuid property.
+ *
+ */
+ public void setToArtTypeGuid(long value) {
+ this.toArtTypeGuid = value;
+ }
}
diff --git a/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBasicGuidRelation1.java b/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBasicGuidRelation1.java
index 25e31db56eb..21f72100863 100644
--- a/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBasicGuidRelation1.java
+++ b/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBasicGuidRelation1.java
@@ -1,10 +1,11 @@
//
-// 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.17 at 02:18:17 PM MST
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 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: 2011.08.22 at 10:40:57 AM MST
//
+
package org.eclipse.osee.framework.messaging.event.res.msgs;
import javax.xml.bind.annotation.XmlAccessType;
@@ -13,11 +14,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 RemoteBasicGuidRelation1 complex type.
- * <p>
- * The following schema fragment specifies the expected content contained within this class.
+ * <p>Java class for RemoteBasicGuidRelation1 complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="RemoteBasicGuidRelation1">
@@ -26,7 +27,7 @@ import org.eclipse.osee.framework.messaging.event.res.RemoteEvent;
* &lt;sequence>
* &lt;element name="modTypeGuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
* &lt;element name="branchGuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="relTypeGuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * &lt;element name="relTypeGuid" type="{http://www.w3.org/2001/XMLSchema}long"/>
* &lt;element name="relationId" type="{http://www.w3.org/2001/XMLSchema}int"/>
* &lt;element name="gammaId" type="{http://www.w3.org/2001/XMLSchema}int"/>
* &lt;element name="artAId" type="{http://www.w3.org/2001/XMLSchema}int"/>
@@ -39,200 +40,240 @@ import org.eclipse.osee.framework.messaging.event.res.RemoteEvent;
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "RemoteBasicGuidRelation1", propOrder = {
- "modTypeGuid",
- "branchGuid",
- "relTypeGuid",
- "relationId",
- "gammaId",
- "artAId",
- "artA",
- "artBId",
- "artB",
- "rationale"})
-public class RemoteBasicGuidRelation1 extends RemoteEvent {
-
- @XmlElement(required = true)
- protected String modTypeGuid;
- @XmlElement(required = true)
- protected String branchGuid;
- @XmlElement(required = true)
- protected String relTypeGuid;
- protected int relationId;
- protected int gammaId;
- protected int artAId;
- @XmlElement(required = true)
- protected RemoteBasicGuidArtifact1 artA;
- protected int artBId;
- @XmlElement(required = true)
- protected RemoteBasicGuidArtifact1 artB;
- @XmlElement(required = true)
- protected String rationale;
-
- /**
- * Gets the value of the modTypeGuid property.
- *
- * @return possible object is {@link String }
- */
- public String getModTypeGuid() {
- return modTypeGuid;
- }
-
- /**
- * Sets the value of the modTypeGuid property.
- *
- * @param value allowed object is {@link String }
- */
- public void setModTypeGuid(String value) {
- this.modTypeGuid = value;
- }
-
- /**
- * 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 relTypeGuid property.
- *
- * @return possible object is {@link String }
- */
- public String getRelTypeGuid() {
- return relTypeGuid;
- }
-
- /**
- * Sets the value of the relTypeGuid property.
- *
- * @param value allowed object is {@link String }
- */
- public void setRelTypeGuid(String value) {
- this.relTypeGuid = value;
- }
-
- /**
- * Gets the value of the relationId property.
- */
- public int getRelationId() {
- return relationId;
- }
-
- /**
- * Sets the value of the relationId property.
- */
- public void setRelationId(int value) {
- this.relationId = value;
- }
-
- /**
- * Gets the value of the gammaId property.
- */
- public int getGammaId() {
- return gammaId;
- }
-
- /**
- * Sets the value of the gammaId property.
- */
- public void setGammaId(int value) {
- this.gammaId = value;
- }
-
- /**
- * Gets the value of the artAId property.
- */
- public int getArtAId() {
- return artAId;
- }
-
- /**
- * Sets the value of the artAId property.
- */
- public void setArtAId(int value) {
- this.artAId = value;
- }
-
- /**
- * Gets the value of the artA property.
- *
- * @return possible object is {@link RemoteBasicGuidArtifact1 }
- */
- public RemoteBasicGuidArtifact1 getArtA() {
- return artA;
- }
-
- /**
- * Sets the value of the artA property.
- *
- * @param value allowed object is {@link RemoteBasicGuidArtifact1 }
- */
- public void setArtA(RemoteBasicGuidArtifact1 value) {
- this.artA = value;
- }
-
- /**
- * Gets the value of the artBId property.
- */
- public int getArtBId() {
- return artBId;
- }
-
- /**
- * Sets the value of the artBId property.
- */
- public void setArtBId(int value) {
- this.artBId = value;
- }
-
- /**
- * Gets the value of the artB property.
- *
- * @return possible object is {@link RemoteBasicGuidArtifact1 }
- */
- public RemoteBasicGuidArtifact1 getArtB() {
- return artB;
- }
-
- /**
- * Sets the value of the artB property.
- *
- * @param value allowed object is {@link RemoteBasicGuidArtifact1 }
- */
- public void setArtB(RemoteBasicGuidArtifact1 value) {
- this.artB = value;
- }
-
- /**
- * Gets the value of the rationale property.
- *
- * @return possible object is {@link String }
- */
- public String getRationale() {
- return rationale;
- }
-
- /**
- * Sets the value of the rationale property.
- *
- * @param value allowed object is {@link String }
- */
- public void setRationale(String value) {
- this.rationale = value;
- }
+ "modTypeGuid",
+ "branchGuid",
+ "relTypeGuid",
+ "relationId",
+ "gammaId",
+ "artAId",
+ "artA",
+ "artBId",
+ "artB",
+ "rationale"
+})
+public class RemoteBasicGuidRelation1
+ extends RemoteEvent
+{
+
+ @XmlElement(required = true)
+ protected String modTypeGuid;
+ @XmlElement(required = true)
+ protected String branchGuid;
+ protected long relTypeGuid;
+ protected int relationId;
+ protected int gammaId;
+ protected int artAId;
+ @XmlElement(required = true)
+ protected RemoteBasicGuidArtifact1 artA;
+ protected int artBId;
+ @XmlElement(required = true)
+ protected RemoteBasicGuidArtifact1 artB;
+ @XmlElement(required = true)
+ protected String rationale;
+
+ /**
+ * Gets the value of the modTypeGuid property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getModTypeGuid() {
+ return modTypeGuid;
+ }
+
+ /**
+ * Sets the value of the modTypeGuid property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setModTypeGuid(String value) {
+ this.modTypeGuid = value;
+ }
+
+ /**
+ * 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 relTypeGuid property.
+ *
+ */
+ public long getRelTypeGuid() {
+ return relTypeGuid;
+ }
+
+ /**
+ * Sets the value of the relTypeGuid property.
+ *
+ */
+ public void setRelTypeGuid(long value) {
+ this.relTypeGuid = value;
+ }
+
+ /**
+ * Gets the value of the relationId property.
+ *
+ */
+ public int getRelationId() {
+ return relationId;
+ }
+
+ /**
+ * Sets the value of the relationId property.
+ *
+ */
+ public void setRelationId(int value) {
+ this.relationId = value;
+ }
+
+ /**
+ * Gets the value of the gammaId property.
+ *
+ */
+ public int getGammaId() {
+ return gammaId;
+ }
+
+ /**
+ * Sets the value of the gammaId property.
+ *
+ */
+ public void setGammaId(int value) {
+ this.gammaId = value;
+ }
+
+ /**
+ * Gets the value of the artAId property.
+ *
+ */
+ public int getArtAId() {
+ return artAId;
+ }
+
+ /**
+ * Sets the value of the artAId property.
+ *
+ */
+ public void setArtAId(int value) {
+ this.artAId = value;
+ }
+
+ /**
+ * Gets the value of the artA property.
+ *
+ * @return
+ * possible object is
+ * {@link RemoteBasicGuidArtifact1 }
+ *
+ */
+ public RemoteBasicGuidArtifact1 getArtA() {
+ return artA;
+ }
+
+ /**
+ * Sets the value of the artA property.
+ *
+ * @param value
+ * allowed object is
+ * {@link RemoteBasicGuidArtifact1 }
+ *
+ */
+ public void setArtA(RemoteBasicGuidArtifact1 value) {
+ this.artA = value;
+ }
+
+ /**
+ * Gets the value of the artBId property.
+ *
+ */
+ public int getArtBId() {
+ return artBId;
+ }
+
+ /**
+ * Sets the value of the artBId property.
+ *
+ */
+ public void setArtBId(int value) {
+ this.artBId = value;
+ }
+
+ /**
+ * Gets the value of the artB property.
+ *
+ * @return
+ * possible object is
+ * {@link RemoteBasicGuidArtifact1 }
+ *
+ */
+ public RemoteBasicGuidArtifact1 getArtB() {
+ return artB;
+ }
+
+ /**
+ * Sets the value of the artB property.
+ *
+ * @param value
+ * allowed object is
+ * {@link RemoteBasicGuidArtifact1 }
+ *
+ */
+ public void setArtB(RemoteBasicGuidArtifact1 value) {
+ this.artB = value;
+ }
+
+ /**
+ * Gets the value of the rationale property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getRationale() {
+ return rationale;
+ }
+
+ /**
+ * Sets the value of the rationale property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setRationale(String value) {
+ this.rationale = value;
+ }
}
diff --git a/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBasicGuidRelationReorder1.java b/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBasicGuidRelationReorder1.java
index 3320b715800..abad351bfce 100644
--- a/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBasicGuidRelationReorder1.java
+++ b/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteBasicGuidRelationReorder1.java
@@ -1,10 +1,11 @@
//
-// 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.07.23 at 07:00:27 AM MST
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 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: 2011.08.22 at 10:40:57 AM MST
//
+
package org.eclipse.osee.framework.messaging.event.res.msgs;
import javax.xml.bind.annotation.XmlAccessType;
@@ -13,11 +14,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 RemoteBasicGuidRelationReorder1 complex type.
- * <p>
- * The following schema fragment specifies the expected content contained within this class.
+ * <p>Java class for RemoteBasicGuidRelationReorder1 complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="RemoteBasicGuidRelationReorder1">
@@ -26,97 +27,121 @@ import org.eclipse.osee.framework.messaging.event.res.RemoteEvent;
* &lt;sequence>
* &lt;element name="modTypeGuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
* &lt;element name="branchGuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="relTypeGuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * &lt;element name="relTypeGuid" type="{http://www.w3.org/2001/XMLSchema}long"/>
* &lt;element name="parentArt" type="{}RemoteBasicGuidArtifact1"/>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "RemoteBasicGuidRelationReorder1", propOrder = {"modTypeGuid", "branchGuid", "relTypeGuid", "parentArt"})
-public class RemoteBasicGuidRelationReorder1 extends RemoteEvent {
+@XmlType(name = "RemoteBasicGuidRelationReorder1", propOrder = {
+ "modTypeGuid",
+ "branchGuid",
+ "relTypeGuid",
+ "parentArt"
+})
+public class RemoteBasicGuidRelationReorder1
+ extends RemoteEvent
+{
- @XmlElement(required = true)
- protected String modTypeGuid;
- @XmlElement(required = true)
- protected String branchGuid;
- @XmlElement(required = true)
- protected String relTypeGuid;
- @XmlElement(required = true)
- protected RemoteBasicGuidArtifact1 parentArt;
+ @XmlElement(required = true)
+ protected String modTypeGuid;
+ @XmlElement(required = true)
+ protected String branchGuid;
+ protected long relTypeGuid;
+ @XmlElement(required = true)
+ protected RemoteBasicGuidArtifact1 parentArt;
- /**
- * Gets the value of the modTypeGuid property.
- *
- * @return possible object is {@link String }
- */
- public String getModTypeGuid() {
- return modTypeGuid;
- }
+ /**
+ * Gets the value of the modTypeGuid property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getModTypeGuid() {
+ return modTypeGuid;
+ }
- /**
- * Sets the value of the modTypeGuid property.
- *
- * @param value allowed object is {@link String }
- */
- public void setModTypeGuid(String value) {
- this.modTypeGuid = value;
- }
+ /**
+ * Sets the value of the modTypeGuid property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setModTypeGuid(String value) {
+ this.modTypeGuid = 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 relTypeGuid property.
- *
- * @return possible object is {@link String }
- */
- public String getRelTypeGuid() {
- return relTypeGuid;
- }
+ /**
+ * Gets the value of the relTypeGuid property.
+ *
+ */
+ public long getRelTypeGuid() {
+ return relTypeGuid;
+ }
- /**
- * Sets the value of the relTypeGuid property.
- *
- * @param value allowed object is {@link String }
- */
- public void setRelTypeGuid(String value) {
- this.relTypeGuid = value;
- }
+ /**
+ * Sets the value of the relTypeGuid property.
+ *
+ */
+ public void setRelTypeGuid(long value) {
+ this.relTypeGuid = value;
+ }
- /**
- * Gets the value of the parentArt property.
- *
- * @return possible object is {@link RemoteBasicGuidArtifact1 }
- */
- public RemoteBasicGuidArtifact1 getParentArt() {
- return parentArt;
- }
+ /**
+ * Gets the value of the parentArt property.
+ *
+ * @return
+ * possible object is
+ * {@link RemoteBasicGuidArtifact1 }
+ *
+ */
+ public RemoteBasicGuidArtifact1 getParentArt() {
+ return parentArt;
+ }
- /**
- * Sets the value of the parentArt property.
- *
- * @param value allowed object is {@link RemoteBasicGuidArtifact1 }
- */
- public void setParentArt(RemoteBasicGuidArtifact1 value) {
- this.parentArt = value;
- }
+ /**
+ * Sets the value of the parentArt property.
+ *
+ * @param value
+ * allowed object is
+ * {@link RemoteBasicGuidArtifact1 }
+ *
+ */
+ public void setParentArt(RemoteBasicGuidArtifact1 value) {
+ this.parentArt = 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 8bd303c032a..b421f3ecdad 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
@@ -1,10 +1,11 @@
//
-// 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.28 at 09:30:30 AM MST
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 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: 2011.08.22 at 10:40:57 AM MST
//
+
package org.eclipse.osee.framework.messaging.event.res.msgs;
import javax.xml.bind.annotation.XmlAccessType;
@@ -13,11 +14,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">
@@ -32,71 +33,96 @@ 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 }
- */
- @Override
- public RemoteNetworkSender1 getNetworkSender() {
- return networkSender;
- }
+ /**
+ * 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;
- }
+ /**
+ * 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 714005f5936..73447af216f 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
@@ -1,10 +1,11 @@
//
-// 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
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 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: 2011.08.22 at 10:40:57 AM MST
//
+
package org.eclipse.osee.framework.messaging.event.res.msgs;
import java.util.ArrayList;
@@ -15,11 +16,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">
@@ -35,95 +36,128 @@ 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 }
- */
- @Override
- public RemoteNetworkSender1 getNetworkSender() {
- return networkSender;
- }
+ /**
+ * 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;
- }
+ /**
+ * 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/RemoteNetworkSender1.java b/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteNetworkSender1.java
index b4a628099f4..538f2315544 100644
--- a/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteNetworkSender1.java
+++ b/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteNetworkSender1.java
@@ -1,10 +1,11 @@
//
-// 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
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 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: 2011.08.22 at 10:40:57 AM MST
//
+
package org.eclipse.osee.framework.messaging.event.res.msgs;
import javax.xml.bind.annotation.XmlAccessType;
@@ -13,11 +14,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 RemoteNetworkSender1 complex type.
- * <p>
- * The following schema fragment specifies the expected content contained within this class.
+ * <p>Java class for RemoteNetworkSender1 complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="RemoteNetworkSender1">
@@ -36,152 +37,195 @@ import org.eclipse.osee.framework.messaging.event.res.RemoteEvent;
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "RemoteNetworkSender1", propOrder = {
- "sourceObject",
- "sessionId",
- "machineName",
- "userId",
- "machineIp",
- "clientVersion",
- "port"})
-public class RemoteNetworkSender1 extends RemoteEvent {
-
- @XmlElement(required = true)
- protected String sourceObject;
- @XmlElement(required = true)
- protected String sessionId;
- @XmlElement(required = true)
- protected String machineName;
- @XmlElement(required = true)
- protected String userId;
- @XmlElement(required = true)
- protected String machineIp;
- @XmlElement(required = true)
- protected String clientVersion;
- protected int port;
-
- /**
- * Gets the value of the sourceObject property.
- *
- * @return possible object is {@link String }
- */
- public String getSourceObject() {
- return sourceObject;
- }
-
- /**
- * Sets the value of the sourceObject property.
- *
- * @param value allowed object is {@link String }
- */
- public void setSourceObject(String value) {
- this.sourceObject = value;
- }
-
- /**
- * Gets the value of the sessionId property.
- *
- * @return possible object is {@link String }
- */
- public String getSessionId() {
- return sessionId;
- }
-
- /**
- * Sets the value of the sessionId property.
- *
- * @param value allowed object is {@link String }
- */
- public void setSessionId(String value) {
- this.sessionId = value;
- }
-
- /**
- * Gets the value of the machineName property.
- *
- * @return possible object is {@link String }
- */
- public String getMachineName() {
- return machineName;
- }
-
- /**
- * Sets the value of the machineName property.
- *
- * @param value allowed object is {@link String }
- */
- public void setMachineName(String value) {
- this.machineName = value;
- }
-
- /**
- * Gets the value of the userId property.
- *
- * @return possible object is {@link String }
- */
- public String getUserId() {
- return userId;
- }
-
- /**
- * Sets the value of the userId property.
- *
- * @param value allowed object is {@link String }
- */
- public void setUserId(String value) {
- this.userId = value;
- }
-
- /**
- * Gets the value of the machineIp property.
- *
- * @return possible object is {@link String }
- */
- public String getMachineIp() {
- return machineIp;
- }
-
- /**
- * Sets the value of the machineIp property.
- *
- * @param value allowed object is {@link String }
- */
- public void setMachineIp(String value) {
- this.machineIp = value;
- }
-
- /**
- * Gets the value of the clientVersion property.
- *
- * @return possible object is {@link String }
- */
- public String getClientVersion() {
- return clientVersion;
- }
-
- /**
- * Sets the value of the clientVersion property.
- *
- * @param value allowed object is {@link String }
- */
- public void setClientVersion(String value) {
- this.clientVersion = value;
- }
-
- /**
- * Gets the value of the port property.
- */
- public int getPort() {
- return port;
- }
-
- /**
- * Sets the value of the port property.
- */
- public void setPort(int value) {
- this.port = value;
- }
+ "sourceObject",
+ "sessionId",
+ "machineName",
+ "userId",
+ "machineIp",
+ "clientVersion",
+ "port"
+})
+public class RemoteNetworkSender1
+ extends RemoteEvent
+{
+
+ @XmlElement(required = true)
+ protected String sourceObject;
+ @XmlElement(required = true)
+ protected String sessionId;
+ @XmlElement(required = true)
+ protected String machineName;
+ @XmlElement(required = true)
+ protected String userId;
+ @XmlElement(required = true)
+ protected String machineIp;
+ @XmlElement(required = true)
+ protected String clientVersion;
+ protected int port;
+
+ /**
+ * Gets the value of the sourceObject property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getSourceObject() {
+ return sourceObject;
+ }
+
+ /**
+ * Sets the value of the sourceObject property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setSourceObject(String value) {
+ this.sourceObject = value;
+ }
+
+ /**
+ * Gets the value of the sessionId property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getSessionId() {
+ return sessionId;
+ }
+
+ /**
+ * Sets the value of the sessionId property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setSessionId(String value) {
+ this.sessionId = value;
+ }
+
+ /**
+ * Gets the value of the machineName property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getMachineName() {
+ return machineName;
+ }
+
+ /**
+ * Sets the value of the machineName property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setMachineName(String value) {
+ this.machineName = value;
+ }
+
+ /**
+ * Gets the value of the userId property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getUserId() {
+ return userId;
+ }
+
+ /**
+ * Sets the value of the userId property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setUserId(String value) {
+ this.userId = value;
+ }
+
+ /**
+ * Gets the value of the machineIp property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getMachineIp() {
+ return machineIp;
+ }
+
+ /**
+ * Sets the value of the machineIp property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setMachineIp(String value) {
+ this.machineIp = value;
+ }
+
+ /**
+ * Gets the value of the clientVersion property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getClientVersion() {
+ return clientVersion;
+ }
+
+ /**
+ * Sets the value of the clientVersion property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setClientVersion(String value) {
+ this.clientVersion = value;
+ }
+
+ /**
+ * Gets the value of the port property.
+ *
+ */
+ public int getPort() {
+ return port;
+ }
+
+ /**
+ * Sets the value of the port property.
+ *
+ */
+ public void setPort(int value) {
+ this.port = 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 13e83d5d741..62d3b209b83 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
@@ -1,10 +1,11 @@
//
-// 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.07.23 at 07:00:27 AM MST
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 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: 2011.08.22 at 10:40:57 AM MST
//
+
package org.eclipse.osee.framework.messaging.event.res.msgs;
import java.util.ArrayList;
@@ -15,11 +16,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">
@@ -37,144 +38,183 @@ 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 }
- */
- @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;
- }
+ "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;
+ }
}
diff --git a/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteTransactionChange1.java b/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteTransactionChange1.java
index 1878cd6226a..432711d0599 100644
--- a/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteTransactionChange1.java
+++ b/plugins/org.eclipse.osee.framework.messaging.event.res/src-gen/org/eclipse/osee/framework/messaging/event/res/msgs/RemoteTransactionChange1.java
@@ -1,10 +1,11 @@
//
-// 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.28 at 02:08:30 PM MST
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 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: 2011.08.22 at 10:40:57 AM MST
//
+
package org.eclipse.osee.framework.messaging.event.res.msgs;
import java.util.ArrayList;
@@ -15,11 +16,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 RemoteTransactionChange1 complex type.
- * <p>
- * The following schema fragment specifies the expected content contained within this class.
+ * <p>Java class for RemoteTransactionChange1 complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="RemoteTransactionChange1">
@@ -34,69 +35,92 @@ import org.eclipse.osee.framework.messaging.event.res.RemoteEvent;
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
+ *
+ *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "RemoteTransactionChange1", propOrder = {"branchGuid", "transactionId", "artifacts"})
-public class RemoteTransactionChange1 extends RemoteEvent {
+@XmlType(name = "RemoteTransactionChange1", propOrder = {
+ "branchGuid",
+ "transactionId",
+ "artifacts"
+})
+public class RemoteTransactionChange1
+ extends RemoteEvent
+{
- @XmlElement(required = true)
- protected String branchGuid;
- protected int transactionId;
- @XmlElement(required = true)
- protected List<RemoteBasicGuidArtifact1> artifacts;
+ @XmlElement(required = true)
+ protected String branchGuid;
+ protected int transactionId;
+ @XmlElement(required = true)
+ protected List<RemoteBasicGuidArtifact1> artifacts;
- /**
- * 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 transactionId property.
- */
- public int getTransactionId() {
- return transactionId;
- }
+ /**
+ * 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;
- }
+ /**
+ * 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 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;
+ }
}
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 8e6709a9c37..6a7d14c1ac7 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
@@ -1,10 +1,11 @@
//
-// 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.28 at 02:08:30 PM MST
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 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: 2011.08.22 at 10:40:57 AM MST
//
+
package org.eclipse.osee.framework.messaging.event.res.msgs;
import java.util.ArrayList;
@@ -15,11 +16,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">
@@ -34,75 +35,101 @@ 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 }
- */
- @Override
- public RemoteNetworkSender1 getNetworkSender() {
- return networkSender;
- }
+ /**
+ * 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;
- }
+ /**
+ * 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