Update for web services stubs
[jabaws.git] / webservices / compbio / data / msa / jaxws / GetServiceDescription.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 = "getServiceDescription", namespace = "http://msa.data.compbio/01/12/2010/")\r
11 @XmlAccessorType(XmlAccessType.FIELD)\r
12 @XmlType(name = "getServiceDescription", namespace = "http://msa.data.compbio/01/12/2010/")\r
13 public class GetServiceDescription {\r
14 \r
15     @XmlElement(name = "arg0", namespace = "")\r
16     private compbio.ws.client.Services arg0;\r
17 \r
18     /**\r
19      * \r
20      * @return\r
21      *     returns Services\r
22      */\r
23     public compbio.ws.client.Services getArg0() {\r
24         return this.arg0;\r
25     }\r
26 \r
27     /**\r
28      * \r
29      * @param arg0\r
30      *     the value for the arg0 property\r
31      */\r
32     public void setArg0(compbio.ws.client.Services arg0) {\r
33         this.arg0 = arg0;\r
34     }\r
35 \r
36 }\r