X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=webapp%2Fcompbio%2Fws%2Fjpred%2Fjaxws%2FFindSequenceResponse.java;fp=webapp%2Fcompbio%2Fws%2Fjpred%2Fjaxws%2FFindSequenceResponse.java;h=0000000000000000000000000000000000000000;hb=59d2a68840c0c7905419304095d91faa5ef3004c;hp=b53fb20bd37f17f1fc8f46a0a45f788779e2350d;hpb=47dd2d7ec5618d9dc2afda026c5c94676f18a979;p=proteocache.git diff --git a/webapp/compbio/ws/jpred/jaxws/FindSequenceResponse.java b/webapp/compbio/ws/jpred/jaxws/FindSequenceResponse.java deleted file mode 100644 index b53fb20..0000000 --- a/webapp/compbio/ws/jpred/jaxws/FindSequenceResponse.java +++ /dev/null @@ -1,36 +0,0 @@ - -package compbio.ws.jpred.jaxws; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - -@XmlRootElement(name = "findSequenceResponse", namespace = "http://server.ws.compbio") -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "findSequenceResponse", namespace = "http://server.ws.compbio") -public class FindSequenceResponse { - - @XmlElement(name = "return", namespace = "") - private String _return; - - /** - * - * @return - * returns String - */ - public String getReturn() { - return this._return; - } - - /** - * - * @param _return - * the value for the _return property - */ - public void setReturn(String _return) { - this._return = _return; - } - -}