JAL-3178 include non-positional features in their group on export
[jalview.git] / src / jalview / schemabinding / version2 / OtherData.java
index 3cdd86e..31797fe 100644 (file)
@@ -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'.