AAConWS is working
[jabaws.git] / webservices / compbio / data / msa / jaxws / GetResultResponse.java
index d8596b0..067ffb9 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.data.sequence.Alignment;\r
 \r
 @XmlRootElement(name = "getResultResponse", 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 GetResultResponse {\r
 \r
     @XmlElement(name = "return", namespace = "")\r
-    private compbio.data.sequence.Alignment _return;\r
+    private Alignment _return;\r
 \r
     /**\r
      * \r
      * @return\r
      *     returns Alignment\r
      */\r
-    public compbio.data.sequence.Alignment getReturn() {\r
+    public Alignment getReturn() {\r
         return this._return;\r
     }\r
 \r
@@ -29,7 +30,7 @@ public class GetResultResponse {
      * @param _return\r
      *     the value for the _return property\r
      */\r
-    public void setReturn(compbio.data.sequence.Alignment _return) {\r
+    public void setReturn(Alignment _return) {\r
         this._return = _return;\r
     }\r
 \r