Merge branch 'features/pca_jaxb_datasetrefs_JAL-3171_JAL-3063_JAL-1767' into develop
[jalview.git] / src / jalview / schemabinding / version2 / Tree.java
index b147498..1923eee 100644 (file)
@@ -121,6 +121,16 @@ public class Tree implements java.io.Serializable {
     private java.lang.String _id;
 
     /**
+     * Field _linkToAllViews.
+     */
+    private boolean _linkToAllViews = false;
+
+    /**
+     * keeps track of state for field: _linkToAllViews
+     */
+    private boolean _has_linkToAllViews;
+
+    /**
      * Field _width.
      */
     private int _width;
@@ -221,6 +231,13 @@ public class Tree implements java.io.Serializable {
 
     /**
      */
+    public void deleteLinkToAllViews(
+    ) {
+        this._has_linkToAllViews= false;
+    }
+
+    /**
+     */
     public void deleteMarkUnlinked(
     ) {
         this._has_markUnlinked= false;
@@ -344,6 +361,16 @@ public class Tree implements java.io.Serializable {
     }
 
     /**
+     * Returns the value of field 'linkToAllViews'.
+     * 
+     * @return the value of field 'LinkToAllViews'.
+     */
+    public boolean getLinkToAllViews(
+    ) {
+        return this._linkToAllViews;
+    }
+
+    /**
      * Returns the value of field 'markUnlinked'.
      * 
      * @return the value of field 'MarkUnlinked'.
@@ -484,6 +511,16 @@ public class Tree implements java.io.Serializable {
     }
 
     /**
+     * Method hasLinkToAllViews.
+     * 
+     * @return true if at least one LinkToAllViews has been added
+     */
+    public boolean hasLinkToAllViews(
+    ) {
+        return this._has_linkToAllViews;
+    }
+
+    /**
      * Method hasMarkUnlinked.
      * 
      * @return true if at least one MarkUnlinked has been added
@@ -574,6 +611,16 @@ public class Tree implements java.io.Serializable {
     }
 
     /**
+     * Returns the value of field 'linkToAllViews'.
+     * 
+     * @return the value of field 'LinkToAllViews'.
+     */
+    public boolean isLinkToAllViews(
+    ) {
+        return this._linkToAllViews;
+    }
+
+    /**
      * Returns the value of field 'markUnlinked'.
      * 
      * @return the value of field 'MarkUnlinked'.
@@ -731,6 +778,17 @@ public class Tree implements java.io.Serializable {
     }
 
     /**
+     * Sets the value of field 'linkToAllViews'.
+     * 
+     * @param linkToAllViews the value of field 'linkToAllViews'.
+     */
+    public void setLinkToAllViews(
+            final boolean linkToAllViews) {
+        this._linkToAllViews = linkToAllViews;
+        this._has_linkToAllViews = true;
+    }
+
+    /**
      * Sets the value of field 'markUnlinked'.
      * 
      * @param markUnlinked the value of field 'markUnlinked'.