Update for web services stubs
[jabaws.git] / webservices / compbio / data / msa / jaxws / GetServiceDescriptionResponse.java
diff --git a/webservices/compbio/data/msa/jaxws/GetServiceDescriptionResponse.java b/webservices/compbio/data/msa/jaxws/GetServiceDescriptionResponse.java
new file mode 100644 (file)
index 0000000..42a76ad
--- /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 = "getServiceDescriptionResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
+@XmlAccessorType(XmlAccessType.FIELD)\r
+@XmlType(name = "getServiceDescriptionResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
+public class GetServiceDescriptionResponse {\r
+\r
+    @XmlElement(name = "return", namespace = "")\r
+    private String _return;\r
+\r
+    /**\r
+     * \r
+     * @return\r
+     *     returns String\r
+     */\r
+    public String getReturn() {\r
+        return this._return;\r
+    }\r
+\r
+    /**\r
+     * \r
+     * @param _return\r
+     *     the value for the _return property\r
+     */\r
+    public void setReturn(String _return) {\r
+        this._return = _return;\r
+    }\r
+\r
+}\r