Slight refactoring
[jabaws.git] / webservices / compbio / data / msa / jaxws / GetConservationResponse.java
diff --git a/webservices/compbio/data/msa/jaxws/GetConservationResponse.java b/webservices/compbio/data/msa/jaxws/GetConservationResponse.java
deleted file mode 100644 (file)
index fe7fd58..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import java.util.HashSet;\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 = "getConservationResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getConservationResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class GetConservationResponse {\r
-\r
-    @XmlElement(name = "return", namespace = "")\r
-    private HashSet<compbio.data.sequence.Score> _return;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns HashSet<Score>\r
-     */\r
-    public HashSet<compbio.data.sequence.Score> getReturn() {\r
-        return this._return;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param _return\r
-     *     the value for the _return property\r
-     */\r
-    public void setReturn(HashSet<compbio.data.sequence.Score> _return) {\r
-        this._return = _return;\r
-    }\r
-\r
-}\r