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