X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemabinding%2Fversion2%2FTree.java;h=c73cb1213b0a31cfb396d0400516d535609c16dd;hb=ca384c307f32631d32ffd450d69a49abeff4f5df;hp=3bbc231a32bb2a84740422bfee2f7c4255dc62eb;hpb=09ee1649c4427f534331aa2017a890529f0932f5;p=jalview.git diff --git a/src/jalview/schemabinding/version2/Tree.java b/src/jalview/schemabinding/version2/Tree.java index 3bbc231..c73cb12 100755 --- a/src/jalview/schemabinding/version2/Tree.java +++ b/src/jalview/schemabinding/version2/Tree.java @@ -152,6 +152,12 @@ public class Tree implements java.io.Serializable { private boolean _has_currentTree; /** + * Tree ID added for binding tree visualization settings to + * vamsas document trees in jalview 2.4.1 + */ + private java.lang.String _id; + + /** * Field _title. */ private java.lang.String _title; @@ -320,6 +326,19 @@ public class Tree implements java.io.Serializable { } /** + * Returns the value of field 'id'. The field 'id' has the + * following description: Tree ID added for binding tree + * visualization settings to vamsas document trees in jalview + * 2.4.1 + * + * @return the value of field 'Id'. + */ + public java.lang.String getId( + ) { + return this._id; + } + + /** * Returns the value of field 'markUnlinked'. * * @return the value of field 'MarkUnlinked'. @@ -692,6 +711,19 @@ public class Tree implements java.io.Serializable { } /** + * Sets the value of field 'id'. The field 'id' has the + * following description: Tree ID added for binding tree + * visualization settings to vamsas document trees in jalview + * 2.4.1 + * + * @param id the value of field 'id'. + */ + public void setId( + final java.lang.String id) { + this._id = id; + } + + /** * Sets the value of field 'markUnlinked'. * * @param markUnlinked the value of field 'markUnlinked'.