Finally, the new web services are working
[jabaws.git] / webservices / compbio / data / msa / jaxws / GetAnnotationResponse.java
index d7adf3c..749551e 100644 (file)
@@ -1,8 +1,6 @@
 \r
 package compbio.data.msa.jaxws;\r
 \r
-import java.util.HashMap;\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
@@ -15,14 +13,14 @@ import javax.xml.bind.annotation.XmlType;
 public class GetAnnotationResponse {\r
 \r
     @XmlElement(name = "return", namespace = "")\r
-    private HashMap<String, HashSet<compbio.data.sequence.Score>> _return;\r
+    private compbio.data.sequence.ScoreManager _return;\r
 \r
     /**\r
      * \r
      * @return\r
-     *     returns HashMap<String,HashSet<Score>>\r
+     *     returns ScoreManager\r
      */\r
-    public HashMap<String, HashSet<compbio.data.sequence.Score>> getReturn() {\r
+    public compbio.data.sequence.ScoreManager getReturn() {\r
         return this._return;\r
     }\r
 \r
@@ -31,7 +29,7 @@ public class GetAnnotationResponse {
      * @param _return\r
      *     the value for the _return property\r
      */\r
-    public void setReturn(HashMap<String, HashSet<compbio.data.sequence.Score>> _return) {\r
+    public void setReturn(compbio.data.sequence.ScoreManager _return) {\r
         this._return = _return;\r
     }\r
 \r