AAConWS is working
[jabaws.git] / webservices / compbio / data / msa / jaxws / GetLimitResponse.java
index 249e7e4..9419923 100644 (file)
@@ -6,6 +6,7 @@ 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.Limit;\r
 \r
 @XmlRootElement(name = "getLimitResponse", namespace = "http://msa.data.compbio/01/01/2010/")\r
 @XmlAccessorType(XmlAccessType.FIELD)\r
@@ -13,14 +14,14 @@ import javax.xml.bind.annotation.XmlType;
 public class GetLimitResponse {\r
 \r
     @XmlElement(name = "return", namespace = "")\r
-    private compbio.metadata.Limit _return;\r
+    private Limit _return;\r
 \r
     /**\r
      * \r
      * @return\r
      *     returns Limit\r
      */\r
-    public compbio.metadata.Limit getReturn() {\r
+    public Limit getReturn() {\r
         return this._return;\r
     }\r
 \r
@@ -29,7 +30,7 @@ public class GetLimitResponse {
      * @param _return\r
      *     the value for the _return property\r
      */\r
-    public void setReturn(compbio.metadata.Limit _return) {\r
+    public void setReturn(Limit _return) {\r
         this._return = _return;\r
     }\r
 \r