X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fvamsas%2Fobjects%2Fsimple%2FAlignment.java;h=0055bafdfdee69408212c7c660f239695d3b6b30;hb=174230b4233d9ce80f94527768d2cd2f76da11ab;hp=574a1e9a261c20c1b28f665ab8f40bcdeac0dafb;hpb=fbf0a6e1eb4869dc676334a30c9e40b60a7659ac;p=jalview.git diff --git a/src/vamsas/objects/simple/Alignment.java b/src/vamsas/objects/simple/Alignment.java index 574a1e9..0055baf 100755 --- a/src/vamsas/objects/simple/Alignment.java +++ b/src/vamsas/objects/simple/Alignment.java @@ -1,27 +1,27 @@ -/** - * Alignment.java - * - * This file was auto-generated from WSDL - * by the Apache Axis 1.2RC2 Nov 16, 2004 (12:19:44 EST) WSDL2Java emitter. +/** + * Alignment.java + * + * This file was auto-generated from WSDL + * by the Apache Axis 1.2RC2 Nov 16, 2004 (12:19:44 EST) WSDL2Java emitter. */ -/* -* Jalview - A Sequence Alignment Editor and Viewer -* Copyright (C) 2005 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle -* -* This program is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License -* as published by the Free Software Foundation; either version 2 -* of the License, or (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program; if not, write to the Free Software -* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +/* +* Jalview - A Sequence Alignment Editor and Viewer +* Copyright (C) 2006 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle +* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License +* as published by the Free Software Foundation; either version 2 +* of the License, or (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program; if not, write to the Free Software +* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ package vamsas.objects.simple; @@ -43,55 +43,55 @@ public class Alignment extends vamsas.objects.simple.Object this.seqs = seqs; } - /** - * Gets the gapchar value for this Alignment. - * - * @return gapchar + /** + * Gets the gapchar value for this Alignment. + * + * @return gapchar */ public java.lang.String getGapchar() { return gapchar; } - /** - * Sets the gapchar value for this Alignment. - * - * @param gapchar + /** + * Sets the gapchar value for this Alignment. + * + * @param gapchar */ public void setGapchar(java.lang.String gapchar) { this.gapchar = gapchar; } - /** - * Gets the method value for this Alignment. - * - * @return method + /** + * Gets the method value for this Alignment. + * + * @return method */ public java.lang.String[] getMethod() { return method; } - /** - * Sets the method value for this Alignment. - * - * @param method + /** + * Sets the method value for this Alignment. + * + * @param method */ public void setMethod(java.lang.String[] method) { this.method = method; } - /** - * Gets the seqs value for this Alignment. - * - * @return seqs + /** + * Gets the seqs value for this Alignment. + * + * @return seqs */ public vamsas.objects.simple.SequenceSet getSeqs() { return seqs; } - /** - * Sets the seqs value for this Alignment. - * - * @param seqs + /** + * Sets the seqs value for this Alignment. + * + * @param seqs */ public void setSeqs(vamsas.objects.simple.SequenceSet seqs) { this.seqs = seqs;