X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fbinding%2FJalviewUserColours.java;h=9a6465b460759bd4587d32ff731f2bebd6c38c38;hb=2960385c83ed39b5dc2ffcccae37ebad3190eb0f;hp=b5d0335ec649152870b6d9c43d1f2934654fbb1b;hpb=4486cbff6855402579eff5ccbada47f15a5e8653;p=jalview.git diff --git a/src/jalview/binding/JalviewUserColours.java b/src/jalview/binding/JalviewUserColours.java old mode 100755 new mode 100644 index b5d0335..9a6465b --- a/src/jalview/binding/JalviewUserColours.java +++ b/src/jalview/binding/JalviewUserColours.java @@ -32,6 +32,12 @@ public class JalviewUserColours implements java.io.Serializable { private java.lang.String _schemeName; /** + * Jalview colour scheme document version. + * + */ + private java.lang.String _version; + + /** * Field _colourList. */ private java.util.Vector _colourList; @@ -144,6 +150,19 @@ public class JalviewUserColours implements java.io.Serializable { } /** + * Returns the value of field 'version'. The field 'version' + * has the following description: Jalview colour scheme + * document version. + * + * + * @return the value of field 'Version'. + */ + public java.lang.String getVersion( + ) { + return this._version; + } + + /** * Method isValid. * * @return true if this object is valid according to the schema @@ -267,6 +286,19 @@ public class JalviewUserColours implements java.io.Serializable { } /** + * Sets the value of field 'version'. The field 'version' has + * the following description: Jalview colour scheme document + * version. + * + * + * @param version the value of field 'version'. + */ + public void setVersion( + final java.lang.String version) { + this._version = version; + } + + /** * Method unmarshal. * * @param reader