X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemabinding%2Fversion2%2FStructureState.java;h=fe7c95d99e598180f7214befd3d1bbbe1e11282e;hb=5247711ab4a6453614e2a9fb9307e6bae6a7b4a9;hp=500c21e81757fab5b1703a55a4d4636ecc23ba75;hpb=77441185ddcb1e85b0de8336ce513b2130c6b98b;p=jalview.git diff --git a/src/jalview/schemabinding/version2/StructureState.java b/src/jalview/schemabinding/version2/StructureState.java index 500c21e..fe7c95d 100644 --- a/src/jalview/schemabinding/version2/StructureState.java +++ b/src/jalview/schemabinding/version2/StructureState.java @@ -199,6 +199,22 @@ 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; @@ -433,6 +449,28 @@ 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 @@ -907,6 +945,28 @@ 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