X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fschemabinding%2Fversion2%2FCalcIdParam.java;h=57d69866a2f3a6be1f52206c2a9bb003b14b41ac;hb=66e8b94c2ea875d4671ceec07a5c60954f4b12e3;hp=1d5a34c45f3c8bcd3f42307489c3d0f3eb3d4f93;hpb=b57a02c25e335d033c97f8a6bacd6b54f62bd2b6;p=jalview.git diff --git a/src/jalview/schemabinding/version2/CalcIdParam.java b/src/jalview/schemabinding/version2/CalcIdParam.java index 1d5a34c..57d6986 100644 --- a/src/jalview/schemabinding/version2/CalcIdParam.java +++ b/src/jalview/schemabinding/version2/CalcIdParam.java @@ -29,12 +29,14 @@ public class CalcIdParam extends WebServiceParameterSet implements /** * handle for the calculation which uses this parameter set + * */ private java.lang.String _calcId; /** * should the calculation be performed immediately after loading in order to * refresh results + * */ private boolean _needsUpdate = false; @@ -45,6 +47,7 @@ public class CalcIdParam extends WebServiceParameterSet implements /** * should the calculation be automatically performed on edits + * */ private boolean _autoUpdate; @@ -85,6 +88,7 @@ public class CalcIdParam extends WebServiceParameterSet implements * following description: should the calculation be automatically performed on * edits * + * * @return the value of field 'AutoUpdate'. */ public boolean getAutoUpdate() @@ -96,6 +100,7 @@ public class CalcIdParam extends WebServiceParameterSet implements * Returns the value of field 'calcId'. The field 'calcId' has the following * description: handle for the calculation which uses this parameter set * + * * @return the value of field 'CalcId'. */ public java.lang.String getCalcId() @@ -108,6 +113,7 @@ public class CalcIdParam extends WebServiceParameterSet implements * following description: should the calculation be performed immediately * after loading in order to refresh results * + * * @return the value of field 'NeedsUpdate'. */ public boolean getNeedsUpdate() @@ -140,6 +146,7 @@ public class CalcIdParam extends WebServiceParameterSet implements * following description: should the calculation be automatically performed on * edits * + * * @return the value of field 'AutoUpdate'. */ public boolean isAutoUpdate() @@ -152,6 +159,7 @@ public class CalcIdParam extends WebServiceParameterSet implements * following description: should the calculation be performed immediately * after loading in order to refresh results * + * * @return the value of field 'NeedsUpdate'. */ public boolean isNeedsUpdate() @@ -218,6 +226,7 @@ public class CalcIdParam extends WebServiceParameterSet implements * following description: should the calculation be automatically performed on * edits * + * * @param autoUpdate * the value of field 'autoUpdate'. */ @@ -231,6 +240,7 @@ public class CalcIdParam extends WebServiceParameterSet implements * Sets the value of field 'calcId'. The field 'calcId' has the following * description: handle for the calculation which uses this parameter set * + * * @param calcId * the value of field 'calcId'. */ @@ -244,6 +254,7 @@ public class CalcIdParam extends WebServiceParameterSet implements * following description: should the calculation be performed immediately * after loading in order to refresh results * + * * @param needsUpdate * the value of field 'needsUpdate'. */