X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=webservices%2Fcompbio%2Fdata%2Fmsa%2Fjaxws%2FGetResultResponse.java;h=d8596b079330822289b71c71d00cf8584953faac;hb=8116c0444fe98e8eb21bcdd8ded06e1429085823;hp=bbf44681e441ef92763b24ae2049aefe75dd3c09;hpb=d182b2d2b6ede7c952c6ca5a24b1576c6a194eed;p=jabaws.git diff --git a/webservices/compbio/data/msa/jaxws/GetResultResponse.java b/webservices/compbio/data/msa/jaxws/GetResultResponse.java index bbf4468..d8596b0 100644 --- a/webservices/compbio/data/msa/jaxws/GetResultResponse.java +++ b/webservices/compbio/data/msa/jaxws/GetResultResponse.java @@ -13,14 +13,14 @@ import javax.xml.bind.annotation.XmlType; public class GetResultResponse { @XmlElement(name = "return", namespace = "") - private compbio.data.sequence.RNAstruct _return; + private compbio.data.sequence.Alignment _return; /** * * @return - * returns RNAstruct + * returns Alignment */ - public compbio.data.sequence.RNAstruct getReturn() { + public compbio.data.sequence.Alignment getReturn() { return this._return; } @@ -29,7 +29,7 @@ public class GetResultResponse { * @param _return * the value for the _return property */ - public void setReturn(compbio.data.sequence.RNAstruct _return) { + public void setReturn(compbio.data.sequence.Alignment _return) { this._return = _return; }