fixes JAL-778 - flag to indicate binding between an alignment panel and Jmol view...
[jalview.git] / src / jalview / schemabinding / version2 / Sequence.java
index e6da4f6..e606eeb 100755 (executable)
@@ -29,6 +29,13 @@ implements java.io.Serializable
     //--------------------------/\r
 \r
     /**\r
+     * dataset sequence id for this sequence. Will be created as\r
+     * union of sequences.\r
+     *  \r
+     */\r
+    private java.lang.String _dsseqid;\r
+\r
+    /**\r
      * Field _DBRefList.\r
      */\r
     private java.util.Vector _DBRefList;\r
@@ -133,6 +140,19 @@ implements java.io.Serializable
     }\r
 \r
     /**\r
+     * Returns the value of field 'dsseqid'. The field 'dsseqid'\r
+     * has the following description: dataset sequence id for this\r
+     * sequence. Will be created as union of sequences.\r
+     *  \r
+     * \r
+     * @return the value of field 'Dsseqid'.\r
+     */\r
+    public java.lang.String getDsseqid(\r
+    ) {\r
+        return this._dsseqid;\r
+    }\r
+\r
+    /**\r
      * Method isValid.\r
      * \r
      * @return true if this object is valid according to the schema\r
@@ -246,6 +266,19 @@ implements java.io.Serializable
     }\r
 \r
     /**\r
+     * Sets the value of field 'dsseqid'. The field 'dsseqid' has\r
+     * the following description: dataset sequence id for this\r
+     * sequence. Will be created as union of sequences.\r
+     *  \r
+     * \r
+     * @param dsseqid the value of field 'dsseqid'.\r
+     */\r
+    public void setDsseqid(\r
+            final java.lang.String dsseqid) {\r
+        this._dsseqid = dsseqid;\r
+    }\r
+\r
+    /**\r
      * Method unmarshal.\r
      * \r
      * @param reader\r