AAConWS is working
[jabaws.git] / webservices / compbio / data / msa / jaxws / GetProgress.java
diff --git a/webservices/compbio/data/msa/jaxws/GetProgress.java b/webservices/compbio/data/msa/jaxws/GetProgress.java
deleted file mode 100644 (file)
index 5c90538..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "getProgress", namespace = "http://msa.data.compbio/01/01/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getProgress", namespace = "http://msa.data.compbio/01/01/2010/")\r
-public class GetProgress {\r
-\r
-    @XmlElement(name = "jobId", namespace = "")\r
-    private String jobId;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns String\r
-     */\r
-    public String getJobId() {\r
-        return this.jobId;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param jobId\r
-     *     the value for the jobId property\r
-     */\r
-    public void setJobId(String jobId) {\r
-        this.jobId = jobId;\r
-    }\r
-\r
-}\r