2 package compbio.data.msa.jaxws;
\r
4 import javax.xml.bind.annotation.XmlAccessType;
\r
5 import javax.xml.bind.annotation.XmlAccessorType;
\r
6 import javax.xml.bind.annotation.XmlElement;
\r
7 import javax.xml.bind.annotation.XmlRootElement;
\r
8 import javax.xml.bind.annotation.XmlType;
\r
10 @XmlRootElement(name = "getJobStatusResponse", namespace = "http://msa.data.compbio/01/12/2010/")
\r
11 @XmlAccessorType(XmlAccessType.FIELD)
\r
12 @XmlType(name = "getJobStatusResponse", namespace = "http://msa.data.compbio/01/12/2010/")
\r
13 public class GetJobStatusResponse {
\r
15 @XmlElement(name = "return", namespace = "")
\r
16 private compbio.metadata.JobStatus _return;
\r
23 public compbio.metadata.JobStatus getReturn() {
\r
24 return this._return;
\r
30 * the value for the _return property
\r
32 public void setReturn(compbio.metadata.JobStatus _return) {
\r
33 this._return = _return;
\r