X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=server%2Fcompbio%2Fws%2Fjpred%2Fjaxws%2FFindSequenceResponse.java;h=a2b881ba2ab823aa7e19b67c725b06afe5807902;hb=3ffab52508e753a5486dc7ec20b3ff5b72b2604e;hp=7889071dc8fe121d49ea9e0b452c8d1cb7d4ab64;hpb=a800da3ae360d3b3430265ed5385056c16155b4c;p=proteocache.git diff --git a/server/compbio/ws/jpred/jaxws/FindSequenceResponse.java b/server/compbio/ws/jpred/jaxws/FindSequenceResponse.java index 7889071..a2b881b 100644 --- a/server/compbio/ws/jpred/jaxws/FindSequenceResponse.java +++ b/server/compbio/ws/jpred/jaxws/FindSequenceResponse.java @@ -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; }