Update for web services stubs
[jabaws.git] / webservices / compbio / data / msa / jaxws / GetServiceDescription.java
diff --git a/webservices/compbio/data/msa/jaxws/GetServiceDescription.java b/webservices/compbio/data/msa/jaxws/GetServiceDescription.java
new file mode 100644 (file)
index 0000000..d55a43b
--- /dev/null
@@ -0,0 +1,36 @@
+\r
+package compbio.data.msa.jaxws;\r
+\r
+import javax.xml.bind.annotation.XmlAccessType;\r
+import javax.xml.bind.annotation.XmlAccessorType;\r
+import javax.xml.bind.annotation.XmlElement;\r
+import javax.xml.bind.annotation.XmlRootElement;\r
+import javax.xml.bind.annotation.XmlType;\r
+\r
+@XmlRootElement(name = "getServiceDescription", namespace = "http://msa.data.compbio/01/12/2010/")\r
+@XmlAccessorType(XmlAccessType.FIELD)\r
+@XmlType(name = "getServiceDescription", namespace = "http://msa.data.compbio/01/12/2010/")\r
+public class GetServiceDescription {\r
+\r
+    @XmlElement(name = "arg0", namespace = "")\r
+    private compbio.ws.client.Services arg0;\r
+\r
+    /**\r
+     * \r
+     * @return\r
+     *     returns Services\r
+     */\r
+    public compbio.ws.client.Services getArg0() {\r
+        return this.arg0;\r
+    }\r
+\r
+    /**\r
+     * \r
+     * @param arg0\r
+     *     the value for the arg0 property\r
+     */\r
+    public void setArg0(compbio.ws.client.Services arg0) {\r
+        this.arg0 = arg0;\r
+    }\r
+\r
+}\r