From: Sasha Sherstnev Date: Fri, 9 Aug 2013 09:09:34 +0000 (+0100) Subject: Regenerated classes. No significant changes X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=051ff728dc7ff7500ca861d6f45a1d0aaf714b44;p=jabaws.git Regenerated classes. No significant changes --- diff --git a/webservices/compbio/data/msa/jaxws/Align.java b/webservices/compbio/data/msa/jaxws/Align.java index e380bab..8fcbfeb 100644 --- a/webservices/compbio/data/msa/jaxws/Align.java +++ b/webservices/compbio/data/msa/jaxws/Align.java @@ -1,37 +1,37 @@ - -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 fastaSequences; - - /** - * - * @return - * returns List - */ - public List getFastaSequences() { - return this.fastaSequences; - } - - /** - * - * @param fastaSequences - * the value for the fastaSequences property - */ - public void setFastaSequences(List fastaSequences) { - this.fastaSequences = fastaSequences; - } - -} + +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 fastaSequences; + + /** + * + * @return + * returns List + */ + public List getFastaSequences() { + return this.fastaSequences; + } + + /** + * + * @param fastaSequences + * the value for the fastaSequences property + */ + public void setFastaSequences(List fastaSequences) { + this.fastaSequences = fastaSequences; + } + +} diff --git a/webservices/compbio/data/msa/jaxws/AlignResponse.java b/webservices/compbio/data/msa/jaxws/AlignResponse.java index 9db9550..a390714 100644 --- a/webservices/compbio/data/msa/jaxws/AlignResponse.java +++ b/webservices/compbio/data/msa/jaxws/AlignResponse.java @@ -1,36 +1,36 @@ - -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; - } - -} + +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; + } + +} diff --git a/webservices/compbio/data/msa/jaxws/Analize.java b/webservices/compbio/data/msa/jaxws/Analize.java index fc7fd26..ad4277c 100644 --- a/webservices/compbio/data/msa/jaxws/Analize.java +++ b/webservices/compbio/data/msa/jaxws/Analize.java @@ -1,37 +1,37 @@ - -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 fastaSequences; - - /** - * - * @return - * returns List - */ - public List getFastaSequences() { - return this.fastaSequences; - } - - /** - * - * @param fastaSequences - * the value for the fastaSequences property - */ - public void setFastaSequences(List fastaSequences) { - this.fastaSequences = fastaSequences; - } - -} + +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 fastaSequences; + + /** + * + * @return + * returns List + */ + public List getFastaSequences() { + return this.fastaSequences; + } + + /** + * + * @param fastaSequences + * the value for the fastaSequences property + */ + public void setFastaSequences(List fastaSequences) { + this.fastaSequences = fastaSequences; + } + +} diff --git a/webservices/compbio/data/msa/jaxws/AnalizeResponse.java b/webservices/compbio/data/msa/jaxws/AnalizeResponse.java index f422adf..cc7f547 100644 --- a/webservices/compbio/data/msa/jaxws/AnalizeResponse.java +++ b/webservices/compbio/data/msa/jaxws/AnalizeResponse.java @@ -1,36 +1,36 @@ - -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; - } - -} + +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; + } + +} diff --git a/webservices/compbio/data/msa/jaxws/CancelJob.java b/webservices/compbio/data/msa/jaxws/CancelJob.java index 9b1f062..9fe32ae 100644 --- a/webservices/compbio/data/msa/jaxws/CancelJob.java +++ b/webservices/compbio/data/msa/jaxws/CancelJob.java @@ -1,36 +1,36 @@ - -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; - } - -} + +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; + } + +} diff --git a/webservices/compbio/data/msa/jaxws/CancelJobResponse.java b/webservices/compbio/data/msa/jaxws/CancelJobResponse.java index 00a92e2..dfad3ef 100644 --- a/webservices/compbio/data/msa/jaxws/CancelJobResponse.java +++ b/webservices/compbio/data/msa/jaxws/CancelJobResponse.java @@ -1,36 +1,36 @@ - -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; - } - -} + +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; + } + +} diff --git a/webservices/compbio/data/msa/jaxws/CustomAlign.java b/webservices/compbio/data/msa/jaxws/CustomAlign.java index d258864..e489d14 100644 --- a/webservices/compbio/data/msa/jaxws/CustomAlign.java +++ b/webservices/compbio/data/msa/jaxws/CustomAlign.java @@ -1,60 +1,60 @@ - -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 fastaSequences; - @XmlElement(name = "options", namespace = "") - private List options; - - /** - * - * @return - * returns List - */ - public List getFastaSequences() { - return this.fastaSequences; - } - - /** - * - * @param fastaSequences - * the value for the fastaSequences property - */ - public void setFastaSequences(List fastaSequences) { - this.fastaSequences = fastaSequences; - } - - /** - * - * @return - * returns List