X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=webservices%2Fcompbio%2Fdata%2Fmsa%2Fjaxws%2FPullExecStatisticsResponse.java;h=068b404e8baef4395d4f3341d56cb18f5ab29cf1;hb=27e1fc31d6e3cc48e5abddcc939f3c73b11fcd55;hp=70986ab7dbcc07c33812beabad67ace6b55261bb;hpb=16561770367cb0b1203eb195eef91a74b1229036;p=jabaws.git diff --git a/webservices/compbio/data/msa/jaxws/PullExecStatisticsResponse.java b/webservices/compbio/data/msa/jaxws/PullExecStatisticsResponse.java index 70986ab..068b404 100644 --- a/webservices/compbio/data/msa/jaxws/PullExecStatisticsResponse.java +++ b/webservices/compbio/data/msa/jaxws/PullExecStatisticsResponse.java @@ -6,7 +6,6 @@ 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/") @XmlAccessorType(XmlAccessType.FIELD) @@ -14,14 +13,14 @@ import compbio.metadata.ChunkHolder; 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; }