Merge develop to Release_2_8_3_Branch
[jalview.git] / src / uk / ac / ebi / www / InputParams.java
index 83d68a9..fe1c70c 100755 (executable)
@@ -1,30 +1,57 @@
-/**
- * InputParams.java
- *
- * This file was auto-generated from WSDL
- * by the Apache Axis WSDL2Java emitter.
+/*
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
+ * 
+ * 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/>.
+ * The Jalview Authors are detailed in the 'AUTHORS' file.
  */
-
 package uk.ac.ebi.www;
 
-public class InputParams
-    implements java.io.Serializable
+public class InputParams implements java.io.Serializable
 {
   private java.lang.String program;
+
   private java.lang.String database;
+
   private java.lang.String matrix;
+
   private float exp;
+
   private boolean echofilter;
+
   private java.lang.String filter;
+
   private int numal;
+
   private int scores;
+
   private java.lang.String sensitivity;
+
   private java.lang.String sort;
+
   private java.lang.String stats;
+
   private java.lang.String strand;
+
   private java.lang.String outformat;
+
   private int topcombon;
+
   private boolean async;
+
   private java.lang.String email;
 
   public InputParams()
@@ -192,17 +219,19 @@ public class InputParams
   }
 
   private java.lang.Object __equalsCalc = null;
+
+  @Override
   public synchronized boolean equals(java.lang.Object obj)
   {
-    if (! (obj instanceof InputParams))
+    if (obj == null)
     {
       return false;
     }
-    InputParams other = (InputParams) obj;
-    if (obj == null)
+    if (!(obj instanceof InputParams))
     {
       return false;
     }
+    InputParams other = (InputParams) obj;
     if (this == obj)
     {
       return true;
@@ -213,48 +242,40 @@ public class InputParams
     }
     __equalsCalc = obj;
     boolean _equals;
-    _equals = true &&
-        ( (program == null && other.getProgram() == null) ||
-         (program != null &&
-          program.equals(other.getProgram()))) &&
-        ( (database == null && other.getDatabase() == null) ||
-         (database != null &&
-          database.equals(other.getDatabase()))) &&
-        ( (matrix == null && other.getMatrix() == null) ||
-         (matrix != null &&
-          matrix.equals(other.getMatrix()))) &&
-        exp == other.getExp() &&
-        echofilter == other.isEchofilter() &&
-        ( (filter == null && other.getFilter() == null) ||
-         (filter != null &&
-          filter.equals(other.getFilter()))) &&
-        numal == other.getNumal() &&
-        scores == other.getScores() &&
-        ( (sensitivity == null && other.getSensitivity() == null) ||
-         (sensitivity != null &&
-          sensitivity.equals(other.getSensitivity()))) &&
-        ( (sort == null && other.getSort() == null) ||
-         (sort != null &&
-          sort.equals(other.getSort()))) &&
-        ( (stats == null && other.getStats() == null) ||
-         (stats != null &&
-          stats.equals(other.getStats()))) &&
-        ( (strand == null && other.getStrand() == null) ||
-         (strand != null &&
-          strand.equals(other.getStrand()))) &&
-        ( (outformat == null && other.getOutformat() == null) ||
-         (outformat != null &&
-          outformat.equals(other.getOutformat()))) &&
-        topcombon == other.getTopcombon() &&
-        async == other.isAsync() &&
-        ( (email == null && other.getEmail() == null) ||
-         (email != null &&
-          email.equals(other.getEmail())));
+    _equals = true
+            && ((program == null && other.getProgram() == null) || (program != null && program
+                    .equals(other.getProgram())))
+            && ((database == null && other.getDatabase() == null) || (database != null && database
+                    .equals(other.getDatabase())))
+            && ((matrix == null && other.getMatrix() == null) || (matrix != null && matrix
+                    .equals(other.getMatrix())))
+            && exp == other.getExp()
+            && echofilter == other.isEchofilter()
+            && ((filter == null && other.getFilter() == null) || (filter != null && filter
+                    .equals(other.getFilter())))
+            && numal == other.getNumal()
+            && scores == other.getScores()
+            && ((sensitivity == null && other.getSensitivity() == null) || (sensitivity != null && sensitivity
+                    .equals(other.getSensitivity())))
+            && ((sort == null && other.getSort() == null) || (sort != null && sort
+                    .equals(other.getSort())))
+            && ((stats == null && other.getStats() == null) || (stats != null && stats
+                    .equals(other.getStats())))
+            && ((strand == null && other.getStrand() == null) || (strand != null && strand
+                    .equals(other.getStrand())))
+            && ((outformat == null && other.getOutformat() == null) || (outformat != null && outformat
+                    .equals(other.getOutformat())))
+            && topcombon == other.getTopcombon()
+            && async == other.isAsync()
+            && ((email == null && other.getEmail() == null) || (email != null && email
+                    .equals(other.getEmail())));
     __equalsCalc = null;
     return _equals;
   }
 
   private boolean __hashCodeCalc = false;
+
+  @Override
   public synchronized int hashCode()
   {
     if (__hashCodeCalc)
@@ -314,107 +335,106 @@ public class InputParams
   }
 
   // Type metadata
-  private static org.apache.axis.description.TypeDesc typeDesc =
-      new org.apache.axis.description.TypeDesc(InputParams.class);
+  private static org.apache.axis.description.TypeDesc typeDesc = new org.apache.axis.description.TypeDesc(
+          InputParams.class);
 
   static
   {
-    org.apache.axis.description.FieldDesc field = new org.apache.axis.
-        description.ElementDesc();
+    org.apache.axis.description.FieldDesc field = new org.apache.axis.description.ElementDesc();
     field.setFieldName("program");
     field.setXmlName(new javax.xml.namespace.QName("", "program"));
     field.setXmlType(new javax.xml.namespace.QName(
-        "http://www.w3.org/2001/XMLSchema", "string"));
+            "http://www.w3.org/2001/XMLSchema", "string"));
     typeDesc.addFieldDesc(field);
     field = new org.apache.axis.description.ElementDesc();
     field.setFieldName("database");
     field.setXmlName(new javax.xml.namespace.QName("", "database"));
     field.setXmlType(new javax.xml.namespace.QName(
-        "http://www.w3.org/2001/XMLSchema", "string"));
+            "http://www.w3.org/2001/XMLSchema", "string"));
     typeDesc.addFieldDesc(field);
     field = new org.apache.axis.description.ElementDesc();
     field.setFieldName("matrix");
     field.setXmlName(new javax.xml.namespace.QName("", "matrix"));
     field.setXmlType(new javax.xml.namespace.QName(
-        "http://www.w3.org/2001/XMLSchema", "string"));
+            "http://www.w3.org/2001/XMLSchema", "string"));
     typeDesc.addFieldDesc(field);
     field = new org.apache.axis.description.ElementDesc();
     field.setFieldName("exp");
     field.setXmlName(new javax.xml.namespace.QName("", "exp"));
     field.setXmlType(new javax.xml.namespace.QName(
-        "http://www.w3.org/2001/XMLSchema", "float"));
+            "http://www.w3.org/2001/XMLSchema", "float"));
     typeDesc.addFieldDesc(field);
     field = new org.apache.axis.description.ElementDesc();
     field.setFieldName("echofilter");
     field.setXmlName(new javax.xml.namespace.QName("", "echofilter"));
     field.setXmlType(new javax.xml.namespace.QName(
-        "http://www.w3.org/2001/XMLSchema", "boolean"));
+            "http://www.w3.org/2001/XMLSchema", "boolean"));
     typeDesc.addFieldDesc(field);
     field = new org.apache.axis.description.ElementDesc();
     field.setFieldName("filter");
     field.setXmlName(new javax.xml.namespace.QName("", "filter"));
     field.setXmlType(new javax.xml.namespace.QName(
-        "http://www.w3.org/2001/XMLSchema", "string"));
+            "http://www.w3.org/2001/XMLSchema", "string"));
     typeDesc.addFieldDesc(field);
     field = new org.apache.axis.description.ElementDesc();
     field.setFieldName("numal");
     field.setXmlName(new javax.xml.namespace.QName("", "numal"));
     field.setXmlType(new javax.xml.namespace.QName(
-        "http://www.w3.org/2001/XMLSchema", "int"));
+            "http://www.w3.org/2001/XMLSchema", "int"));
     typeDesc.addFieldDesc(field);
     field = new org.apache.axis.description.ElementDesc();
     field.setFieldName("scores");
     field.setXmlName(new javax.xml.namespace.QName("", "scores"));
     field.setXmlType(new javax.xml.namespace.QName(
-        "http://www.w3.org/2001/XMLSchema", "int"));
+            "http://www.w3.org/2001/XMLSchema", "int"));
     typeDesc.addFieldDesc(field);
     field = new org.apache.axis.description.ElementDesc();
     field.setFieldName("sensitivity");
     field.setXmlName(new javax.xml.namespace.QName("", "sensitivity"));
     field.setXmlType(new javax.xml.namespace.QName(
-        "http://www.w3.org/2001/XMLSchema", "string"));
+            "http://www.w3.org/2001/XMLSchema", "string"));
     typeDesc.addFieldDesc(field);
     field = new org.apache.axis.description.ElementDesc();
     field.setFieldName("sort");
     field.setXmlName(new javax.xml.namespace.QName("", "sort"));
     field.setXmlType(new javax.xml.namespace.QName(
-        "http://www.w3.org/2001/XMLSchema", "string"));
+            "http://www.w3.org/2001/XMLSchema", "string"));
     typeDesc.addFieldDesc(field);
     field = new org.apache.axis.description.ElementDesc();
     field.setFieldName("stats");
     field.setXmlName(new javax.xml.namespace.QName("", "stats"));
     field.setXmlType(new javax.xml.namespace.QName(
-        "http://www.w3.org/2001/XMLSchema", "string"));
+            "http://www.w3.org/2001/XMLSchema", "string"));
     typeDesc.addFieldDesc(field);
     field = new org.apache.axis.description.ElementDesc();
     field.setFieldName("strand");
     field.setXmlName(new javax.xml.namespace.QName("", "strand"));
     field.setXmlType(new javax.xml.namespace.QName(
-        "http://www.w3.org/2001/XMLSchema", "string"));
+            "http://www.w3.org/2001/XMLSchema", "string"));
     typeDesc.addFieldDesc(field);
     field = new org.apache.axis.description.ElementDesc();
     field.setFieldName("outformat");
     field.setXmlName(new javax.xml.namespace.QName("", "outformat"));
     field.setXmlType(new javax.xml.namespace.QName(
-        "http://www.w3.org/2001/XMLSchema", "string"));
+            "http://www.w3.org/2001/XMLSchema", "string"));
     typeDesc.addFieldDesc(field);
     field = new org.apache.axis.description.ElementDesc();
     field.setFieldName("topcombon");
     field.setXmlName(new javax.xml.namespace.QName("", "topcombon"));
     field.setXmlType(new javax.xml.namespace.QName(
-        "http://www.w3.org/2001/XMLSchema", "int"));
+            "http://www.w3.org/2001/XMLSchema", "int"));
     typeDesc.addFieldDesc(field);
     field = new org.apache.axis.description.ElementDesc();
     field.setFieldName("async");
     field.setXmlName(new javax.xml.namespace.QName("", "async"));
     field.setXmlType(new javax.xml.namespace.QName(
-        "http://www.w3.org/2001/XMLSchema", "boolean"));
+            "http://www.w3.org/2001/XMLSchema", "boolean"));
     typeDesc.addFieldDesc(field);
     field = new org.apache.axis.description.ElementDesc();
     field.setFieldName("email");
     field.setXmlName(new javax.xml.namespace.QName("", "email"));
     field.setXmlType(new javax.xml.namespace.QName(
-        "http://www.w3.org/2001/XMLSchema", "string"));
+            "http://www.w3.org/2001/XMLSchema", "string"));
     typeDesc.addFieldDesc(field);
   };
 
@@ -430,26 +450,22 @@ public class InputParams
    * Get Custom Serializer
    */
   public static org.apache.axis.encoding.Serializer getSerializer(
-      java.lang.String mechType,
-      java.lang.Class _javaType,
-      javax.xml.namespace.QName _xmlType)
+          java.lang.String mechType, java.lang.Class _javaType,
+          javax.xml.namespace.QName _xmlType)
   {
-    return
-        new org.apache.axis.encoding.ser.BeanSerializer(
-            _javaType, _xmlType, typeDesc);
+    return new org.apache.axis.encoding.ser.BeanSerializer(_javaType,
+            _xmlType, typeDesc);
   }
 
   /**
    * Get Custom Deserializer
    */
   public static org.apache.axis.encoding.Deserializer getDeserializer(
-      java.lang.String mechType,
-      java.lang.Class _javaType,
-      javax.xml.namespace.QName _xmlType)
+          java.lang.String mechType, java.lang.Class _javaType,
+          javax.xml.namespace.QName _xmlType)
   {
-    return
-        new org.apache.axis.encoding.ser.BeanDeserializer(
-            _javaType, _xmlType, typeDesc);
+    return new org.apache.axis.encoding.ser.BeanDeserializer(_javaType,
+            _xmlType, typeDesc);
   }
 
 }