X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=webservices%2Fcompbio%2Fdata%2Fmsa%2Fjaxws%2FGetAnnotationResponse.java;h=749551e6d5b2d9f40b36d942455e68339fc02847;hb=HEAD;hp=c9d0d5bb72968a57e8cd2c23a35da9d1b08119a1;hpb=6695d8f2418a044b900e9a23dfc3bd04e0f7c222;p=jabaws.git diff --git a/webservices/compbio/data/msa/jaxws/GetAnnotationResponse.java b/webservices/compbio/data/msa/jaxws/GetAnnotationResponse.java index c9d0d5b..749551e 100644 --- a/webservices/compbio/data/msa/jaxws/GetAnnotationResponse.java +++ b/webservices/compbio/data/msa/jaxws/GetAnnotationResponse.java @@ -1,7 +1,6 @@ package compbio.data.msa.jaxws; -import java.util.HashSet; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; @@ -14,14 +13,14 @@ import javax.xml.bind.annotation.XmlType; public class GetAnnotationResponse { @XmlElement(name = "return", namespace = "") - private HashSet _return; + private compbio.data.sequence.ScoreManager _return; /** * * @return - * returns HashSet + * returns ScoreManager */ - public HashSet getReturn() { + public compbio.data.sequence.ScoreManager getReturn() { return this._return; } @@ -30,7 +29,7 @@ public class GetAnnotationResponse { * @param _return * the value for the _return property */ - public void setReturn(HashSet _return) { + public void setReturn(compbio.data.sequence.ScoreManager _return) { this._return = _return; }