X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemabinding%2Fversion2%2FStructureState.java;h=186e4e690ffc30ed2f292c9f9f7ee668faefa59e;hb=1dc67d212f52a92d7917fc9f4edd47d99b97c149;hp=30e73ebb514443aca8261a880fb68e0eb6e779b4;hpb=b57a02c25e335d033c97f8a6bacd6b54f62bd2b6;p=jalview.git diff --git a/src/jalview/schemabinding/version2/StructureState.java b/src/jalview/schemabinding/version2/StructureState.java index 30e73eb..186e4e6 100644 --- a/src/jalview/schemabinding/version2/StructureState.java +++ b/src/jalview/schemabinding/version2/StructureState.java @@ -89,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; @@ -261,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 @@ -573,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