X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemabinding%2Fversion2%2FOtherData.java;h=31797fe793832b406095a9d6eda7826c1720cc7f;hb=bb620cae1e4c44ae9efaf975c7bbbc63b0558db3;hp=3cdd86e37b44a1ff36bf9e55ce8cf4a1135edbdf;hpb=77441185ddcb1e85b0de8336ce513b2130c6b98b;p=jalview.git diff --git a/src/jalview/schemabinding/version2/OtherData.java b/src/jalview/schemabinding/version2/OtherData.java index 3cdd86e..31797fe 100644 --- a/src/jalview/schemabinding/version2/OtherData.java +++ b/src/jalview/schemabinding/version2/OtherData.java @@ -32,6 +32,11 @@ public class OtherData implements java.io.Serializable { private java.lang.String _key; /** + * key2 may be used for a sub-attribute of key + */ + private java.lang.String _key2; + + /** * Field _value. */ private java.lang.String _value; @@ -61,6 +66,18 @@ public class OtherData implements java.io.Serializable { } /** + * Returns the value of field 'key2'. The field 'key2' has the + * following description: key2 may be used for a sub-attribute + * of key + * + * @return the value of field 'Key2'. + */ + public java.lang.String getKey2( + ) { + return this._key2; + } + + /** * Returns the value of field 'value'. * * @return the value of field 'Value'. @@ -128,6 +145,18 @@ public class OtherData implements java.io.Serializable { } /** + * Sets the value of field 'key2'. The field 'key2' has the + * following description: key2 may be used for a sub-attribute + * of key + * + * @param key2 the value of field 'key2'. + */ + public void setKey2( + final java.lang.String key2) { + this._key2 = key2; + } + + /** * Sets the value of field 'value'. * * @param value the value of field 'value'.