Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrbrooks2010-07-24 17:38:31 +0000
committerrbrooks2010-07-24 17:38:31 +0000
commit4081f04850d3eff9eb1bd7241763707bfbb43a45 (patch)
tree258620df94d4b24077ff103a6c4dea9cb78493fb /plugins/org.eclipse.osee.coverage/src-gen
parent4ed8bddc791fda93940f238c5135556a07041dc0 (diff)
downloadorg.eclipse.osee-4081f04850d3eff9eb1bd7241763707bfbb43a45.tar.gz
org.eclipse.osee-4081f04850d3eff9eb1bd7241763707bfbb43a45.tar.xz
org.eclipse.osee-4081f04850d3eff9eb1bd7241763707bfbb43a45.zip
applied Eclipse source cleanup
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/CoveragePackageSave.java438
-rw-r--r--plugins/org.eclipse.osee.coverage/src-gen/org/eclipse/osee/coverage/msgs/ObjectFactory.java69
2 files changed, 216 insertions, 291 deletions
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
index a1f2cffb35d..9e5f4ca4626 100644
--- 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
@@ -5,7 +5,6 @@
// Generated on: 2010.04.08 at 07:37:57 AM MST
//
-
package org.eclipse.osee.coverage.msgs;
import javax.xml.bind.annotation.XmlAccessType;
@@ -13,11 +12,11 @@ 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.
+ * <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">
@@ -38,256 +37,191 @@ import javax.xml.bind.annotation.XmlType;
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CoveragePackageSave", propOrder = {
- "name",
- "guids",
- "sourceObject",
- "sessionId",
- "machineName",
- "userId",
- "machineIp",
- "clientVersion",
- "port"
-})
+@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;
- }
+ @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
index 8a962bab5a3..eda52b86fe2 100644
--- 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
@@ -5,7 +5,6 @@
// Generated on: 2010.04.08 at 07:37:57 AM MST
//
-
package org.eclipse.osee.coverage.msgs;
import javax.xml.bind.JAXBElement;
@@ -13,48 +12,40 @@ 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.
- *
+ * 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 _CoveragePackageSave_QNAME = new QName("", "CoveragePackageSave");
-
- /**
- * 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 CoveragePackageSave }
- *
- */
- public CoveragePackageSave createCoveragePackageSave() {
- return new CoveragePackageSave();
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link CoveragePackageSave }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "", name = "CoveragePackageSave")
- public JAXBElement<CoveragePackageSave> createCoveragePackageSave(CoveragePackageSave value) {
- return new JAXBElement<CoveragePackageSave>(_CoveragePackageSave_QNAME, CoveragePackageSave.class, null, value);
- }
+ private final static QName _CoveragePackageSave_QNAME = new QName("", "CoveragePackageSave");
+
+ /**
+ * 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 CoveragePackageSave }
+ */
+ public CoveragePackageSave createCoveragePackageSave() {
+ return new CoveragePackageSave();
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link CoveragePackageSave }{@code >}
+ */
+ @XmlElementDecl(namespace = "", name = "CoveragePackageSave")
+ public JAXBElement<CoveragePackageSave> createCoveragePackageSave(CoveragePackageSave value) {
+ return new JAXBElement<CoveragePackageSave>(_CoveragePackageSave_QNAME, CoveragePackageSave.class, null, value);
+ }
}

Back to the top