Disembl and Jronn web services work. Modified to produce raw scores Globplot script...
[jabaws.git] / webservices / compbio / data / msa / jaxws / GetAnnotationResponse.java
index c9d0d5b..d7adf3c 100644 (file)
@@ -1,6 +1,7 @@
 \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
@@ -14,14 +15,14 @@ import javax.xml.bind.annotation.XmlType;
 public class GetAnnotationResponse {\r
 \r
     @XmlElement(name = "return", namespace = "")\r
-    private HashSet<compbio.data.sequence.Score> _return;\r
+    private HashMap<String, HashSet<compbio.data.sequence.Score>> _return;\r
 \r
     /**\r
      * \r
      * @return\r
-     *     returns HashSet<Score>\r
+     *     returns HashMap<String,HashSet<Score>>\r
      */\r
-    public HashSet<compbio.data.sequence.Score> getReturn() {\r
+    public HashMap<String, HashSet<compbio.data.sequence.Score>> getReturn() {\r
         return this._return;\r
     }\r
 \r
@@ -30,7 +31,7 @@ public class GetAnnotationResponse {
      * @param _return\r
      *     the value for the _return property\r
      */\r
-    public void setReturn(HashSet<compbio.data.sequence.Score> _return) {\r
+    public void setReturn(HashMap<String, HashSet<compbio.data.sequence.Score>> _return) {\r
         this._return = _return;\r
     }\r
 \r