X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=webservices%2Fcompbio%2Fdata%2Fmsa%2Fjaxws%2FGetRunnerOptionsResponse.java;h=2278aa2ee5f6cbcf61862ced9d46dde951032ac0;hb=d7fb99d4bd919ff8489433bcf143e192a4067beb;hp=42daa5e5d899c80d72dbb7918f91825c5b432f68;hpb=212bbd43c19f645cccef34a608dc001fb694833c;p=jabaws.git diff --git a/webservices/compbio/data/msa/jaxws/GetRunnerOptionsResponse.java b/webservices/compbio/data/msa/jaxws/GetRunnerOptionsResponse.java index 42daa5e..2278aa2 100644 --- a/webservices/compbio/data/msa/jaxws/GetRunnerOptionsResponse.java +++ b/webservices/compbio/data/msa/jaxws/GetRunnerOptionsResponse.java @@ -6,22 +6,21 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; -import compbio.metadata.RunnerConfig; -@XmlRootElement(name = "getRunnerOptionsResponse", namespace = "http://msa.data.compbio/01/01/2010/") +@XmlRootElement(name = "getRunnerOptionsResponse", namespace = "http://msa.data.compbio/01/12/2010/") @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "getRunnerOptionsResponse", namespace = "http://msa.data.compbio/01/01/2010/") +@XmlType(name = "getRunnerOptionsResponse", namespace = "http://msa.data.compbio/01/12/2010/") public class GetRunnerOptionsResponse { @XmlElement(name = "return", namespace = "") - private RunnerConfig _return; + private compbio.metadata.RunnerConfig _return; /** * * @return * returns RunnerConfig */ - public RunnerConfig getReturn() { + public compbio.metadata.RunnerConfig getReturn() { return this._return; } @@ -30,7 +29,7 @@ public class GetRunnerOptionsResponse { * @param _return * the value for the _return property */ - public void setReturn(RunnerConfig _return) { + public void setReturn(compbio.metadata.RunnerConfig _return) { this._return = _return; }