X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemabinding%2Fversion2%2FOtherData.java;h=31797fe793832b406095a9d6eda7826c1720cc7f;hb=e42eed3a0089a8a064560df4cf17a5021fd1e16a;hp=bf6418258d0dfa980070b5207ee21aead93481fb;hpb=797df64fa2a0a30773d0f48f5494d4155e5a8be3;p=jalview.git diff --git a/src/jalview/schemabinding/version2/OtherData.java b/src/jalview/schemabinding/version2/OtherData.java index bf64182..31797fe 100644 --- a/src/jalview/schemabinding/version2/OtherData.java +++ b/src/jalview/schemabinding/version2/OtherData.java @@ -1,20 +1,3 @@ -/******************************************************************************* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7) - * Copyright (C) 2011 J Procter, AM Waterhouse, J Engelhardt, LM Lui, G Barton, M Clamp, S Searle - * - * This file is part of Jalview. - * - * Jalview is free software: you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * - * Jalview is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with Jalview. If not, see . - *******************************************************************************/ /* * This class was automatically generated with * Castor 1.1, using an XML @@ -49,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; @@ -78,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'. @@ -145,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'.