Merge branch 'features/JAL-1759jmolUpdate' into develop
[jalview.git] / src / jalview / schemabinding / version2 / Viewport.java
index 7e75ae6..136a3b3 100644 (file)
@@ -383,13 +383,21 @@ public class Viewport implements java.io.Serializable {
 
     /**
      * unique id used by jalview to
-     *  synchronize between stored and
+     *  synchronize
+     *  between stored and
      *  instantiated views
      *  
      */
     private java.lang.String _id;
 
     /**
+     * The viewport id of this viewport's
+     *  (cdna/protein) coding complement, if any
+     *  
+     */
+    private java.lang.String _complementId;
+
+    /**
      * Field _width.
      */
     private int _width;
@@ -873,6 +881,20 @@ public class Viewport implements java.io.Serializable {
     }
 
     /**
+     * Returns the value of field 'complementId'. The field
+     * 'complementId' has the following description: The viewport
+     * id of this viewport's
+     *  (cdna/protein) coding complement, if any
+     *  
+     * 
+     * @return the value of field 'ComplementId'.
+     */
+    public java.lang.String getComplementId(
+    ) {
+        return this._complementId;
+    }
+
+    /**
      * Returns the value of field 'consThreshold'.
      * 
      * @return the value of field 'ConsThreshold'.
@@ -1012,7 +1034,8 @@ public class Viewport implements java.io.Serializable {
     /**
      * Returns the value of field 'id'. The field 'id' has the
      * following description: unique id used by jalview to
-     *  synchronize between stored and
+     *  synchronize
+     *  between stored and
      *  instantiated views
      *  
      * 
@@ -2128,6 +2151,20 @@ public class Viewport implements java.io.Serializable {
     }
 
     /**
+     * Sets the value of field 'complementId'. The field
+     * 'complementId' has the following description: The viewport
+     * id of this viewport's
+     *  (cdna/protein) coding complement, if any
+     *  
+     * 
+     * @param complementId the value of field 'complementId'.
+     */
+    public void setComplementId(
+            final java.lang.String complementId) {
+        this._complementId = complementId;
+    }
+
+    /**
      * Sets the value of field 'consThreshold'.
      * 
      * @param consThreshold the value of field 'consThreshold'.
@@ -2264,7 +2301,8 @@ public class Viewport implements java.io.Serializable {
     /**
      * Sets the value of field 'id'. The field 'id' has the
      * following description: unique id used by jalview to
-     *  synchronize between stored and
+     *  synchronize
+     *  between stored and
      *  instantiated views
      *  
      *