Move Category into data.msa package from ws.server to get it into min jabaws package.
[jabaws.git] / webservices / compbio / data / msa / jaxws / GetServiceCategoriesResponse.java
index 536dabc..9db80f7 100644 (file)
@@ -14,14 +14,14 @@ import javax.xml.bind.annotation.XmlType;
 public class GetServiceCategoriesResponse {\r
 \r
     @XmlElement(name = "return", namespace = "")\r
-    private Set<compbio.ws.server.Category> _return;\r
+    private Set<compbio.data.msa.Category> _return;\r
 \r
     /**\r
      * \r
      * @return\r
      *     returns Set<Category>\r
      */\r
-    public Set<compbio.ws.server.Category> getReturn() {\r
+    public Set<compbio.data.msa.Category> getReturn() {\r
         return this._return;\r
     }\r
 \r
@@ -30,7 +30,7 @@ public class GetServiceCategoriesResponse {
      * @param _return\r
      *     the value for the _return property\r
      */\r
-    public void setReturn(Set<compbio.ws.server.Category> _return) {\r
+    public void setReturn(Set<compbio.data.msa.Category> _return) {\r
         this._return = _return;\r
     }\r
 \r