X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemabinding%2Fversion2%2FViewport.java;h=136a3b350d738f427a57c75c600bbf01f3ae7f8c;hb=5247711ab4a6453614e2a9fb9307e6bae6a7b4a9;hp=7e75ae64e5c9d3dd652b95ec0defa067d1fa9da5;hpb=77441185ddcb1e85b0de8336ce513b2130c6b98b;p=jalview.git diff --git a/src/jalview/schemabinding/version2/Viewport.java b/src/jalview/schemabinding/version2/Viewport.java index 7e75ae6..136a3b3 100644 --- a/src/jalview/schemabinding/version2/Viewport.java +++ b/src/jalview/schemabinding/version2/Viewport.java @@ -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 * *