Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorddunne2010-09-20 16:28:50 +0000
committerRyan D. Brooks2010-09-20 16:28:50 +0000
commitd799b025b9bf629923a0bae85e5a8b47b4fa4952 (patch)
treed586292104de4e81c059577f630bfb6248b5674b /plugins/org.eclipse.osee.coverage/src-gen
parentfc19091da28ea99a661148e8ba677d6bb01dba10 (diff)
downloadorg.eclipse.osee-d799b025b9bf629923a0bae85e5a8b47b4fa4952.tar.gz
org.eclipse.osee-d799b025b9bf629923a0bae85e5a8b47b4fa4952.tar.xz
org.eclipse.osee-d799b025b9bf629923a0bae85e5a8b47b4fa4952.zip
feature[ats_UYPM6]: Partial - coverage tool needs ability to link ATS to coverage methods
Diffstat (limited to 'plugins/org.eclipse.osee.coverage/src-gen')
-rw-r--r--plugins/org.eclipse.osee.coverage/src-gen/org/eclipse/osee/coverage/msgs/CoverageChange1.java125
-rw-r--r--plugins/org.eclipse.osee.coverage/src-gen/org/eclipse/osee/coverage/msgs/CoveragePackageEvent1.java132
-rw-r--r--plugins/org.eclipse.osee.coverage/src-gen/org/eclipse/osee/coverage/msgs/CoveragePackageSave.java235
-rw-r--r--plugins/org.eclipse.osee.coverage/src-gen/org/eclipse/osee/coverage/msgs/ObjectFactory.java68
4 files changed, 325 insertions, 235 deletions
diff --git a/plugins/org.eclipse.osee.coverage/src-gen/org/eclipse/osee/coverage/msgs/CoverageChange1.java b/plugins/org.eclipse.osee.coverage/src-gen/org/eclipse/osee/coverage/msgs/CoverageChange1.java
new file mode 100644
index 00000000000..d2478c2bc9f
--- /dev/null
+++ b/plugins/org.eclipse.osee.coverage/src-gen/org/eclipse/osee/coverage/msgs/CoverageChange1.java
@@ -0,0 +1,125 @@
+//
+// 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.09.20 at 02:51:29 PM MST
+//
+
+
+package org.eclipse.osee.coverage.msgs;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for CoverageChange1 complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * &lt;complexType name="CoverageChange1">
+ * &lt;complexContent>
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * &lt;sequence>
+ * &lt;element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * &lt;element name="guid" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * &lt;element name="modTypeGuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * &lt;/sequence>
+ * &lt;/restriction>
+ * &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "CoverageChange1", propOrder = {
+ "name",
+ "guid",
+ "modTypeGuid"
+})
+public class CoverageChange1 {
+
+ @XmlElement(required = true)
+ protected String name;
+ @XmlElement(required = true)
+ protected String guid;
+ @XmlElement(required = true)
+ protected String modTypeGuid;
+
+ /**
+ * Gets the value of the name property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getName() {
+ return name;
+ }
+
+ /**
+ * Sets the value of the name property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setName(String value) {
+ this.name = value;
+ }
+
+ /**
+ * Gets the value of the guid property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getGuid() {
+ return guid;
+ }
+
+ /**
+ * Sets the value of the guid property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setGuid(String value) {
+ this.guid = value;
+ }
+
+ /**
+ * 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;
+ }
+
+}
diff --git a/plugins/org.eclipse.osee.coverage/src-gen/org/eclipse/osee/coverage/msgs/CoveragePackageEvent1.java b/plugins/org.eclipse.osee.coverage/src-gen/org/eclipse/osee/coverage/msgs/CoveragePackageEvent1.java
new file mode 100644
index 00000000000..d25ee599ce1
--- /dev/null
+++ b/plugins/org.eclipse.osee.coverage/src-gen/org/eclipse/osee/coverage/msgs/CoveragePackageEvent1.java
@@ -0,0 +1,132 @@
+//
+// 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.09.20 at 02:51:29 PM MST
+//
+
+
+package org.eclipse.osee.coverage.msgs;
+
+import java.util.ArrayList;
+import java.util.List;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for CoveragePackageEvent1 complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * &lt;complexType name="CoveragePackageEvent1">
+ * &lt;complexContent>
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * &lt;sequence>
+ * &lt;element name="package" type="{}CoverageChange1"/>
+ * &lt;element name="coverages" type="{}CoverageChange1" maxOccurs="unbounded"/>
+ * &lt;element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * &lt;/sequence>
+ * &lt;/restriction>
+ * &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "CoveragePackageEvent1", propOrder = {
+ "_package",
+ "coverages",
+ "sessionId"
+})
+public class CoveragePackageEvent1 {
+
+ @XmlElement(name = "package", required = true)
+ protected CoverageChange1 _package;
+ @XmlElement(required = true)
+ protected List<CoverageChange1> coverages;
+ @XmlElement(required = true)
+ protected String sessionId;
+
+ /**
+ * Gets the value of the package property.
+ *
+ * @return
+ * possible object is
+ * {@link CoverageChange1 }
+ *
+ */
+ public CoverageChange1 getPackage() {
+ return _package;
+ }
+
+ /**
+ * Sets the value of the package property.
+ *
+ * @param value
+ * allowed object is
+ * {@link CoverageChange1 }
+ *
+ */
+ public void setPackage(CoverageChange1 value) {
+ this._package = value;
+ }
+
+ /**
+ * Gets the value of the coverages 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 coverages property.
+ *
+ * <p>
+ * For example, to add a new item, do as follows:
+ * <pre>
+ * getCoverages().add(newItem);
+ * </pre>
+ *
+ *
+ * <p>
+ * Objects of the following type(s) are allowed in the list
+ * {@link CoverageChange1 }
+ *
+ *
+ */
+ public List<CoverageChange1> getCoverages() {
+ if (coverages == null) {
+ coverages = new ArrayList<CoverageChange1>();
+ }
+ return this.coverages;
+ }
+
+ /**
+ * 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;
+ }
+
+}
diff --git a/plugins/org.eclipse.osee.coverage/src-gen/org/eclipse/osee/coverage/msgs/CoveragePackageSave.java b/plugins/org.eclipse.osee.coverage/src-gen/org/eclipse/osee/coverage/msgs/CoveragePackageSave.java
deleted file mode 100644
index 793ab84534d..00000000000
--- a/plugins/org.eclipse.osee.coverage/src-gen/org/eclipse/osee/coverage/msgs/CoveragePackageSave.java
+++ /dev/null
@@ -1,235 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.3 in JDK 1.6
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2010.04.08 at 07:37:57 AM MST
-//
-
-package org.eclipse.osee.coverage.msgs;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-/**
- * <p>
- * Java class for CoveragePackageSave complex type.
- * <p>
- * The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType name="CoveragePackageSave">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence>
- * &lt;element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="guids" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="sourceObject" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="machineName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="userId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="machineIp" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="clientVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="port" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CoveragePackageSave", propOrder = {
- "name",
- "guids",
- "sourceObject",
- "sessionId",
- "machineName",
- "userId",
- "machineIp",
- "clientVersion",
- "port"})
-public class CoveragePackageSave {
-
- @XmlElement(required = true)
- protected String name;
- @XmlElement(required = true)
- protected String guids;
- @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;
- @XmlElement(required = true)
- protected String port;
-
- /**
- * Gets the value of the name property.
- *
- * @return possible object is {@link String }
- */
- public String getName() {
- return name;
- }
-
- /**
- * Sets the value of the name property.
- *
- * @param value allowed object is {@link String }
- */
- public void setName(String value) {
- this.name = value;
- }
-
- /**
- * Gets the value of the guids property.
- *
- * @return possible object is {@link String }
- */
- public String getGuids() {
- return guids;
- }
-
- /**
- * Sets the value of the guids property.
- *
- * @param value allowed object is {@link String }
- */
- public void setGuids(String value) {
- this.guids = value;
- }
-
- /**
- * 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.
- *
- * @return possible object is {@link String }
- */
- public String getPort() {
- return port;
- }
-
- /**
- * Sets the value of the port property.
- *
- * @param value allowed object is {@link String }
- */
- public void setPort(String value) {
- this.port = value;
- }
-
-}
diff --git a/plugins/org.eclipse.osee.coverage/src-gen/org/eclipse/osee/coverage/msgs/ObjectFactory.java b/plugins/org.eclipse.osee.coverage/src-gen/org/eclipse/osee/coverage/msgs/ObjectFactory.java
new file mode 100644
index 00000000000..755dc320e9c
--- /dev/null
+++ b/plugins/org.eclipse.osee.coverage/src-gen/org/eclipse/osee/coverage/msgs/ObjectFactory.java
@@ -0,0 +1,68 @@
+//
+// 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.09.20 at 02:51:29 PM MST
+//
+
+
+package org.eclipse.osee.coverage.msgs;
+
+import javax.xml.bind.JAXBElement;
+import javax.xml.bind.annotation.XmlElementDecl;
+import javax.xml.bind.annotation.XmlRegistry;
+import javax.xml.namespace.QName;
+
+
+/**
+ * This object contains factory methods for each
+ * Java content interface and Java element interface
+ * generated in the org.eclipse.osee.coverage.msgs package.
+ * <p>An ObjectFactory allows you to programatically
+ * construct new instances of the Java representation
+ * for XML content. The Java representation of XML
+ * content can consist of schema derived interfaces
+ * and classes representing the binding of schema
+ * type definitions, element declarations and model
+ * groups. Factory methods for each of these are
+ * provided in this class.
+ *
+ */
+@XmlRegistry
+public class ObjectFactory {
+
+ private final static QName _CoveragePackageEvent1_QNAME = new QName("", "CoveragePackageEvent1");
+
+ /**
+ * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.eclipse.osee.coverage.msgs
+ *
+ */
+ public ObjectFactory() {
+ }
+
+ /**
+ * Create an instance of {@link CoveragePackageEvent1 }
+ *
+ */
+ public CoveragePackageEvent1 createCoveragePackageEvent1() {
+ return new CoveragePackageEvent1();
+ }
+
+ /**
+ * Create an instance of {@link CoverageChange1 }
+ *
+ */
+ public CoverageChange1 createCoverageChange1() {
+ return new CoverageChange1();
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link CoveragePackageEvent1 }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "", name = "CoveragePackageEvent1")
+ public JAXBElement<CoveragePackageEvent1> createCoveragePackageEvent1(CoveragePackageEvent1 value) {
+ return new JAXBElement<CoveragePackageEvent1>(_CoveragePackageEvent1_QNAME, CoveragePackageEvent1 .class, null, value);
+ }
+
+}

Back to the top