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
* @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
\r
import org.apache.log4j.Logger;\r
\r
+import compbio.data.msa.Category;\r
import compbio.data.msa.JABAService;\r
import compbio.ws.client.Services;\r
import compbio.ws.client.WSTester;\r