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