X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemabinding%2Fversion2%2FStructureState.java;h=186e4e690ffc30ed2f292c9f9f7ee668faefa59e;hb=d8720fc191cba996c440171ef8e07462ef9f7035;hp=25e7fdf6f9aa96358c88f43f8177a92d64252007;hpb=ab43013b7e357b84b4abade0dba949668dfb2a0e;p=jalview.git diff --git a/src/jalview/schemabinding/version2/StructureState.java b/src/jalview/schemabinding/version2/StructureState.java index 25e7fdf..186e4e6 100644 --- a/src/jalview/schemabinding/version2/StructureState.java +++ b/src/jalview/schemabinding/version2/StructureState.java @@ -1,23 +1,10 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2b1) - * Copyright (C) 2014 The Jalview Authors - * - * This file is part of Jalview. - * - * Jalview is free software: you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation, either version 3 - * of the License, or (at your option) any later version. - * - * Jalview is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Jalview. If not, see . - * The Jalview Authors are detailed in the 'AUTHORS' file. + * This class was automatically generated with + * Castor 1.1, using an XML + * Schema. + * $Id$ */ + package jalview.schemabinding.version2; //---------------------------------/ @@ -102,6 +89,12 @@ public class StructureState implements java.io.Serializable private boolean _has_colourByJmol; /** + * An identifier for the viewer type, currently either JMOL or CHIMERA + * + */ + private java.lang.String _type; + + /** * Field _width. */ private int _width; @@ -274,6 +267,19 @@ public class StructureState implements java.io.Serializable } /** + * Returns the value of field 'type'. The field 'type' has the following + * description: An identifier for the viewer type, currently either JMOL or + * CHIMERA + * + * + * @return the value of field 'Type'. + */ + public java.lang.String getType() + { + return this._type; + } + + /** * Returns the value of field 'viewId'. The field 'viewId' has the following * description: additional identifier which properly disambiguates the * structure view from any other view with the same attributes. This is not an @@ -586,6 +592,20 @@ public class StructureState implements java.io.Serializable } /** + * Sets the value of field 'type'. The field 'type' has the following + * description: An identifier for the viewer type, currently either JMOL or + * CHIMERA + * + * + * @param type + * the value of field 'type'. + */ + public void setType(final java.lang.String type) + { + this._type = type; + } + + /** * Sets the value of field 'viewId'. The field 'viewId' has the following * description: additional identifier which properly disambiguates the * structure view from any other view with the same attributes. This is not an