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