Regenerated classes. No significant changes
authorSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Fri, 9 Aug 2013 09:09:34 +0000 (10:09 +0100)
committerSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Fri, 9 Aug 2013 09:18:01 +0000 (10:18 +0100)
51 files changed:
webservices/compbio/data/msa/jaxws/Align.java
webservices/compbio/data/msa/jaxws/AlignResponse.java
webservices/compbio/data/msa/jaxws/Analize.java
webservices/compbio/data/msa/jaxws/AnalizeResponse.java
webservices/compbio/data/msa/jaxws/CancelJob.java
webservices/compbio/data/msa/jaxws/CancelJobResponse.java
webservices/compbio/data/msa/jaxws/CustomAlign.java
webservices/compbio/data/msa/jaxws/CustomAlignResponse.java
webservices/compbio/data/msa/jaxws/CustomAnalize.java
webservices/compbio/data/msa/jaxws/CustomAnalizeResponse.java
webservices/compbio/data/msa/jaxws/GetAnnotation.java
webservices/compbio/data/msa/jaxws/GetAnnotationResponse.java
webservices/compbio/data/msa/jaxws/GetJobStatus.java
webservices/compbio/data/msa/jaxws/GetJobStatusResponse.java
webservices/compbio/data/msa/jaxws/GetLastTested.java
webservices/compbio/data/msa/jaxws/GetLastTestedOn.java
webservices/compbio/data/msa/jaxws/GetLastTestedOnResponse.java
webservices/compbio/data/msa/jaxws/GetLastTestedResponse.java
webservices/compbio/data/msa/jaxws/GetLimit.java
webservices/compbio/data/msa/jaxws/GetLimitResponse.java
webservices/compbio/data/msa/jaxws/GetLimits.java
webservices/compbio/data/msa/jaxws/GetLimitsResponse.java
webservices/compbio/data/msa/jaxws/GetPresets.java
webservices/compbio/data/msa/jaxws/GetPresetsResponse.java
webservices/compbio/data/msa/jaxws/GetResult.java
webservices/compbio/data/msa/jaxws/GetResultResponse.java
webservices/compbio/data/msa/jaxws/GetRunnerOptions.java
webservices/compbio/data/msa/jaxws/GetRunnerOptionsResponse.java
webservices/compbio/data/msa/jaxws/GetServiceCategories.java
webservices/compbio/data/msa/jaxws/GetServiceCategoriesResponse.java
webservices/compbio/data/msa/jaxws/GetServiceDescription.java
webservices/compbio/data/msa/jaxws/GetServiceDescriptionResponse.java
webservices/compbio/data/msa/jaxws/GetSupportedServices.java
webservices/compbio/data/msa/jaxws/GetSupportedServicesResponse.java
webservices/compbio/data/msa/jaxws/IsOperating.java
webservices/compbio/data/msa/jaxws/IsOperatingResponse.java
webservices/compbio/data/msa/jaxws/JobSubmissionExceptionBean.java
webservices/compbio/data/msa/jaxws/LimitExceededExceptionBean.java
webservices/compbio/data/msa/jaxws/PresetAlign.java
webservices/compbio/data/msa/jaxws/PresetAlignResponse.java
webservices/compbio/data/msa/jaxws/PresetAnalize.java
webservices/compbio/data/msa/jaxws/PresetAnalizeResponse.java
webservices/compbio/data/msa/jaxws/PullExecStatistics.java
webservices/compbio/data/msa/jaxws/PullExecStatisticsResponse.java
webservices/compbio/data/msa/jaxws/ResultNotAvailableExceptionBean.java
webservices/compbio/data/msa/jaxws/TestAllServices.java
webservices/compbio/data/msa/jaxws/TestAllServicesResponse.java
webservices/compbio/data/msa/jaxws/TestService.java
webservices/compbio/data/msa/jaxws/TestServiceResponse.java
webservices/compbio/data/msa/jaxws/UnsupportedRuntimeExceptionBean.java
webservices/compbio/data/msa/jaxws/WrongParameterExceptionBean.java

index e380bab..8fcbfeb 100644 (file)
@@ -1,37 +1,37 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import java.util.List;\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "align", namespace = "http://msa.data.compbio/01/01/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "align", namespace = "http://msa.data.compbio/01/01/2010/")\r
-public class Align {\r
-\r
-    @XmlElement(name = "fastaSequences", namespace = "")\r
-    private List<compbio.data.sequence.FastaSequence> fastaSequences;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns List<FastaSequence>\r
-     */\r
-    public List<compbio.data.sequence.FastaSequence> getFastaSequences() {\r
-        return this.fastaSequences;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param fastaSequences\r
-     *     the value for the fastaSequences property\r
-     */\r
-    public void setFastaSequences(List<compbio.data.sequence.FastaSequence> fastaSequences) {\r
-        this.fastaSequences = fastaSequences;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import java.util.List;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "align", namespace = "http://msa.data.compbio/01/01/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "align", namespace = "http://msa.data.compbio/01/01/2010/")
+public class Align {
+
+    @XmlElement(name = "fastaSequences", namespace = "")
+    private List<compbio.data.sequence.FastaSequence> fastaSequences;
+
+    /**
+     * 
+     * @return
+     *     returns List<FastaSequence>
+     */
+    public List<compbio.data.sequence.FastaSequence> getFastaSequences() {
+        return this.fastaSequences;
+    }
+
+    /**
+     * 
+     * @param fastaSequences
+     *     the value for the fastaSequences property
+     */
+    public void setFastaSequences(List<compbio.data.sequence.FastaSequence> fastaSequences) {
+        this.fastaSequences = fastaSequences;
+    }
+
+}
index 9db9550..a390714 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "alignResponse", namespace = "http://msa.data.compbio/01/01/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "alignResponse", namespace = "http://msa.data.compbio/01/01/2010/")\r
-public class AlignResponse {\r
-\r
-    @XmlElement(name = "return", namespace = "")\r
-    private String _return;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns String\r
-     */\r
-    public String getReturn() {\r
-        return this._return;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param _return\r
-     *     the value for the _return property\r
-     */\r
-    public void setReturn(String _return) {\r
-        this._return = _return;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "alignResponse", namespace = "http://msa.data.compbio/01/01/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "alignResponse", namespace = "http://msa.data.compbio/01/01/2010/")
+public class AlignResponse {
+
+    @XmlElement(name = "return", namespace = "")
+    private String _return;
+
+    /**
+     * 
+     * @return
+     *     returns String
+     */
+    public String getReturn() {
+        return this._return;
+    }
+
+    /**
+     * 
+     * @param _return
+     *     the value for the _return property
+     */
+    public void setReturn(String _return) {
+        this._return = _return;
+    }
+
+}
index fc7fd26..ad4277c 100644 (file)
@@ -1,37 +1,37 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import java.util.List;\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "analize", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "analize", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class Analize {\r
-\r
-    @XmlElement(name = "fastaSequences", namespace = "")\r
-    private List<compbio.data.sequence.FastaSequence> fastaSequences;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns List<FastaSequence>\r
-     */\r
-    public List<compbio.data.sequence.FastaSequence> getFastaSequences() {\r
-        return this.fastaSequences;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param fastaSequences\r
-     *     the value for the fastaSequences property\r
-     */\r
-    public void setFastaSequences(List<compbio.data.sequence.FastaSequence> fastaSequences) {\r
-        this.fastaSequences = fastaSequences;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import java.util.List;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "analize", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "analize", namespace = "http://msa.data.compbio/01/12/2010/")
+public class Analize {
+
+    @XmlElement(name = "fastaSequences", namespace = "")
+    private List<compbio.data.sequence.FastaSequence> fastaSequences;
+
+    /**
+     * 
+     * @return
+     *     returns List<FastaSequence>
+     */
+    public List<compbio.data.sequence.FastaSequence> getFastaSequences() {
+        return this.fastaSequences;
+    }
+
+    /**
+     * 
+     * @param fastaSequences
+     *     the value for the fastaSequences property
+     */
+    public void setFastaSequences(List<compbio.data.sequence.FastaSequence> fastaSequences) {
+        this.fastaSequences = fastaSequences;
+    }
+
+}
index f422adf..cc7f547 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "analizeResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "analizeResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class AnalizeResponse {\r
-\r
-    @XmlElement(name = "return", namespace = "")\r
-    private String _return;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns String\r
-     */\r
-    public String getReturn() {\r
-        return this._return;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param _return\r
-     *     the value for the _return property\r
-     */\r
-    public void setReturn(String _return) {\r
-        this._return = _return;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "analizeResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "analizeResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+public class AnalizeResponse {
+
+    @XmlElement(name = "return", namespace = "")
+    private String _return;
+
+    /**
+     * 
+     * @return
+     *     returns String
+     */
+    public String getReturn() {
+        return this._return;
+    }
+
+    /**
+     * 
+     * @param _return
+     *     the value for the _return property
+     */
+    public void setReturn(String _return) {
+        this._return = _return;
+    }
+
+}
index 9b1f062..9fe32ae 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "cancelJob", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "cancelJob", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class CancelJob {\r
-\r
-    @XmlElement(name = "jobId", namespace = "")\r
-    private String jobId;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns String\r
-     */\r
-    public String getJobId() {\r
-        return this.jobId;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param jobId\r
-     *     the value for the jobId property\r
-     */\r
-    public void setJobId(String jobId) {\r
-        this.jobId = jobId;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "cancelJob", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "cancelJob", namespace = "http://msa.data.compbio/01/12/2010/")
+public class CancelJob {
+
+    @XmlElement(name = "jobId", namespace = "")
+    private String jobId;
+
+    /**
+     * 
+     * @return
+     *     returns String
+     */
+    public String getJobId() {
+        return this.jobId;
+    }
+
+    /**
+     * 
+     * @param jobId
+     *     the value for the jobId property
+     */
+    public void setJobId(String jobId) {
+        this.jobId = jobId;
+    }
+
+}
index 00a92e2..dfad3ef 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "cancelJobResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "cancelJobResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class CancelJobResponse {\r
-\r
-    @XmlElement(name = "return", namespace = "")\r
-    private boolean _return;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns boolean\r
-     */\r
-    public boolean isReturn() {\r
-        return this._return;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param _return\r
-     *     the value for the _return property\r
-     */\r
-    public void setReturn(boolean _return) {\r
-        this._return = _return;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "cancelJobResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "cancelJobResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+public class CancelJobResponse {
+
+    @XmlElement(name = "return", namespace = "")
+    private boolean _return;
+
+    /**
+     * 
+     * @return
+     *     returns boolean
+     */
+    public boolean isReturn() {
+        return this._return;
+    }
+
+    /**
+     * 
+     * @param _return
+     *     the value for the _return property
+     */
+    public void setReturn(boolean _return) {
+        this._return = _return;
+    }
+
+}
index d258864..e489d14 100644 (file)
@@ -1,60 +1,60 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import java.util.List;\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "customAlign", namespace = "http://msa.data.compbio/01/01/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "customAlign", namespace = "http://msa.data.compbio/01/01/2010/", propOrder = {\r
-    "fastaSequences",\r
-    "options"\r
-})\r
-public class CustomAlign {\r
-\r
-    @XmlElement(name = "fastaSequences", namespace = "")\r
-    private List<compbio.data.sequence.FastaSequence> fastaSequences;\r
-    @XmlElement(name = "options", namespace = "")\r
-    private List<compbio.metadata.Option> options;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns List<FastaSequence>\r
-     */\r
-    public List<compbio.data.sequence.FastaSequence> getFastaSequences() {\r
-        return this.fastaSequences;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param fastaSequences\r
-     *     the value for the fastaSequences property\r
-     */\r
-    public void setFastaSequences(List<compbio.data.sequence.FastaSequence> fastaSequences) {\r
-        this.fastaSequences = fastaSequences;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns List<Option>\r
-     */\r
-    public List<compbio.metadata.Option> getOptions() {\r
-        return this.options;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param options\r
-     *     the value for the options property\r
-     */\r
-    public void setOptions(List<compbio.metadata.Option> options) {\r
-        this.options = options;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import java.util.List;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "customAlign", namespace = "http://msa.data.compbio/01/01/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "customAlign", namespace = "http://msa.data.compbio/01/01/2010/", propOrder = {
+    "fastaSequences",
+    "options"
+})
+public class CustomAlign {
+
+    @XmlElement(name = "fastaSequences", namespace = "")
+    private List<compbio.data.sequence.FastaSequence> fastaSequences;
+    @XmlElement(name = "options", namespace = "")
+    private List<compbio.metadata.Option> options;
+
+    /**
+     * 
+     * @return
+     *     returns List<FastaSequence>
+     */
+    public List<compbio.data.sequence.FastaSequence> getFastaSequences() {
+        return this.fastaSequences;
+    }
+
+    /**
+     * 
+     * @param fastaSequences
+     *     the value for the fastaSequences property
+     */
+    public void setFastaSequences(List<compbio.data.sequence.FastaSequence> fastaSequences) {
+        this.fastaSequences = fastaSequences;
+    }
+
+    /**
+     * 
+     * @return
+     *     returns List<Option>
+     */
+    public List<compbio.metadata.Option> getOptions() {
+        return this.options;
+    }
+
+    /**
+     * 
+     * @param options
+     *     the value for the options property
+     */
+    public void setOptions(List<compbio.metadata.Option> options) {
+        this.options = options;
+    }
+
+}
index c3d1f61..cb98ba3 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "customAlignResponse", namespace = "http://msa.data.compbio/01/01/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "customAlignResponse", namespace = "http://msa.data.compbio/01/01/2010/")\r
-public class CustomAlignResponse {\r
-\r
-    @XmlElement(name = "return", namespace = "")\r
-    private String _return;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns String\r
-     */\r
-    public String getReturn() {\r
-        return this._return;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param _return\r
-     *     the value for the _return property\r
-     */\r
-    public void setReturn(String _return) {\r
-        this._return = _return;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "customAlignResponse", namespace = "http://msa.data.compbio/01/01/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "customAlignResponse", namespace = "http://msa.data.compbio/01/01/2010/")
+public class CustomAlignResponse {
+
+    @XmlElement(name = "return", namespace = "")
+    private String _return;
+
+    /**
+     * 
+     * @return
+     *     returns String
+     */
+    public String getReturn() {
+        return this._return;
+    }
+
+    /**
+     * 
+     * @param _return
+     *     the value for the _return property
+     */
+    public void setReturn(String _return) {
+        this._return = _return;
+    }
+
+}
index f21d3f3..48b35b8 100644 (file)
@@ -1,60 +1,60 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import java.util.List;\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "customAnalize", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "customAnalize", namespace = "http://msa.data.compbio/01/12/2010/", propOrder = {\r
-    "fastaSequences",\r
-    "options"\r
-})\r
-public class CustomAnalize {\r
-\r
-    @XmlElement(name = "fastaSequences", namespace = "")\r
-    private List<compbio.data.sequence.FastaSequence> fastaSequences;\r
-    @XmlElement(name = "options", namespace = "")\r
-    private List<compbio.metadata.Option> options;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns List<FastaSequence>\r
-     */\r
-    public List<compbio.data.sequence.FastaSequence> getFastaSequences() {\r
-        return this.fastaSequences;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param fastaSequences\r
-     *     the value for the fastaSequences property\r
-     */\r
-    public void setFastaSequences(List<compbio.data.sequence.FastaSequence> fastaSequences) {\r
-        this.fastaSequences = fastaSequences;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns List<Option>\r
-     */\r
-    public List<compbio.metadata.Option> getOptions() {\r
-        return this.options;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param options\r
-     *     the value for the options property\r
-     */\r
-    public void setOptions(List<compbio.metadata.Option> options) {\r
-        this.options = options;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import java.util.List;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "customAnalize", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "customAnalize", namespace = "http://msa.data.compbio/01/12/2010/", propOrder = {
+    "fastaSequences",
+    "options"
+})
+public class CustomAnalize {
+
+    @XmlElement(name = "fastaSequences", namespace = "")
+    private List<compbio.data.sequence.FastaSequence> fastaSequences;
+    @XmlElement(name = "options", namespace = "")
+    private List<compbio.metadata.Option> options;
+
+    /**
+     * 
+     * @return
+     *     returns List<FastaSequence>
+     */
+    public List<compbio.data.sequence.FastaSequence> getFastaSequences() {
+        return this.fastaSequences;
+    }
+
+    /**
+     * 
+     * @param fastaSequences
+     *     the value for the fastaSequences property
+     */
+    public void setFastaSequences(List<compbio.data.sequence.FastaSequence> fastaSequences) {
+        this.fastaSequences = fastaSequences;
+    }
+
+    /**
+     * 
+     * @return
+     *     returns List<Option>
+     */
+    public List<compbio.metadata.Option> getOptions() {
+        return this.options;
+    }
+
+    /**
+     * 
+     * @param options
+     *     the value for the options property
+     */
+    public void setOptions(List<compbio.metadata.Option> options) {
+        this.options = options;
+    }
+
+}
index 72da5a7..1d98f18 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "customAnalizeResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "customAnalizeResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class CustomAnalizeResponse {\r
-\r
-    @XmlElement(name = "return", namespace = "")\r
-    private String _return;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns String\r
-     */\r
-    public String getReturn() {\r
-        return this._return;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param _return\r
-     *     the value for the _return property\r
-     */\r
-    public void setReturn(String _return) {\r
-        this._return = _return;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "customAnalizeResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "customAnalizeResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+public class CustomAnalizeResponse {
+
+    @XmlElement(name = "return", namespace = "")
+    private String _return;
+
+    /**
+     * 
+     * @return
+     *     returns String
+     */
+    public String getReturn() {
+        return this._return;
+    }
+
+    /**
+     * 
+     * @param _return
+     *     the value for the _return property
+     */
+    public void setReturn(String _return) {
+        this._return = _return;
+    }
+
+}
index e938ec9..cd2f311 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "getAnnotation", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getAnnotation", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class GetAnnotation {\r
-\r
-    @XmlElement(name = "jobId", namespace = "")\r
-    private String jobId;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns String\r
-     */\r
-    public String getJobId() {\r
-        return this.jobId;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param jobId\r
-     *     the value for the jobId property\r
-     */\r
-    public void setJobId(String jobId) {\r
-        this.jobId = jobId;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getAnnotation", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getAnnotation", namespace = "http://msa.data.compbio/01/12/2010/")
+public class GetAnnotation {
+
+    @XmlElement(name = "jobId", namespace = "")
+    private String jobId;
+
+    /**
+     * 
+     * @return
+     *     returns String
+     */
+    public String getJobId() {
+        return this.jobId;
+    }
+
+    /**
+     * 
+     * @param jobId
+     *     the value for the jobId property
+     */
+    public void setJobId(String jobId) {
+        this.jobId = jobId;
+    }
+
+}
index 749551e..60eb473 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "getAnnotationResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getAnnotationResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class GetAnnotationResponse {\r
-\r
-    @XmlElement(name = "return", namespace = "")\r
-    private compbio.data.sequence.ScoreManager _return;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns ScoreManager\r
-     */\r
-    public compbio.data.sequence.ScoreManager getReturn() {\r
-        return this._return;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param _return\r
-     *     the value for the _return property\r
-     */\r
-    public void setReturn(compbio.data.sequence.ScoreManager _return) {\r
-        this._return = _return;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getAnnotationResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getAnnotationResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+public class GetAnnotationResponse {
+
+    @XmlElement(name = "return", namespace = "")
+    private compbio.data.sequence.ScoreManager _return;
+
+    /**
+     * 
+     * @return
+     *     returns ScoreManager
+     */
+    public compbio.data.sequence.ScoreManager getReturn() {
+        return this._return;
+    }
+
+    /**
+     * 
+     * @param _return
+     *     the value for the _return property
+     */
+    public void setReturn(compbio.data.sequence.ScoreManager _return) {
+        this._return = _return;
+    }
+
+}
index 438b3a0..375a38e 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "getJobStatus", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getJobStatus", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class GetJobStatus {\r
-\r
-    @XmlElement(name = "jobId", namespace = "")\r
-    private String jobId;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns String\r
-     */\r
-    public String getJobId() {\r
-        return this.jobId;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param jobId\r
-     *     the value for the jobId property\r
-     */\r
-    public void setJobId(String jobId) {\r
-        this.jobId = jobId;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getJobStatus", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getJobStatus", namespace = "http://msa.data.compbio/01/12/2010/")
+public class GetJobStatus {
+
+    @XmlElement(name = "jobId", namespace = "")
+    private String jobId;
+
+    /**
+     * 
+     * @return
+     *     returns String
+     */
+    public String getJobId() {
+        return this.jobId;
+    }
+
+    /**
+     * 
+     * @param jobId
+     *     the value for the jobId property
+     */
+    public void setJobId(String jobId) {
+        this.jobId = jobId;
+    }
+
+}
index 0f81c39..790aa42 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "getJobStatusResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getJobStatusResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class GetJobStatusResponse {\r
-\r
-    @XmlElement(name = "return", namespace = "")\r
-    private compbio.metadata.JobStatus _return;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns JobStatus\r
-     */\r
-    public compbio.metadata.JobStatus getReturn() {\r
-        return this._return;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param _return\r
-     *     the value for the _return property\r
-     */\r
-    public void setReturn(compbio.metadata.JobStatus _return) {\r
-        this._return = _return;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getJobStatusResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getJobStatusResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+public class GetJobStatusResponse {
+
+    @XmlElement(name = "return", namespace = "")
+    private compbio.metadata.JobStatus _return;
+
+    /**
+     * 
+     * @return
+     *     returns JobStatus
+     */
+    public compbio.metadata.JobStatus getReturn() {
+        return this._return;
+    }
+
+    /**
+     * 
+     * @param _return
+     *     the value for the _return property
+     */
+    public void setReturn(compbio.metadata.JobStatus _return) {
+        this._return = _return;
+    }
+
+}
index 7f8b672..afd0898 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "getLastTested", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getLastTested", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class GetLastTested {\r
-\r
-    @XmlElement(name = "arg0", namespace = "")\r
-    private compbio.ws.client.Services arg0;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns Services\r
-     */\r
-    public compbio.ws.client.Services getArg0() {\r
-        return this.arg0;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param arg0\r
-     *     the value for the arg0 property\r
-     */\r
-    public void setArg0(compbio.ws.client.Services arg0) {\r
-        this.arg0 = arg0;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getLastTested", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getLastTested", namespace = "http://msa.data.compbio/01/12/2010/")
+public class GetLastTested {
+
+    @XmlElement(name = "arg0", namespace = "")
+    private compbio.ws.client.Services arg0;
+
+    /**
+     * 
+     * @return
+     *     returns Services
+     */
+    public compbio.ws.client.Services getArg0() {
+        return this.arg0;
+    }
+
+    /**
+     * 
+     * @param arg0
+     *     the value for the arg0 property
+     */
+    public void setArg0(compbio.ws.client.Services arg0) {
+        this.arg0 = arg0;
+    }
+
+}
index ca4af03..27b9bdf 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "getLastTestedOn", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getLastTestedOn", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class GetLastTestedOn {\r
-\r
-    @XmlElement(name = "arg0", namespace = "")\r
-    private compbio.ws.client.Services arg0;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns Services\r
-     */\r
-    public compbio.ws.client.Services getArg0() {\r
-        return this.arg0;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param arg0\r
-     *     the value for the arg0 property\r
-     */\r
-    public void setArg0(compbio.ws.client.Services arg0) {\r
-        this.arg0 = arg0;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getLastTestedOn", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getLastTestedOn", namespace = "http://msa.data.compbio/01/12/2010/")
+public class GetLastTestedOn {
+
+    @XmlElement(name = "arg0", namespace = "")
+    private compbio.ws.client.Services arg0;
+
+    /**
+     * 
+     * @return
+     *     returns Services
+     */
+    public compbio.ws.client.Services getArg0() {
+        return this.arg0;
+    }
+
+    /**
+     * 
+     * @param arg0
+     *     the value for the arg0 property
+     */
+    public void setArg0(compbio.ws.client.Services arg0) {
+        this.arg0 = arg0;
+    }
+
+}
index 379c2b9..5116af9 100644 (file)
@@ -1,37 +1,37 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import java.util.Date;\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "getLastTestedOnResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getLastTestedOnResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class GetLastTestedOnResponse {\r
-\r
-    @XmlElement(name = "return", namespace = "")\r
-    private Date _return;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns Date\r
-     */\r
-    public Date getReturn() {\r
-        return this._return;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param _return\r
-     *     the value for the _return property\r
-     */\r
-    public void setReturn(Date _return) {\r
-        this._return = _return;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import java.util.Date;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getLastTestedOnResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getLastTestedOnResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+public class GetLastTestedOnResponse {
+
+    @XmlElement(name = "return", namespace = "")
+    private Date _return;
+
+    /**
+     * 
+     * @return
+     *     returns Date
+     */
+    public Date getReturn() {
+        return this._return;
+    }
+
+    /**
+     * 
+     * @param _return
+     *     the value for the _return property
+     */
+    public void setReturn(Date _return) {
+        this._return = _return;
+    }
+
+}
index adba7db..118e552 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "getLastTestedResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getLastTestedResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class GetLastTestedResponse {\r
-\r
-    @XmlElement(name = "return", namespace = "")\r
-    private int _return;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns int\r
-     */\r
-    public int getReturn() {\r
-        return this._return;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param _return\r
-     *     the value for the _return property\r
-     */\r
-    public void setReturn(int _return) {\r
-        this._return = _return;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getLastTestedResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getLastTestedResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+public class GetLastTestedResponse {
+
+    @XmlElement(name = "return", namespace = "")
+    private int _return;
+
+    /**
+     * 
+     * @return
+     *     returns int
+     */
+    public int getReturn() {
+        return this._return;
+    }
+
+    /**
+     * 
+     * @param _return
+     *     the value for the _return property
+     */
+    public void setReturn(int _return) {
+        this._return = _return;
+    }
+
+}
index 64514ba..a765524 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "getLimit", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getLimit", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class GetLimit {\r
-\r
-    @XmlElement(name = "presetName", namespace = "")\r
-    private String presetName;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns String\r
-     */\r
-    public String getPresetName() {\r
-        return this.presetName;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param presetName\r
-     *     the value for the presetName property\r
-     */\r
-    public void setPresetName(String presetName) {\r
-        this.presetName = presetName;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getLimit", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getLimit", namespace = "http://msa.data.compbio/01/12/2010/")
+public class GetLimit {
+
+    @XmlElement(name = "presetName", namespace = "")
+    private String presetName;
+
+    /**
+     * 
+     * @return
+     *     returns String
+     */
+    public String getPresetName() {
+        return this.presetName;
+    }
+
+    /**
+     * 
+     * @param presetName
+     *     the value for the presetName property
+     */
+    public void setPresetName(String presetName) {
+        this.presetName = presetName;
+    }
+
+}
index 8147fa6..802da86 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "getLimitResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getLimitResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class GetLimitResponse {\r
-\r
-    @XmlElement(name = "return", namespace = "")\r
-    private compbio.metadata.Limit _return;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns Limit\r
-     */\r
-    public compbio.metadata.Limit getReturn() {\r
-        return this._return;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param _return\r
-     *     the value for the _return property\r
-     */\r
-    public void setReturn(compbio.metadata.Limit _return) {\r
-        this._return = _return;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getLimitResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getLimitResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+public class GetLimitResponse {
+
+    @XmlElement(name = "return", namespace = "")
+    private compbio.metadata.Limit _return;
+
+    /**
+     * 
+     * @return
+     *     returns Limit
+     */
+    public compbio.metadata.Limit getReturn() {
+        return this._return;
+    }
+
+    /**
+     * 
+     * @param _return
+     *     the value for the _return property
+     */
+    public void setReturn(compbio.metadata.Limit _return) {
+        this._return = _return;
+    }
+
+}
index 152f72e..5251900 100644 (file)
@@ -1,15 +1,15 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "getLimits", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getLimits", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class GetLimits {\r
-\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getLimits", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getLimits", namespace = "http://msa.data.compbio/01/12/2010/")
+public class GetLimits {
+
+
+}
index 8bb6cc9..618e9a0 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "getLimitsResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getLimitsResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class GetLimitsResponse {\r
-\r
-    @XmlElement(name = "return", namespace = "")\r
-    private compbio.metadata.LimitsManager _return;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns LimitsManager\r
-     */\r
-    public compbio.metadata.LimitsManager getReturn() {\r
-        return this._return;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param _return\r
-     *     the value for the _return property\r
-     */\r
-    public void setReturn(compbio.metadata.LimitsManager _return) {\r
-        this._return = _return;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getLimitsResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getLimitsResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+public class GetLimitsResponse {
+
+    @XmlElement(name = "return", namespace = "")
+    private compbio.metadata.LimitsManager _return;
+
+    /**
+     * 
+     * @return
+     *     returns LimitsManager
+     */
+    public compbio.metadata.LimitsManager getReturn() {
+        return this._return;
+    }
+
+    /**
+     * 
+     * @param _return
+     *     the value for the _return property
+     */
+    public void setReturn(compbio.metadata.LimitsManager _return) {
+        this._return = _return;
+    }
+
+}
index 04d5d12..90bc4e1 100644 (file)
@@ -1,15 +1,15 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "getPresets", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getPresets", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class GetPresets {\r
-\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getPresets", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getPresets", namespace = "http://msa.data.compbio/01/12/2010/")
+public class GetPresets {
+
+
+}
index 7755793..30e7621 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "getPresetsResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getPresetsResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class GetPresetsResponse {\r
-\r
-    @XmlElement(name = "return", namespace = "")\r
-    private compbio.metadata.PresetManager _return;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns PresetManager\r
-     */\r
-    public compbio.metadata.PresetManager getReturn() {\r
-        return this._return;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param _return\r
-     *     the value for the _return property\r
-     */\r
-    public void setReturn(compbio.metadata.PresetManager _return) {\r
-        this._return = _return;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getPresetsResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getPresetsResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+public class GetPresetsResponse {
+
+    @XmlElement(name = "return", namespace = "")
+    private compbio.metadata.PresetManager _return;
+
+    /**
+     * 
+     * @return
+     *     returns PresetManager
+     */
+    public compbio.metadata.PresetManager getReturn() {
+        return this._return;
+    }
+
+    /**
+     * 
+     * @param _return
+     *     the value for the _return property
+     */
+    public void setReturn(compbio.metadata.PresetManager _return) {
+        this._return = _return;
+    }
+
+}
index 0426cdd..ea33415 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "getResult", namespace = "http://msa.data.compbio/01/01/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getResult", namespace = "http://msa.data.compbio/01/01/2010/")\r
-public class GetResult {\r
-\r
-    @XmlElement(name = "jobId", namespace = "")\r
-    private String jobId;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns String\r
-     */\r
-    public String getJobId() {\r
-        return this.jobId;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param jobId\r
-     *     the value for the jobId property\r
-     */\r
-    public void setJobId(String jobId) {\r
-        this.jobId = jobId;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getResult", namespace = "http://msa.data.compbio/01/01/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getResult", namespace = "http://msa.data.compbio/01/01/2010/")
+public class GetResult {
+
+    @XmlElement(name = "jobId", namespace = "")
+    private String jobId;
+
+    /**
+     * 
+     * @return
+     *     returns String
+     */
+    public String getJobId() {
+        return this.jobId;
+    }
+
+    /**
+     * 
+     * @param jobId
+     *     the value for the jobId property
+     */
+    public void setJobId(String jobId) {
+        this.jobId = jobId;
+    }
+
+}
index d8596b0..b98ae4e 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "getResultResponse", namespace = "http://msa.data.compbio/01/01/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getResultResponse", namespace = "http://msa.data.compbio/01/01/2010/")\r
-public class GetResultResponse {\r
-\r
-    @XmlElement(name = "return", namespace = "")\r
-    private compbio.data.sequence.Alignment _return;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns Alignment\r
-     */\r
-    public compbio.data.sequence.Alignment getReturn() {\r
-        return this._return;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param _return\r
-     *     the value for the _return property\r
-     */\r
-    public void setReturn(compbio.data.sequence.Alignment _return) {\r
-        this._return = _return;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getResultResponse", namespace = "http://msa.data.compbio/01/01/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getResultResponse", namespace = "http://msa.data.compbio/01/01/2010/")
+public class GetResultResponse {
+
+    @XmlElement(name = "return", namespace = "")
+    private compbio.data.sequence.Alignment _return;
+
+    /**
+     * 
+     * @return
+     *     returns Alignment
+     */
+    public compbio.data.sequence.Alignment getReturn() {
+        return this._return;
+    }
+
+    /**
+     * 
+     * @param _return
+     *     the value for the _return property
+     */
+    public void setReturn(compbio.data.sequence.Alignment _return) {
+        this._return = _return;
+    }
+
+}
index 9d59cd3..4d12459 100644 (file)
@@ -1,15 +1,15 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "getRunnerOptions", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getRunnerOptions", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class GetRunnerOptions {\r
-\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getRunnerOptions", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getRunnerOptions", namespace = "http://msa.data.compbio/01/12/2010/")
+public class GetRunnerOptions {
+
+
+}
index 2278aa2..8f6e391 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "getRunnerOptionsResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getRunnerOptionsResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class GetRunnerOptionsResponse {\r
-\r
-    @XmlElement(name = "return", namespace = "")\r
-    private compbio.metadata.RunnerConfig _return;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns RunnerConfig\r
-     */\r
-    public compbio.metadata.RunnerConfig getReturn() {\r
-        return this._return;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param _return\r
-     *     the value for the _return property\r
-     */\r
-    public void setReturn(compbio.metadata.RunnerConfig _return) {\r
-        this._return = _return;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getRunnerOptionsResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getRunnerOptionsResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+public class GetRunnerOptionsResponse {
+
+    @XmlElement(name = "return", namespace = "")
+    private compbio.metadata.RunnerConfig _return;
+
+    /**
+     * 
+     * @return
+     *     returns RunnerConfig
+     */
+    public compbio.metadata.RunnerConfig getReturn() {
+        return this._return;
+    }
+
+    /**
+     * 
+     * @param _return
+     *     the value for the _return property
+     */
+    public void setReturn(compbio.metadata.RunnerConfig _return) {
+        this._return = _return;
+    }
+
+}
index 0c77d6a..0fca7dd 100644 (file)
@@ -1,15 +1,15 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "getServiceCategories", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getServiceCategories", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class GetServiceCategories {\r
-\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getServiceCategories", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getServiceCategories", namespace = "http://msa.data.compbio/01/12/2010/")
+public class GetServiceCategories {
+
+
+}
index 9db80f7..681ea5c 100644 (file)
@@ -1,37 +1,37 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import java.util.Set;\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "getServiceCategoriesResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getServiceCategoriesResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class GetServiceCategoriesResponse {\r
-\r
-    @XmlElement(name = "return", namespace = "")\r
-    private Set<compbio.data.msa.Category> _return;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns Set<Category>\r
-     */\r
-    public Set<compbio.data.msa.Category> getReturn() {\r
-        return this._return;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param _return\r
-     *     the value for the _return property\r
-     */\r
-    public void setReturn(Set<compbio.data.msa.Category> _return) {\r
-        this._return = _return;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import java.util.Set;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getServiceCategoriesResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getServiceCategoriesResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+public class GetServiceCategoriesResponse {
+
+    @XmlElement(name = "return", namespace = "")
+    private Set<compbio.data.msa.Category> _return;
+
+    /**
+     * 
+     * @return
+     *     returns Set<Category>
+     */
+    public Set<compbio.data.msa.Category> getReturn() {
+        return this._return;
+    }
+
+    /**
+     * 
+     * @param _return
+     *     the value for the _return property
+     */
+    public void setReturn(Set<compbio.data.msa.Category> _return) {
+        this._return = _return;
+    }
+
+}
index d55a43b..004faa9 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "getServiceDescription", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getServiceDescription", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class GetServiceDescription {\r
-\r
-    @XmlElement(name = "arg0", namespace = "")\r
-    private compbio.ws.client.Services arg0;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns Services\r
-     */\r
-    public compbio.ws.client.Services getArg0() {\r
-        return this.arg0;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param arg0\r
-     *     the value for the arg0 property\r
-     */\r
-    public void setArg0(compbio.ws.client.Services arg0) {\r
-        this.arg0 = arg0;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getServiceDescription", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getServiceDescription", namespace = "http://msa.data.compbio/01/12/2010/")
+public class GetServiceDescription {
+
+    @XmlElement(name = "arg0", namespace = "")
+    private compbio.ws.client.Services arg0;
+
+    /**
+     * 
+     * @return
+     *     returns Services
+     */
+    public compbio.ws.client.Services getArg0() {
+        return this.arg0;
+    }
+
+    /**
+     * 
+     * @param arg0
+     *     the value for the arg0 property
+     */
+    public void setArg0(compbio.ws.client.Services arg0) {
+        this.arg0 = arg0;
+    }
+
+}
index 42a76ad..095375e 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "getServiceDescriptionResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getServiceDescriptionResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class GetServiceDescriptionResponse {\r
-\r
-    @XmlElement(name = "return", namespace = "")\r
-    private String _return;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns String\r
-     */\r
-    public String getReturn() {\r
-        return this._return;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param _return\r
-     *     the value for the _return property\r
-     */\r
-    public void setReturn(String _return) {\r
-        this._return = _return;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getServiceDescriptionResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getServiceDescriptionResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+public class GetServiceDescriptionResponse {
+
+    @XmlElement(name = "return", namespace = "")
+    private String _return;
+
+    /**
+     * 
+     * @return
+     *     returns String
+     */
+    public String getReturn() {
+        return this._return;
+    }
+
+    /**
+     * 
+     * @param _return
+     *     the value for the _return property
+     */
+    public void setReturn(String _return) {
+        this._return = _return;
+    }
+
+}
index fe979ca..9c704f2 100644 (file)
@@ -1,15 +1,15 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "getSupportedServices", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getSupportedServices", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class GetSupportedServices {\r
-\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getSupportedServices", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getSupportedServices", namespace = "http://msa.data.compbio/01/12/2010/")
+public class GetSupportedServices {
+
+
+}
index 3073df5..5bb5e26 100644 (file)
@@ -1,37 +1,37 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import java.util.Set;\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "getSupportedServicesResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "getSupportedServicesResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class GetSupportedServicesResponse {\r
-\r
-    @XmlElement(name = "return", namespace = "")\r
-    private Set<compbio.ws.client.Services> _return;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns Set<Services>\r
-     */\r
-    public Set<compbio.ws.client.Services> getReturn() {\r
-        return this._return;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param _return\r
-     *     the value for the _return property\r
-     */\r
-    public void setReturn(Set<compbio.ws.client.Services> _return) {\r
-        this._return = _return;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import java.util.Set;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "getSupportedServicesResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getSupportedServicesResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+public class GetSupportedServicesResponse {
+
+    @XmlElement(name = "return", namespace = "")
+    private Set<compbio.ws.client.Services> _return;
+
+    /**
+     * 
+     * @return
+     *     returns Set<Services>
+     */
+    public Set<compbio.ws.client.Services> getReturn() {
+        return this._return;
+    }
+
+    /**
+     * 
+     * @param _return
+     *     the value for the _return property
+     */
+    public void setReturn(Set<compbio.ws.client.Services> _return) {
+        this._return = _return;
+    }
+
+}
index cde7d15..e341d16 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "isOperating", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "isOperating", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class IsOperating {\r
-\r
-    @XmlElement(name = "arg0", namespace = "")\r
-    private compbio.ws.client.Services arg0;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns Services\r
-     */\r
-    public compbio.ws.client.Services getArg0() {\r
-        return this.arg0;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param arg0\r
-     *     the value for the arg0 property\r
-     */\r
-    public void setArg0(compbio.ws.client.Services arg0) {\r
-        this.arg0 = arg0;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "isOperating", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "isOperating", namespace = "http://msa.data.compbio/01/12/2010/")
+public class IsOperating {
+
+    @XmlElement(name = "arg0", namespace = "")
+    private compbio.ws.client.Services arg0;
+
+    /**
+     * 
+     * @return
+     *     returns Services
+     */
+    public compbio.ws.client.Services getArg0() {
+        return this.arg0;
+    }
+
+    /**
+     * 
+     * @param arg0
+     *     the value for the arg0 property
+     */
+    public void setArg0(compbio.ws.client.Services arg0) {
+        this.arg0 = arg0;
+    }
+
+}
index f9854b1..c2a70fd 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "isOperatingResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "isOperatingResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class IsOperatingResponse {\r
-\r
-    @XmlElement(name = "return", namespace = "")\r
-    private boolean _return;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns boolean\r
-     */\r
-    public boolean isReturn() {\r
-        return this._return;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param _return\r
-     *     the value for the _return property\r
-     */\r
-    public void setReturn(boolean _return) {\r
-        this._return = _return;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "isOperatingResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "isOperatingResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+public class IsOperatingResponse {
+
+    @XmlElement(name = "return", namespace = "")
+    private boolean _return;
+
+    /**
+     * 
+     * @return
+     *     returns boolean
+     */
+    public boolean isReturn() {
+        return this._return;
+    }
+
+    /**
+     * 
+     * @param _return
+     *     the value for the _return property
+     */
+    public void setReturn(boolean _return) {
+        this._return = _return;
+    }
+
+}
index 869aea5..f30f11e 100644 (file)
@@ -1,41 +1,41 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-\r
-/**\r
- * This class was generated by the JAX-WS RI.\r
- * JAX-WS RI 2.2.3-b01-\r
- * Generated source version: 2.2.3\r
- * \r
- */\r
-@XmlRootElement(name = "JobSubmissionException", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "JobSubmissionException", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class JobSubmissionExceptionBean {\r
-\r
-    private String message;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns String\r
-     */\r
-    public String getMessage() {\r
-        return this.message;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param message\r
-     *     the value for the message property\r
-     */\r
-    public void setMessage(String message) {\r
-        this.message = message;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.2.3-b01-
+ * Generated source version: 2.2.3
+ * 
+ */
+@XmlRootElement(name = "JobSubmissionException", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "JobSubmissionException", namespace = "http://msa.data.compbio/01/12/2010/")
+public class JobSubmissionExceptionBean {
+
+    private String message;
+
+    /**
+     * 
+     * @return
+     *     returns String
+     */
+    public String getMessage() {
+        return this.message;
+    }
+
+    /**
+     * 
+     * @param message
+     *     the value for the message property
+     */
+    public void setMessage(String message) {
+        this.message = message;
+    }
+
+}
index 9e63199..3f7e69a 100644 (file)
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-\r
-/**\r
- * This class was generated by the JAX-WS RI.\r
- * JAX-WS RI 2.2.3-b01-\r
- * Generated source version: 2.2.3\r
- * \r
- */\r
-@XmlRootElement(name = "LimitExceededException", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "LimitExceededException", namespace = "http://msa.data.compbio/01/12/2010/", propOrder = {\r
-    "actualNumberofSequences",\r
-    "message",\r
-    "numberOfSequencesAllowed",\r
-    "sequenceLenghtActual",\r
-    "sequenceLenghtAllowed"\r
-})\r
-public class LimitExceededExceptionBean {\r
-\r
-    private int actualNumberofSequences;\r
-    private String message;\r
-    private int numberOfSequencesAllowed;\r
-    private int sequenceLenghtActual;\r
-    private int sequenceLenghtAllowed;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns int\r
-     */\r
-    public int getActualNumberofSequences() {\r
-        return this.actualNumberofSequences;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param actualNumberofSequences\r
-     *     the value for the actualNumberofSequences property\r
-     */\r
-    public void setActualNumberofSequences(int actualNumberofSequences) {\r
-        this.actualNumberofSequences = actualNumberofSequences;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns String\r
-     */\r
-    public String getMessage() {\r
-        return this.message;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param message\r
-     *     the value for the message property\r
-     */\r
-    public void setMessage(String message) {\r
-        this.message = message;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns int\r
-     */\r
-    public int getNumberOfSequencesAllowed() {\r
-        return this.numberOfSequencesAllowed;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param numberOfSequencesAllowed\r
-     *     the value for the numberOfSequencesAllowed property\r
-     */\r
-    public void setNumberOfSequencesAllowed(int numberOfSequencesAllowed) {\r
-        this.numberOfSequencesAllowed = numberOfSequencesAllowed;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns int\r
-     */\r
-    public int getSequenceLenghtActual() {\r
-        return this.sequenceLenghtActual;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param sequenceLenghtActual\r
-     *     the value for the sequenceLenghtActual property\r
-     */\r
-    public void setSequenceLenghtActual(int sequenceLenghtActual) {\r
-        this.sequenceLenghtActual = sequenceLenghtActual;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns int\r
-     */\r
-    public int getSequenceLenghtAllowed() {\r
-        return this.sequenceLenghtAllowed;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param sequenceLenghtAllowed\r
-     *     the value for the sequenceLenghtAllowed property\r
-     */\r
-    public void setSequenceLenghtAllowed(int sequenceLenghtAllowed) {\r
-        this.sequenceLenghtAllowed = sequenceLenghtAllowed;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.2.3-b01-
+ * Generated source version: 2.2.3
+ * 
+ */
+@XmlRootElement(name = "LimitExceededException", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "LimitExceededException", namespace = "http://msa.data.compbio/01/12/2010/", propOrder = {
+    "actualNumberofSequences",
+    "message",
+    "numberOfSequencesAllowed",
+    "sequenceLenghtActual",
+    "sequenceLenghtAllowed"
+})
+public class LimitExceededExceptionBean {
+
+    private int actualNumberofSequences;
+    private String message;
+    private int numberOfSequencesAllowed;
+    private int sequenceLenghtActual;
+    private int sequenceLenghtAllowed;
+
+    /**
+     * 
+     * @return
+     *     returns int
+     */
+    public int getActualNumberofSequences() {
+        return this.actualNumberofSequences;
+    }
+
+    /**
+     * 
+     * @param actualNumberofSequences
+     *     the value for the actualNumberofSequences property
+     */
+    public void setActualNumberofSequences(int actualNumberofSequences) {
+        this.actualNumberofSequences = actualNumberofSequences;
+    }
+
+    /**
+     * 
+     * @return
+     *     returns String
+     */
+    public String getMessage() {
+        return this.message;
+    }
+
+    /**
+     * 
+     * @param message
+     *     the value for the message property
+     */
+    public void setMessage(String message) {
+        this.message = message;
+    }
+
+    /**
+     * 
+     * @return
+     *     returns int
+     */
+    public int getNumberOfSequencesAllowed() {
+        return this.numberOfSequencesAllowed;
+    }
+
+    /**
+     * 
+     * @param numberOfSequencesAllowed
+     *     the value for the numberOfSequencesAllowed property
+     */
+    public void setNumberOfSequencesAllowed(int numberOfSequencesAllowed) {
+        this.numberOfSequencesAllowed = numberOfSequencesAllowed;
+    }
+
+    /**
+     * 
+     * @return
+     *     returns int
+     */
+    public int getSequenceLenghtActual() {
+        return this.sequenceLenghtActual;
+    }
+
+    /**
+     * 
+     * @param sequenceLenghtActual
+     *     the value for the sequenceLenghtActual property
+     */
+    public void setSequenceLenghtActual(int sequenceLenghtActual) {
+        this.sequenceLenghtActual = sequenceLenghtActual;
+    }
+
+    /**
+     * 
+     * @return
+     *     returns int
+     */
+    public int getSequenceLenghtAllowed() {
+        return this.sequenceLenghtAllowed;
+    }
+
+    /**
+     * 
+     * @param sequenceLenghtAllowed
+     *     the value for the sequenceLenghtAllowed property
+     */
+    public void setSequenceLenghtAllowed(int sequenceLenghtAllowed) {
+        this.sequenceLenghtAllowed = sequenceLenghtAllowed;
+    }
+
+}
index bc626a1..ab00d7e 100644 (file)
@@ -1,60 +1,60 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import java.util.List;\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "presetAlign", namespace = "http://msa.data.compbio/01/01/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "presetAlign", namespace = "http://msa.data.compbio/01/01/2010/", propOrder = {\r
-    "fastaSequences",\r
-    "preset"\r
-})\r
-public class PresetAlign {\r
-\r
-    @XmlElement(name = "fastaSequences", namespace = "")\r
-    private List<compbio.data.sequence.FastaSequence> fastaSequences;\r
-    @XmlElement(name = "preset", namespace = "")\r
-    private compbio.metadata.Preset preset;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns List<FastaSequence>\r
-     */\r
-    public List<compbio.data.sequence.FastaSequence> getFastaSequences() {\r
-        return this.fastaSequences;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param fastaSequences\r
-     *     the value for the fastaSequences property\r
-     */\r
-    public void setFastaSequences(List<compbio.data.sequence.FastaSequence> fastaSequences) {\r
-        this.fastaSequences = fastaSequences;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns Preset\r
-     */\r
-    public compbio.metadata.Preset getPreset() {\r
-        return this.preset;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param preset\r
-     *     the value for the preset property\r
-     */\r
-    public void setPreset(compbio.metadata.Preset preset) {\r
-        this.preset = preset;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import java.util.List;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "presetAlign", namespace = "http://msa.data.compbio/01/01/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "presetAlign", namespace = "http://msa.data.compbio/01/01/2010/", propOrder = {
+    "fastaSequences",
+    "preset"
+})
+public class PresetAlign {
+
+    @XmlElement(name = "fastaSequences", namespace = "")
+    private List<compbio.data.sequence.FastaSequence> fastaSequences;
+    @XmlElement(name = "preset", namespace = "")
+    private compbio.metadata.Preset preset;
+
+    /**
+     * 
+     * @return
+     *     returns List<FastaSequence>
+     */
+    public List<compbio.data.sequence.FastaSequence> getFastaSequences() {
+        return this.fastaSequences;
+    }
+
+    /**
+     * 
+     * @param fastaSequences
+     *     the value for the fastaSequences property
+     */
+    public void setFastaSequences(List<compbio.data.sequence.FastaSequence> fastaSequences) {
+        this.fastaSequences = fastaSequences;
+    }
+
+    /**
+     * 
+     * @return
+     *     returns Preset
+     */
+    public compbio.metadata.Preset getPreset() {
+        return this.preset;
+    }
+
+    /**
+     * 
+     * @param preset
+     *     the value for the preset property
+     */
+    public void setPreset(compbio.metadata.Preset preset) {
+        this.preset = preset;
+    }
+
+}
index 83d8bc9..bcd856e 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "presetAlignResponse", namespace = "http://msa.data.compbio/01/01/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "presetAlignResponse", namespace = "http://msa.data.compbio/01/01/2010/")\r
-public class PresetAlignResponse {\r
-\r
-    @XmlElement(name = "return", namespace = "")\r
-    private String _return;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns String\r
-     */\r
-    public String getReturn() {\r
-        return this._return;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param _return\r
-     *     the value for the _return property\r
-     */\r
-    public void setReturn(String _return) {\r
-        this._return = _return;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "presetAlignResponse", namespace = "http://msa.data.compbio/01/01/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "presetAlignResponse", namespace = "http://msa.data.compbio/01/01/2010/")
+public class PresetAlignResponse {
+
+    @XmlElement(name = "return", namespace = "")
+    private String _return;
+
+    /**
+     * 
+     * @return
+     *     returns String
+     */
+    public String getReturn() {
+        return this._return;
+    }
+
+    /**
+     * 
+     * @param _return
+     *     the value for the _return property
+     */
+    public void setReturn(String _return) {
+        this._return = _return;
+    }
+
+}
index bb585af..2f4bfd5 100644 (file)
@@ -1,60 +1,60 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import java.util.List;\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "presetAnalize", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "presetAnalize", namespace = "http://msa.data.compbio/01/12/2010/", propOrder = {\r
-    "fastaSequences",\r
-    "preset"\r
-})\r
-public class PresetAnalize {\r
-\r
-    @XmlElement(name = "fastaSequences", namespace = "")\r
-    private List<compbio.data.sequence.FastaSequence> fastaSequences;\r
-    @XmlElement(name = "preset", namespace = "")\r
-    private compbio.metadata.Preset preset;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns List<FastaSequence>\r
-     */\r
-    public List<compbio.data.sequence.FastaSequence> getFastaSequences() {\r
-        return this.fastaSequences;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param fastaSequences\r
-     *     the value for the fastaSequences property\r
-     */\r
-    public void setFastaSequences(List<compbio.data.sequence.FastaSequence> fastaSequences) {\r
-        this.fastaSequences = fastaSequences;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns Preset\r
-     */\r
-    public compbio.metadata.Preset getPreset() {\r
-        return this.preset;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param preset\r
-     *     the value for the preset property\r
-     */\r
-    public void setPreset(compbio.metadata.Preset preset) {\r
-        this.preset = preset;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import java.util.List;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "presetAnalize", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "presetAnalize", namespace = "http://msa.data.compbio/01/12/2010/", propOrder = {
+    "fastaSequences",
+    "preset"
+})
+public class PresetAnalize {
+
+    @XmlElement(name = "fastaSequences", namespace = "")
+    private List<compbio.data.sequence.FastaSequence> fastaSequences;
+    @XmlElement(name = "preset", namespace = "")
+    private compbio.metadata.Preset preset;
+
+    /**
+     * 
+     * @return
+     *     returns List<FastaSequence>
+     */
+    public List<compbio.data.sequence.FastaSequence> getFastaSequences() {
+        return this.fastaSequences;
+    }
+
+    /**
+     * 
+     * @param fastaSequences
+     *     the value for the fastaSequences property
+     */
+    public void setFastaSequences(List<compbio.data.sequence.FastaSequence> fastaSequences) {
+        this.fastaSequences = fastaSequences;
+    }
+
+    /**
+     * 
+     * @return
+     *     returns Preset
+     */
+    public compbio.metadata.Preset getPreset() {
+        return this.preset;
+    }
+
+    /**
+     * 
+     * @param preset
+     *     the value for the preset property
+     */
+    public void setPreset(compbio.metadata.Preset preset) {
+        this.preset = preset;
+    }
+
+}
index 64fb425..5ea72ad 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "presetAnalizeResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "presetAnalizeResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class PresetAnalizeResponse {\r
-\r
-    @XmlElement(name = "return", namespace = "")\r
-    private String _return;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns String\r
-     */\r
-    public String getReturn() {\r
-        return this._return;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param _return\r
-     *     the value for the _return property\r
-     */\r
-    public void setReturn(String _return) {\r
-        this._return = _return;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "presetAnalizeResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "presetAnalizeResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+public class PresetAnalizeResponse {
+
+    @XmlElement(name = "return", namespace = "")
+    private String _return;
+
+    /**
+     * 
+     * @return
+     *     returns String
+     */
+    public String getReturn() {
+        return this._return;
+    }
+
+    /**
+     * 
+     * @param _return
+     *     the value for the _return property
+     */
+    public void setReturn(String _return) {
+        this._return = _return;
+    }
+
+}
index 7ab918b..7ae51b9 100644 (file)
@@ -1,59 +1,59 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "pullExecStatistics", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "pullExecStatistics", namespace = "http://msa.data.compbio/01/12/2010/", propOrder = {\r
-    "jobId",\r
-    "position"\r
-})\r
-public class PullExecStatistics {\r
-\r
-    @XmlElement(name = "jobId", namespace = "")\r
-    private String jobId;\r
-    @XmlElement(name = "position", namespace = "")\r
-    private long position;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns String\r
-     */\r
-    public String getJobId() {\r
-        return this.jobId;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param jobId\r
-     *     the value for the jobId property\r
-     */\r
-    public void setJobId(String jobId) {\r
-        this.jobId = jobId;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns long\r
-     */\r
-    public long getPosition() {\r
-        return this.position;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param position\r
-     *     the value for the position property\r
-     */\r
-    public void setPosition(long position) {\r
-        this.position = position;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "pullExecStatistics", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "pullExecStatistics", namespace = "http://msa.data.compbio/01/12/2010/", propOrder = {
+    "jobId",
+    "position"
+})
+public class PullExecStatistics {
+
+    @XmlElement(name = "jobId", namespace = "")
+    private String jobId;
+    @XmlElement(name = "position", namespace = "")
+    private long position;
+
+    /**
+     * 
+     * @return
+     *     returns String
+     */
+    public String getJobId() {
+        return this.jobId;
+    }
+
+    /**
+     * 
+     * @param jobId
+     *     the value for the jobId property
+     */
+    public void setJobId(String jobId) {
+        this.jobId = jobId;
+    }
+
+    /**
+     * 
+     * @return
+     *     returns long
+     */
+    public long getPosition() {
+        return this.position;
+    }
+
+    /**
+     * 
+     * @param position
+     *     the value for the position property
+     */
+    public void setPosition(long position) {
+        this.position = position;
+    }
+
+}
index ef36b8d..7575800 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "pullExecStatisticsResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "pullExecStatisticsResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class PullExecStatisticsResponse {\r
-\r
-    @XmlElement(name = "return", namespace = "")\r
-    private compbio.metadata.ChunkHolder _return;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns ChunkHolder\r
-     */\r
-    public compbio.metadata.ChunkHolder getReturn() {\r
-        return this._return;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param _return\r
-     *     the value for the _return property\r
-     */\r
-    public void setReturn(compbio.metadata.ChunkHolder _return) {\r
-        this._return = _return;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "pullExecStatisticsResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "pullExecStatisticsResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+public class PullExecStatisticsResponse {
+
+    @XmlElement(name = "return", namespace = "")
+    private compbio.metadata.ChunkHolder _return;
+
+    /**
+     * 
+     * @return
+     *     returns ChunkHolder
+     */
+    public compbio.metadata.ChunkHolder getReturn() {
+        return this._return;
+    }
+
+    /**
+     * 
+     * @param _return
+     *     the value for the _return property
+     */
+    public void setReturn(compbio.metadata.ChunkHolder _return) {
+        this._return = _return;
+    }
+
+}
index 79f413a..af66058 100644 (file)
@@ -1,41 +1,41 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-\r
-/**\r
- * This class was generated by the JAX-WS RI.\r
- * JAX-WS RI 2.2.3-b01-\r
- * Generated source version: 2.2.3\r
- * \r
- */\r
-@XmlRootElement(name = "ResultNotAvailableException", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "ResultNotAvailableException", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class ResultNotAvailableExceptionBean {\r
-\r
-    private String message;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns String\r
-     */\r
-    public String getMessage() {\r
-        return this.message;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param message\r
-     *     the value for the message property\r
-     */\r
-    public void setMessage(String message) {\r
-        this.message = message;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.2.3-b01-
+ * Generated source version: 2.2.3
+ * 
+ */
+@XmlRootElement(name = "ResultNotAvailableException", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "ResultNotAvailableException", namespace = "http://msa.data.compbio/01/12/2010/")
+public class ResultNotAvailableExceptionBean {
+
+    private String message;
+
+    /**
+     * 
+     * @return
+     *     returns String
+     */
+    public String getMessage() {
+        return this.message;
+    }
+
+    /**
+     * 
+     * @param message
+     *     the value for the message property
+     */
+    public void setMessage(String message) {
+        this.message = message;
+    }
+
+}
index 2ff7814..4a9a7b8 100644 (file)
@@ -1,15 +1,15 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "testAllServices", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "testAllServices", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class TestAllServices {\r
-\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "testAllServices", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "testAllServices", namespace = "http://msa.data.compbio/01/12/2010/")
+public class TestAllServices {
+
+
+}
index 4f42b3a..c8777cb 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "testAllServicesResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "testAllServicesResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class TestAllServicesResponse {\r
-\r
-    @XmlElement(name = "return", namespace = "")\r
-    private String _return;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns String\r
-     */\r
-    public String getReturn() {\r
-        return this._return;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param _return\r
-     *     the value for the _return property\r
-     */\r
-    public void setReturn(String _return) {\r
-        this._return = _return;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "testAllServicesResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "testAllServicesResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+public class TestAllServicesResponse {
+
+    @XmlElement(name = "return", namespace = "")
+    private String _return;
+
+    /**
+     * 
+     * @return
+     *     returns String
+     */
+    public String getReturn() {
+        return this._return;
+    }
+
+    /**
+     * 
+     * @param _return
+     *     the value for the _return property
+     */
+    public void setReturn(String _return) {
+        this._return = _return;
+    }
+
+}
index c831953..b564d97 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "testService", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "testService", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class TestService {\r
-\r
-    @XmlElement(name = "arg0", namespace = "")\r
-    private compbio.ws.client.Services arg0;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns Services\r
-     */\r
-    public compbio.ws.client.Services getArg0() {\r
-        return this.arg0;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param arg0\r
-     *     the value for the arg0 property\r
-     */\r
-    public void setArg0(compbio.ws.client.Services arg0) {\r
-        this.arg0 = arg0;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "testService", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "testService", namespace = "http://msa.data.compbio/01/12/2010/")
+public class TestService {
+
+    @XmlElement(name = "arg0", namespace = "")
+    private compbio.ws.client.Services arg0;
+
+    /**
+     * 
+     * @return
+     *     returns Services
+     */
+    public compbio.ws.client.Services getArg0() {
+        return this.arg0;
+    }
+
+    /**
+     * 
+     * @param arg0
+     *     the value for the arg0 property
+     */
+    public void setArg0(compbio.ws.client.Services arg0) {
+        this.arg0 = arg0;
+    }
+
+}
index e274d42..392bf39 100644 (file)
@@ -1,36 +1,36 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlElement;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-@XmlRootElement(name = "testServiceResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "testServiceResponse", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class TestServiceResponse {\r
-\r
-    @XmlElement(name = "return", namespace = "")\r
-    private String _return;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns String\r
-     */\r
-    public String getReturn() {\r
-        return this._return;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param _return\r
-     *     the value for the _return property\r
-     */\r
-    public void setReturn(String _return) {\r
-        this._return = _return;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+@XmlRootElement(name = "testServiceResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "testServiceResponse", namespace = "http://msa.data.compbio/01/12/2010/")
+public class TestServiceResponse {
+
+    @XmlElement(name = "return", namespace = "")
+    private String _return;
+
+    /**
+     * 
+     * @return
+     *     returns String
+     */
+    public String getReturn() {
+        return this._return;
+    }
+
+    /**
+     * 
+     * @param _return
+     *     the value for the _return property
+     */
+    public void setReturn(String _return) {
+        this._return = _return;
+    }
+
+}
index b349081..febeb76 100644 (file)
@@ -1,41 +1,41 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-\r
-/**\r
- * This class was generated by the JAX-WS RI.\r
- * JAX-WS RI 2.2.3-b01-\r
- * Generated source version: 2.2.3\r
- * \r
- */\r
-@XmlRootElement(name = "UnsupportedRuntimeException", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "UnsupportedRuntimeException", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class UnsupportedRuntimeExceptionBean {\r
-\r
-    private String message;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns String\r
-     */\r
-    public String getMessage() {\r
-        return this.message;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param message\r
-     *     the value for the message property\r
-     */\r
-    public void setMessage(String message) {\r
-        this.message = message;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.2.3-b01-
+ * Generated source version: 2.2.3
+ * 
+ */
+@XmlRootElement(name = "UnsupportedRuntimeException", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "UnsupportedRuntimeException", namespace = "http://msa.data.compbio/01/12/2010/")
+public class UnsupportedRuntimeExceptionBean {
+
+    private String message;
+
+    /**
+     * 
+     * @return
+     *     returns String
+     */
+    public String getMessage() {
+        return this.message;
+    }
+
+    /**
+     * 
+     * @param message
+     *     the value for the message property
+     */
+    public void setMessage(String message) {
+        this.message = message;
+    }
+
+}
index 630d8a5..738205f 100644 (file)
@@ -1,41 +1,41 @@
-\r
-package compbio.data.msa.jaxws;\r
-\r
-import javax.xml.bind.annotation.XmlAccessType;\r
-import javax.xml.bind.annotation.XmlAccessorType;\r
-import javax.xml.bind.annotation.XmlRootElement;\r
-import javax.xml.bind.annotation.XmlType;\r
-\r
-\r
-/**\r
- * This class was generated by the JAX-WS RI.\r
- * JAX-WS RI 2.2.3-b01-\r
- * Generated source version: 2.2.3\r
- * \r
- */\r
-@XmlRootElement(name = "WrongParameterException", namespace = "http://msa.data.compbio/01/12/2010/")\r
-@XmlAccessorType(XmlAccessType.FIELD)\r
-@XmlType(name = "WrongParameterException", namespace = "http://msa.data.compbio/01/12/2010/")\r
-public class WrongParameterExceptionBean {\r
-\r
-    private String message;\r
-\r
-    /**\r
-     * \r
-     * @return\r
-     *     returns String\r
-     */\r
-    public String getMessage() {\r
-        return this.message;\r
-    }\r
-\r
-    /**\r
-     * \r
-     * @param message\r
-     *     the value for the message property\r
-     */\r
-    public void setMessage(String message) {\r
-        this.message = message;\r
-    }\r
-\r
-}\r
+
+package compbio.data.msa.jaxws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.2.3-b01-
+ * Generated source version: 2.2.3
+ * 
+ */
+@XmlRootElement(name = "WrongParameterException", namespace = "http://msa.data.compbio/01/12/2010/")
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "WrongParameterException", namespace = "http://msa.data.compbio/01/12/2010/")
+public class WrongParameterExceptionBean {
+
+    private String message;
+
+    /**
+     * 
+     * @return
+     *     returns String
+     */
+    public String getMessage() {
+        return this.message;
+    }
+
+    /**
+     * 
+     * @param message
+     *     the value for the message property
+     */
+    public void setMessage(String message) {
+        this.message = message;
+    }
+
+}