AAConWS is working
[jabaws.git] / webservices / compbio / data / msa / jaxws / GetJobStatusResponse.java
index 0f8ba68..4db9fd4 100644 (file)
@@ -6,6 +6,7 @@ import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlElement;\r
 import javax.xml.bind.annotation.XmlRootElement;\r
 import javax.xml.bind.annotation.XmlType;\r
+import compbio.metadata.JobStatus;\r
 \r
 @XmlRootElement(name = "getJobStatusResponse", namespace = "http://msa.data.compbio/01/01/2010/")\r
 @XmlAccessorType(XmlAccessType.FIELD)\r
@@ -13,14 +14,14 @@ import javax.xml.bind.annotation.XmlType;
 public class GetJobStatusResponse {\r
 \r
     @XmlElement(name = "return", namespace = "")\r
-    private compbio.metadata.JobStatus _return;\r
+    private JobStatus _return;\r
 \r
     /**\r
      * \r
      * @return\r
      *     returns JobStatus\r
      */\r
-    public compbio.metadata.JobStatus getReturn() {\r
+    public JobStatus getReturn() {\r
         return this._return;\r
     }\r
 \r
@@ -29,7 +30,7 @@ public class GetJobStatusResponse {
      * @param _return\r
      *     the value for the _return property\r
      */\r
-    public void setReturn(compbio.metadata.JobStatus _return) {\r
+    public void setReturn(JobStatus _return) {\r
         this._return = _return;\r
     }\r
 \r