Update for web services stubs
[jabaws.git] / webservices / compbio / data / msa / jaxws / GetServiceCategoriesResponse.java
1 \r
2 package compbio.data.msa.jaxws;\r
3 \r
4 import java.util.Set;\r
5 import javax.xml.bind.annotation.XmlAccessType;\r
6 import javax.xml.bind.annotation.XmlAccessorType;\r
7 import javax.xml.bind.annotation.XmlElement;\r
8 import javax.xml.bind.annotation.XmlRootElement;\r
9 import javax.xml.bind.annotation.XmlType;\r
10 \r
11 @XmlRootElement(name = "getServiceCategoriesResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
12 @XmlAccessorType(XmlAccessType.FIELD)\r
13 @XmlType(name = "getServiceCategoriesResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
14 public class GetServiceCategoriesResponse {\r
15 \r
16     @XmlElement(name = "return", namespace = "")\r
17     private Set<compbio.ws.server.Category> _return;\r
18 \r
19     /**\r
20      * \r
21      * @return\r
22      *     returns Set<Category>\r
23      */\r
24     public Set<compbio.ws.server.Category> getReturn() {\r
25         return this._return;\r
26     }\r
27 \r
28     /**\r
29      * \r
30      * @param _return\r
31      *     the value for the _return property\r
32      */\r
33     public void setReturn(Set<compbio.ws.server.Category> _return) {\r
34         this._return = _return;\r
35     }\r
36 \r
37 }\r