Merge branch 'feature/JAL-3063JAXB' into feature/JAL-3063jaxbNoCastor
[jalview.git] / src / jalview / schemabinding / version2 / CalcIdParam.java
index be00b2f..57d6986 100644 (file)
@@ -1,20 +1,10 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8)
- * Copyright (C) 2012 J Procter, AM Waterhouse, LM Lui, J Engelhardt, 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 <http://www.gnu.org/licenses/>.
+ * This class was automatically generated with 
+ * <a href="http://www.castor.org">Castor 1.1</a>, using an XML
+ * Schema.
+ * $Id$
  */
+
 package jalview.schemabinding.version2;
 
 //---------------------------------/
@@ -39,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;
 
@@ -55,6 +47,7 @@ public class CalcIdParam extends WebServiceParameterSet implements
 
   /**
    * should the calculation be automatically performed on edits
+   * 
    */
   private boolean _autoUpdate;
 
@@ -95,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()
@@ -106,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()
@@ -118,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()
@@ -150,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()
@@ -162,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()
@@ -228,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'.
    */
@@ -241,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'.
    */
@@ -254,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'.
    */