Web service stubs are regenerated to incorporate new the methods. Excveption handling...
[jabaws.git] / webservices / compbio / data / msa / jaxws / GetLastTestedOnResponse.java
diff --git a/webservices/compbio/data/msa/jaxws/GetLastTestedOnResponse.java b/webservices/compbio/data/msa/jaxws/GetLastTestedOnResponse.java
new file mode 100644 (file)
index 0000000..379c2b9
--- /dev/null
@@ -0,0 +1,37 @@
+\r
+package compbio.data.msa.jaxws;\r
+\r
+import java.util.Date;\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 = "getLastTestedOnResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
+@XmlAccessorType(XmlAccessType.FIELD)\r
+@XmlType(name = "getLastTestedOnResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
+public class GetLastTestedOnResponse {\r
+\r
+    @XmlElement(name = "return", namespace = "")\r
+    private Date _return;\r
+\r
+    /**\r
+     * \r
+     * @return\r
+     *     returns Date\r
+     */\r
+    public Date getReturn() {\r
+        return this._return;\r
+    }\r
+\r
+    /**\r
+     * \r
+     * @param _return\r
+     *     the value for the _return property\r
+     */\r
+    public void setReturn(Date _return) {\r
+        this._return = _return;\r
+    }\r
+\r
+}\r