fixes JAL-778 - flag to indicate binding between an alignment panel and Jmol view...
[jalview.git] / src / jalview / schemabinding / version2 / JGroup.java
index c25de2b..309e704 100755 (executable)
@@ -1,21 +1,10 @@
 /*\r
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.4.1)\r
- * Copyright (C) 2009 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
- * \r
- * This program is free software; you can redistribute it and/or\r
- * modify it under the terms of the GNU General Public License\r
- * as published by the Free Software Foundation; either version 2\r
- * of the License, or (at your option) any later version.\r
- * \r
- * This program is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- * GNU General Public License for more details.\r
- * \r
- * You should have received a copy of the GNU General Public License\r
- * along with this program; if not, write to the Free Software\r
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA\r
+ * This class was automatically generated with \r
+ * <a href="http://www.castor.org">Castor 1.1</a>, using an XML\r
+ * Schema.\r
+ * $Id$\r
  */\r
+\r
 package jalview.schemabinding.version2;\r
 \r
   //---------------------------------/\r
@@ -188,14 +177,14 @@ public class JGroup implements java.io.Serializable {
     private boolean _has_showConsensusHistogram;\r
 \r
     /**\r
-     * Field _showConsensusProfile.\r
+     * Field _showSequenceLogo.\r
      */\r
-    private boolean _showConsensusProfile = false;\r
+    private boolean _showSequenceLogo = false;\r
 \r
     /**\r
-     * keeps track of state for field: _showConsensusProfile\r
+     * keeps track of state for field: _showSequenceLogo\r
      */\r
-    private boolean _has_showConsensusProfile;\r
+    private boolean _has_showSequenceLogo;\r
 \r
     /**\r
      * Optional sequence group ID (only needs to be unique for this\r
@@ -317,9 +306,9 @@ public class JGroup implements java.io.Serializable {
 \r
     /**\r
      */\r
-    public void deleteShowConsensusProfile(\r
+    public void deleteShowSequenceLogo(\r
     ) {\r
-        this._has_showConsensusProfile= false;\r
+        this._has_showSequenceLogo= false;\r
     }\r
 \r
     /**\r
@@ -535,13 +524,13 @@ public class JGroup implements java.io.Serializable {
     }\r
 \r
     /**\r
-     * Returns the value of field 'showConsensusProfile'.\r
+     * Returns the value of field 'showSequenceLogo'.\r
      * \r
-     * @return the value of field 'ShowConsensusProfile'.\r
+     * @return the value of field 'ShowSequenceLogo'.\r
      */\r
-    public boolean getShowConsensusProfile(\r
+    public boolean getShowSequenceLogo(\r
     ) {\r
-        return this._showConsensusProfile;\r
+        return this._showSequenceLogo;\r
     }\r
 \r
     /**\r
@@ -687,14 +676,13 @@ public class JGroup implements java.io.Serializable {
     }\r
 \r
     /**\r
-     * Method hasShowConsensusProfile.\r
+     * Method hasShowSequenceLogo.\r
      * \r
-     * @return true if at least one ShowConsensusProfile has been\r
-     * added\r
+     * @return true if at least one ShowSequenceLogo has been added\r
      */\r
-    public boolean hasShowConsensusProfile(\r
+    public boolean hasShowSequenceLogo(\r
     ) {\r
-        return this._has_showConsensusProfile;\r
+        return this._has_showSequenceLogo;\r
     }\r
 \r
     /**\r
@@ -798,13 +786,13 @@ public class JGroup implements java.io.Serializable {
     }\r
 \r
     /**\r
-     * Returns the value of field 'showConsensusProfile'.\r
+     * Returns the value of field 'showSequenceLogo'.\r
      * \r
-     * @return the value of field 'ShowConsensusProfile'.\r
+     * @return the value of field 'ShowSequenceLogo'.\r
      */\r
-    public boolean isShowConsensusProfile(\r
+    public boolean isShowSequenceLogo(\r
     ) {\r
-        return this._showConsensusProfile;\r
+        return this._showSequenceLogo;\r
     }\r
 \r
     /**\r
@@ -1065,15 +1053,14 @@ public class JGroup implements java.io.Serializable {
     }\r
 \r
     /**\r
-     * Sets the value of field 'showConsensusProfile'.\r
+     * Sets the value of field 'showSequenceLogo'.\r
      * \r
-     * @param showConsensusProfile the value of field\r
-     * 'showConsensusProfile'.\r
+     * @param showSequenceLogo the value of field 'showSequenceLogo'\r
      */\r
-    public void setShowConsensusProfile(\r
-            final boolean showConsensusProfile) {\r
-        this._showConsensusProfile = showConsensusProfile;\r
-        this._has_showConsensusProfile = true;\r
+    public void setShowSequenceLogo(\r
+            final boolean showSequenceLogo) {\r
+        this._showSequenceLogo = showSequenceLogo;\r
+        this._has_showSequenceLogo = true;\r
     }\r
 \r
     /**\r