AAConWS further work and test cases
[jabaws.git] / webservices / compbio / data / msa / jaxws / PullExecStatisticsResponse.java
index 70986ab..068b404 100644 (file)
@@ -6,7 +6,6 @@ import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlElement;\r
 import javax.xml.bind.annotation.XmlRootElement;\r
 import javax.xml.bind.annotation.XmlType;\r
-import compbio.metadata.ChunkHolder;\r
 \r
 @XmlRootElement(name = "pullExecStatisticsResponse", namespace = "http://msa.data.compbio/01/01/2010/")\r
 @XmlAccessorType(XmlAccessType.FIELD)\r
@@ -14,14 +13,14 @@ import compbio.metadata.ChunkHolder;
 public class PullExecStatisticsResponse {\r
 \r
     @XmlElement(name = "return", namespace = "")\r
-    private ChunkHolder _return;\r
+    private compbio.metadata.ChunkHolder _return;\r
 \r
     /**\r
      * \r
      * @return\r
      *     returns ChunkHolder\r
      */\r
-    public ChunkHolder getReturn() {\r
+    public compbio.metadata.ChunkHolder getReturn() {\r
         return this._return;\r
     }\r
 \r
@@ -30,7 +29,7 @@ public class PullExecStatisticsResponse {
      * @param _return\r
      *     the value for the _return property\r
      */\r
-    public void setReturn(ChunkHolder _return) {\r
+    public void setReturn(compbio.metadata.ChunkHolder _return) {\r
         this._return = _return;\r
     }\r
 \r