Add new method to ProteoCacheWS web service
[proteocache.git] / server / compbio / ws / jpred / jaxws / FindSequenceResponse.java
index 7889071..a2b881b 100644 (file)
@@ -13,14 +13,14 @@ import javax.xml.bind.annotation.XmlType;
 public class FindSequenceResponse {
 
     @XmlElement(name = "return", namespace = "")
-    private String _return;
+    private int _return;
 
     /**
      * 
      * @return
-     *     returns String
+     *     returns int
      */
-    public String getReturn() {
+    public int getReturn() {
         return this._return;
     }
 
@@ -29,7 +29,7 @@ public class FindSequenceResponse {
      * @param _return
      *     the value for the _return property
      */
-    public void setReturn(String _return) {
+    public void setReturn(int _return) {
         this._return = _return;
     }