Sequenceset may be empty, multiple views
[jalview.git] / src / jalview / schemabinding / version2 / Viewport.java
index 557e454..24adba5 100755 (executable)
@@ -281,6 +281,26 @@ public class Viewport implements java.io.Serializable {
     private boolean _has_fontStyle;\r
 \r
     /**\r
+     * Field _viewName\r
+     */\r
+    private java.lang.String _viewName;\r
+\r
+    /**\r
+     * Field _sequenceSetId\r
+     */\r
+    private java.lang.String _sequenceSetId;\r
+\r
+    /**\r
+     * Field _gatheredViews\r
+     */\r
+    private boolean _gatheredViews;\r
+\r
+    /**\r
+     * keeps track of state for field: _gatheredViews\r
+     */\r
+    private boolean _has_gatheredViews;\r
+\r
+    /**\r
      * Field _annotationColours\r
      */\r
     private jalview.schemabinding.version2.AnnotationColours _annotationColours;\r
@@ -369,6 +389,15 @@ public class Viewport implements java.io.Serializable {
     } //-- void deleteFontStyle() \r
 \r
     /**\r
+     * Method deleteGatheredViews\r
+     * \r
+     */\r
+    public void deleteGatheredViews()\r
+    {\r
+        this._has_gatheredViews= false;\r
+    } //-- void deleteGatheredViews() \r
+\r
+    /**\r
      * Method deleteHeight\r
      * \r
      */\r
@@ -629,6 +658,17 @@ public class Viewport implements java.io.Serializable {
     } //-- int getFontStyle() \r
 \r
     /**\r
+     * Returns the value of field 'gatheredViews'.\r
+     * \r
+     * @return boolean\r
+     * @return the value of field 'gatheredViews'.\r
+     */\r
+    public boolean getGatheredViews()\r
+    {\r
+        return this._gatheredViews;\r
+    } //-- boolean getGatheredViews() \r
+\r
+    /**\r
      * Returns the value of field 'height'.\r
      * \r
      * @return int\r
@@ -721,6 +761,17 @@ public class Viewport implements java.io.Serializable {
     } //-- boolean getRenderGaps() \r
 \r
     /**\r
+     * Returns the value of field 'sequenceSetId'.\r
+     * \r
+     * @return String\r
+     * @return the value of field 'sequenceSetId'.\r
+     */\r
+    public java.lang.String getSequenceSetId()\r
+    {\r
+        return this._sequenceSetId;\r
+    } //-- java.lang.String getSequenceSetId() \r
+\r
+    /**\r
      * Returns the value of field 'showAnnotation'.\r
      * \r
      * @return boolean\r
@@ -853,6 +904,17 @@ public class Viewport implements java.io.Serializable {
     } //-- java.lang.String getTitle() \r
 \r
     /**\r
+     * Returns the value of field 'viewName'.\r
+     * \r
+     * @return String\r
+     * @return the value of field 'viewName'.\r
+     */\r
+    public java.lang.String getViewName()\r
+    {\r
+        return this._viewName;\r
+    } //-- java.lang.String getViewName() \r
+\r
+    /**\r
      * Returns the value of field 'width'.\r
      * \r
      * @return int\r
@@ -945,6 +1007,18 @@ public class Viewport implements java.io.Serializable {
     } //-- boolean hasFontStyle() \r
 \r
     /**\r
+     * Method hasGatheredViews\r
+     * \r
+     * \r
+     * \r
+     * @return boolean\r
+     */\r
+    public boolean hasGatheredViews()\r
+    {\r
+        return this._has_gatheredViews;\r
+    } //-- boolean hasGatheredViews() \r
+\r
+    /**\r
      * Method hasHeight\r
      * \r
      * \r
@@ -1319,6 +1393,17 @@ public class Viewport implements java.io.Serializable {
     } //-- void setFontStyle(int) \r
 \r
     /**\r
+     * Sets the value of field 'gatheredViews'.\r
+     * \r
+     * @param gatheredViews the value of field 'gatheredViews'.\r
+     */\r
+    public void setGatheredViews(boolean gatheredViews)\r
+    {\r
+        this._gatheredViews = gatheredViews;\r
+        this._has_gatheredViews = true;\r
+    } //-- void setGatheredViews(boolean) \r
+\r
+    /**\r
      * Sets the value of field 'height'.\r
      * \r
      * @param height the value of field 'height'.\r
@@ -1397,6 +1482,16 @@ public class Viewport implements java.io.Serializable {
     } //-- void setRenderGaps(boolean) \r
 \r
     /**\r
+     * Sets the value of field 'sequenceSetId'.\r
+     * \r
+     * @param sequenceSetId the value of field 'sequenceSetId'.\r
+     */\r
+    public void setSequenceSetId(java.lang.String sequenceSetId)\r
+    {\r
+        this._sequenceSetId = sequenceSetId;\r
+    } //-- void setSequenceSetId(java.lang.String) \r
+\r
+    /**\r
      * Sets the value of field 'showAnnotation'.\r
      * \r
      * @param showAnnotation the value of field 'showAnnotation'.\r
@@ -1529,6 +1624,16 @@ public class Viewport implements java.io.Serializable {
     } //-- void setTitle(java.lang.String) \r
 \r
     /**\r
+     * Sets the value of field 'viewName'.\r
+     * \r
+     * @param viewName the value of field 'viewName'.\r
+     */\r
+    public void setViewName(java.lang.String viewName)\r
+    {\r
+        this._viewName = viewName;\r
+    } //-- void setViewName(java.lang.String) \r
+\r
+    /**\r
      * Sets the value of field 'width'.\r
      * \r
      * @param width the value of field 'width'.\r