X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fschemabinding%2Fversion2%2FStructureState.java;h=24eed770e703cf90fe10e326a6c758f8a716d073;hb=1b1113ce93b37e8371fcc893be4d56118e88c63c;hp=6f4310838f101855145cd5b04ad413d2354fa218;hpb=cd07a161a10680208029f76aa46710c1032aae46;p=jalview.git diff --git a/src/jalview/schemabinding/version2/StructureState.java b/src/jalview/schemabinding/version2/StructureState.java index 6f43108..24eed77 100644 --- a/src/jalview/schemabinding/version2/StructureState.java +++ b/src/jalview/schemabinding/version2/StructureState.java @@ -82,7 +82,14 @@ public class StructureState implements java.io.Serializable { private boolean _has_height; /** - * Field _viewId. + * additional identifier which properly disambiguates + * the structure view from any other view with the same + * attributes. This is not an ID, + * because it is possible to have many references to the same + * physical structure view + * from different sequences in an alignment. A structureState + * element citing the same + * viewId will appear for each instance. */ private java.lang.String _viewId; @@ -158,7 +165,16 @@ public class StructureState implements java.io.Serializable { } /** - * Returns the value of field 'viewId'. + * Returns the value of field 'viewId'. The field 'viewId' has + * the following description: additional identifier which + * properly disambiguates + * the structure view from any other view with the same + * attributes. This is not an ID, + * because it is possible to have many references to the same + * physical structure view + * from different sequences in an alignment. A structureState + * element citing the same + * viewId will appear for each instance. * * @return the value of field 'ViewId'. */ @@ -337,7 +353,16 @@ public class StructureState implements java.io.Serializable { } /** - * Sets the value of field 'viewId'. + * Sets the value of field 'viewId'. The field 'viewId' has the + * following description: additional identifier which properly + * disambiguates + * the structure view from any other view with the same + * attributes. This is not an ID, + * because it is possible to have many references to the same + * physical structure view + * from different sequences in an alignment. A structureState + * element citing the same + * viewId will appear for each instance. * * @param viewId the value of field 'viewId'. */