X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=webservices%2Fcompbio%2Fdata%2Fmsa%2Fjaxws%2FGetJobStatusResponse.java;h=0f81c3929b211df2af76090cc66a95d92b4efe19;hb=3644426ec0e9e9ceb798bd426085d8d9dd8dbb56;hp=4db9fd462edf9dc4cf3e69ec6ae21e68e0ce78c7;hpb=212bbd43c19f645cccef34a608dc001fb694833c;p=jabaws.git diff --git a/webservices/compbio/data/msa/jaxws/GetJobStatusResponse.java b/webservices/compbio/data/msa/jaxws/GetJobStatusResponse.java index 4db9fd4..0f81c39 100644 --- a/webservices/compbio/data/msa/jaxws/GetJobStatusResponse.java +++ b/webservices/compbio/data/msa/jaxws/GetJobStatusResponse.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.JobStatus; -@XmlRootElement(name = "getJobStatusResponse", namespace = "http://msa.data.compbio/01/01/2010/") +@XmlRootElement(name = "getJobStatusResponse", namespace = "http://msa.data.compbio/01/12/2010/") @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "getJobStatusResponse", namespace = "http://msa.data.compbio/01/01/2010/") +@XmlType(name = "getJobStatusResponse", namespace = "http://msa.data.compbio/01/12/2010/") public class GetJobStatusResponse { @XmlElement(name = "return", namespace = "") - private JobStatus _return; + private compbio.metadata.JobStatus _return; /** * * @return * returns JobStatus */ - public JobStatus getReturn() { + public compbio.metadata.JobStatus getReturn() { return this._return; } @@ -30,7 +29,7 @@ public class GetJobStatusResponse { * @param _return * the value for the _return property */ - public void setReturn(JobStatus _return) { + public void setReturn(compbio.metadata.JobStatus _return) { this._return = _return; }