X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=webservices%2Fcompbio%2Fdata%2Fmsa%2Fjaxws%2FGetConservationResponse.java;fp=webservices%2Fcompbio%2Fdata%2Fmsa%2Fjaxws%2FGetConservationResponse.java;h=0000000000000000000000000000000000000000;hb=45154567757138fa61f345bee3429246a98f1969;hp=fe7fd58b1d159a332d4614bd338d46c4b20a5384;hpb=c6a81e764710c10a6ee8b6c9fbac287d2abd2dfa;p=jabaws.git diff --git a/webservices/compbio/data/msa/jaxws/GetConservationResponse.java b/webservices/compbio/data/msa/jaxws/GetConservationResponse.java deleted file mode 100644 index fe7fd58..0000000 --- a/webservices/compbio/data/msa/jaxws/GetConservationResponse.java +++ /dev/null @@ -1,37 +0,0 @@ - -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; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - -@XmlRootElement(name = "getConservationResponse", namespace = "http://msa.data.compbio/01/12/2010/") -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "getConservationResponse", namespace = "http://msa.data.compbio/01/12/2010/") -public class GetConservationResponse { - - @XmlElement(name = "return", namespace = "") - private HashSet _return; - - /** - * - * @return - * returns HashSet - */ - public HashSet getReturn() { - return this._return; - } - - /** - * - * @param _return - * the value for the _return property - */ - public void setReturn(HashSet _return) { - this._return = _return; - } - -}