JAL-2089 patch broken merge to master for Release 2.10.0b1
[jalview.git] / src / uk / ac / ebi / picr / model / CrossReference.java
index 04b50bf..498a47b 100644 (file)
-/**\r
- * CrossReference.java\r
- *\r
- * This file was auto-generated from WSDL\r
- * by the Apache Axis 1.2RC2 Nov 16, 2004 (12:19:44 EST) WSDL2Java emitter.\r
- */\r
-\r
-package uk.ac.ebi.picr.model;\r
-\r
-public class CrossReference  implements java.io.Serializable {\r
-    private java.lang.String accession;\r
-    private java.lang.String accessionVersion;\r
-    private java.lang.String databaseDescription;\r
-    private java.lang.String databaseName;\r
-    private java.util.Calendar dateAdded;\r
-    private java.util.Calendar dateDeleted;\r
-    private boolean deleted;\r
-    private java.lang.String gi;\r
-    private java.lang.String taxonId;\r
-\r
-    public CrossReference() {\r
-    }\r
-\r
-    public CrossReference(\r
-           java.lang.String accession,\r
-           java.lang.String accessionVersion,\r
-           java.lang.String databaseDescription,\r
-           java.lang.String databaseName,\r
-           java.util.Calendar dateAdded,\r
-           java.util.Calendar dateDeleted,\r
-           boolean deleted,\r
-           java.lang.String gi,\r
-           java.lang.String taxonId) {\r
-           this.accession = accession;\r
-           this.accessionVersion = accessionVersion;\r
-           this.databaseDescription = databaseDescription;\r
-           this.databaseName = databaseName;\r
-           this.dateAdded = dateAdded;\r
-           this.dateDeleted = dateDeleted;\r
-           this.deleted = deleted;\r
-           this.gi = gi;\r
-           this.taxonId = taxonId;\r
-    }\r
-\r
-\r
-    /**\r
-     * Gets the accession value for this CrossReference.\r
-     * \r
-     * @return accession\r
-     */\r
-    public java.lang.String getAccession() {\r
-        return accession;\r
-    }\r
-\r
-\r
-    /**\r
-     * Sets the accession value for this CrossReference.\r
-     * \r
-     * @param accession\r
-     */\r
-    public void setAccession(java.lang.String accession) {\r
-        this.accession = accession;\r
-    }\r
-\r
-\r
-    /**\r
-     * Gets the accessionVersion value for this CrossReference.\r
-     * \r
-     * @return accessionVersion\r
-     */\r
-    public java.lang.String getAccessionVersion() {\r
-        return accessionVersion;\r
-    }\r
-\r
-\r
-    /**\r
-     * Sets the accessionVersion value for this CrossReference.\r
-     * \r
-     * @param accessionVersion\r
-     */\r
-    public void setAccessionVersion(java.lang.String accessionVersion) {\r
-        this.accessionVersion = accessionVersion;\r
-    }\r
-\r
-\r
-    /**\r
-     * Gets the databaseDescription value for this CrossReference.\r
-     * \r
-     * @return databaseDescription\r
-     */\r
-    public java.lang.String getDatabaseDescription() {\r
-        return databaseDescription;\r
-    }\r
-\r
-\r
-    /**\r
-     * Sets the databaseDescription value for this CrossReference.\r
-     * \r
-     * @param databaseDescription\r
-     */\r
-    public void setDatabaseDescription(java.lang.String databaseDescription) {\r
-        this.databaseDescription = databaseDescription;\r
-    }\r
-\r
-\r
-    /**\r
-     * Gets the databaseName value for this CrossReference.\r
-     * \r
-     * @return databaseName\r
-     */\r
-    public java.lang.String getDatabaseName() {\r
-        return databaseName;\r
-    }\r
-\r
-\r
-    /**\r
-     * Sets the databaseName value for this CrossReference.\r
-     * \r
-     * @param databaseName\r
-     */\r
-    public void setDatabaseName(java.lang.String databaseName) {\r
-        this.databaseName = databaseName;\r
-    }\r
-\r
-\r
-    /**\r
-     * Gets the dateAdded value for this CrossReference.\r
-     * \r
-     * @return dateAdded\r
-     */\r
-    public java.util.Calendar getDateAdded() {\r
-        return dateAdded;\r
-    }\r
-\r
-\r
-    /**\r
-     * Sets the dateAdded value for this CrossReference.\r
-     * \r
-     * @param dateAdded\r
-     */\r
-    public void setDateAdded(java.util.Calendar dateAdded) {\r
-        this.dateAdded = dateAdded;\r
-    }\r
-\r
-\r
-    /**\r
-     * Gets the dateDeleted value for this CrossReference.\r
-     * \r
-     * @return dateDeleted\r
-     */\r
-    public java.util.Calendar getDateDeleted() {\r
-        return dateDeleted;\r
-    }\r
-\r
-\r
-    /**\r
-     * Sets the dateDeleted value for this CrossReference.\r
-     * \r
-     * @param dateDeleted\r
-     */\r
-    public void setDateDeleted(java.util.Calendar dateDeleted) {\r
-        this.dateDeleted = dateDeleted;\r
-    }\r
-\r
-\r
-    /**\r
-     * Gets the deleted value for this CrossReference.\r
-     * \r
-     * @return deleted\r
-     */\r
-    public boolean isDeleted() {\r
-        return deleted;\r
-    }\r
-\r
-\r
-    /**\r
-     * Sets the deleted value for this CrossReference.\r
-     * \r
-     * @param deleted\r
-     */\r
-    public void setDeleted(boolean deleted) {\r
-        this.deleted = deleted;\r
-    }\r
-\r
-\r
-    /**\r
-     * Gets the gi value for this CrossReference.\r
-     * \r
-     * @return gi\r
-     */\r
-    public java.lang.String getGi() {\r
-        return gi;\r
-    }\r
-\r
-\r
-    /**\r
-     * Sets the gi value for this CrossReference.\r
-     * \r
-     * @param gi\r
-     */\r
-    public void setGi(java.lang.String gi) {\r
-        this.gi = gi;\r
-    }\r
-\r
-\r
-    /**\r
-     * Gets the taxonId value for this CrossReference.\r
-     * \r
-     * @return taxonId\r
-     */\r
-    public java.lang.String getTaxonId() {\r
-        return taxonId;\r
-    }\r
-\r
-\r
-    /**\r
-     * Sets the taxonId value for this CrossReference.\r
-     * \r
-     * @param taxonId\r
-     */\r
-    public void setTaxonId(java.lang.String taxonId) {\r
-        this.taxonId = taxonId;\r
-    }\r
-\r
-    private java.lang.Object __equalsCalc = null;\r
-    public synchronized boolean equals(java.lang.Object obj) {\r
-        if (!(obj instanceof CrossReference)) return false;\r
-        CrossReference other = (CrossReference) obj;\r
-        if (obj == null) return false;\r
-        if (this == obj) return true;\r
-        if (__equalsCalc != null) {\r
-            return (__equalsCalc == obj);\r
-        }\r
-        __equalsCalc = obj;\r
-        boolean _equals;\r
-        _equals = true && \r
-            ((this.accession==null && other.getAccession()==null) || \r
-             (this.accession!=null &&\r
-              this.accession.equals(other.getAccession()))) &&\r
-            ((this.accessionVersion==null && other.getAccessionVersion()==null) || \r
-             (this.accessionVersion!=null &&\r
-              this.accessionVersion.equals(other.getAccessionVersion()))) &&\r
-            ((this.databaseDescription==null && other.getDatabaseDescription()==null) || \r
-             (this.databaseDescription!=null &&\r
-              this.databaseDescription.equals(other.getDatabaseDescription()))) &&\r
-            ((this.databaseName==null && other.getDatabaseName()==null) || \r
-             (this.databaseName!=null &&\r
-              this.databaseName.equals(other.getDatabaseName()))) &&\r
-            ((this.dateAdded==null && other.getDateAdded()==null) || \r
-             (this.dateAdded!=null &&\r
-              this.dateAdded.equals(other.getDateAdded()))) &&\r
-            ((this.dateDeleted==null && other.getDateDeleted()==null) || \r
-             (this.dateDeleted!=null &&\r
-              this.dateDeleted.equals(other.getDateDeleted()))) &&\r
-            this.deleted == other.isDeleted() &&\r
-            ((this.gi==null && other.getGi()==null) || \r
-             (this.gi!=null &&\r
-              this.gi.equals(other.getGi()))) &&\r
-            ((this.taxonId==null && other.getTaxonId()==null) || \r
-             (this.taxonId!=null &&\r
-              this.taxonId.equals(other.getTaxonId())));\r
-        __equalsCalc = null;\r
-        return _equals;\r
-    }\r
-\r
-    private boolean __hashCodeCalc = false;\r
-    public synchronized int hashCode() {\r
-        if (__hashCodeCalc) {\r
-            return 0;\r
-        }\r
-        __hashCodeCalc = true;\r
-        int _hashCode = 1;\r
-        if (getAccession() != null) {\r
-            _hashCode += getAccession().hashCode();\r
-        }\r
-        if (getAccessionVersion() != null) {\r
-            _hashCode += getAccessionVersion().hashCode();\r
-        }\r
-        if (getDatabaseDescription() != null) {\r
-            _hashCode += getDatabaseDescription().hashCode();\r
-        }\r
-        if (getDatabaseName() != null) {\r
-            _hashCode += getDatabaseName().hashCode();\r
-        }\r
-        if (getDateAdded() != null) {\r
-            _hashCode += getDateAdded().hashCode();\r
-        }\r
-        if (getDateDeleted() != null) {\r
-            _hashCode += getDateDeleted().hashCode();\r
-        }\r
-        _hashCode += (isDeleted() ? Boolean.TRUE : Boolean.FALSE).hashCode();\r
-        if (getGi() != null) {\r
-            _hashCode += getGi().hashCode();\r
-        }\r
-        if (getTaxonId() != null) {\r
-            _hashCode += getTaxonId().hashCode();\r
-        }\r
-        __hashCodeCalc = false;\r
-        return _hashCode;\r
-    }\r
-\r
-}\r
+/*
+ * 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.picr.model;
+
+public class CrossReference implements java.io.Serializable
+{
+  private java.lang.String accession;
+
+  private java.lang.String accessionVersion;
+
+  private java.lang.String databaseDescription;
+
+  private java.lang.String databaseName;
+
+  private java.util.Calendar dateAdded;
+
+  private java.util.Calendar dateDeleted;
+
+  private boolean deleted;
+
+  private java.lang.String gi;
+
+  private java.lang.String taxonId;
+
+  public CrossReference()
+  {
+  }
+
+  public CrossReference(java.lang.String accession,
+          java.lang.String accessionVersion,
+          java.lang.String databaseDescription,
+          java.lang.String databaseName, java.util.Calendar dateAdded,
+          java.util.Calendar dateDeleted, boolean deleted,
+          java.lang.String gi, java.lang.String taxonId)
+  {
+    this.accession = accession;
+    this.accessionVersion = accessionVersion;
+    this.databaseDescription = databaseDescription;
+    this.databaseName = databaseName;
+    this.dateAdded = dateAdded;
+    this.dateDeleted = dateDeleted;
+    this.deleted = deleted;
+    this.gi = gi;
+    this.taxonId = taxonId;
+  }
+
+  /**
+   * Gets the accession value for this CrossReference.
+   * 
+   * @return accession
+   */
+  public java.lang.String getAccession()
+  {
+    return accession;
+  }
+
+  /**
+   * Sets the accession value for this CrossReference.
+   * 
+   * @param accession
+   */
+  public void setAccession(java.lang.String accession)
+  {
+    this.accession = accession;
+  }
+
+  /**
+   * Gets the accessionVersion value for this CrossReference.
+   * 
+   * @return accessionVersion
+   */
+  public java.lang.String getAccessionVersion()
+  {
+    return accessionVersion;
+  }
+
+  /**
+   * Sets the accessionVersion value for this CrossReference.
+   * 
+   * @param accessionVersion
+   */
+  public void setAccessionVersion(java.lang.String accessionVersion)
+  {
+    this.accessionVersion = accessionVersion;
+  }
+
+  /**
+   * Gets the databaseDescription value for this CrossReference.
+   * 
+   * @return databaseDescription
+   */
+  public java.lang.String getDatabaseDescription()
+  {
+    return databaseDescription;
+  }
+
+  /**
+   * Sets the databaseDescription value for this CrossReference.
+   * 
+   * @param databaseDescription
+   */
+  public void setDatabaseDescription(java.lang.String databaseDescription)
+  {
+    this.databaseDescription = databaseDescription;
+  }
+
+  /**
+   * Gets the databaseName value for this CrossReference.
+   * 
+   * @return databaseName
+   */
+  public java.lang.String getDatabaseName()
+  {
+    return databaseName;
+  }
+
+  /**
+   * Sets the databaseName value for this CrossReference.
+   * 
+   * @param databaseName
+   */
+  public void setDatabaseName(java.lang.String databaseName)
+  {
+    this.databaseName = databaseName;
+  }
+
+  /**
+   * Gets the dateAdded value for this CrossReference.
+   * 
+   * @return dateAdded
+   */
+  public java.util.Calendar getDateAdded()
+  {
+    return dateAdded;
+  }
+
+  /**
+   * Sets the dateAdded value for this CrossReference.
+   * 
+   * @param dateAdded
+   */
+  public void setDateAdded(java.util.Calendar dateAdded)
+  {
+    this.dateAdded = dateAdded;
+  }
+
+  /**
+   * Gets the dateDeleted value for this CrossReference.
+   * 
+   * @return dateDeleted
+   */
+  public java.util.Calendar getDateDeleted()
+  {
+    return dateDeleted;
+  }
+
+  /**
+   * Sets the dateDeleted value for this CrossReference.
+   * 
+   * @param dateDeleted
+   */
+  public void setDateDeleted(java.util.Calendar dateDeleted)
+  {
+    this.dateDeleted = dateDeleted;
+  }
+
+  /**
+   * Gets the deleted value for this CrossReference.
+   * 
+   * @return deleted
+   */
+  public boolean isDeleted()
+  {
+    return deleted;
+  }
+
+  /**
+   * Sets the deleted value for this CrossReference.
+   * 
+   * @param deleted
+   */
+  public void setDeleted(boolean deleted)
+  {
+    this.deleted = deleted;
+  }
+
+  /**
+   * Gets the gi value for this CrossReference.
+   * 
+   * @return gi
+   */
+  public java.lang.String getGi()
+  {
+    return gi;
+  }
+
+  /**
+   * Sets the gi value for this CrossReference.
+   * 
+   * @param gi
+   */
+  public void setGi(java.lang.String gi)
+  {
+    this.gi = gi;
+  }
+
+  /**
+   * Gets the taxonId value for this CrossReference.
+   * 
+   * @return taxonId
+   */
+  public java.lang.String getTaxonId()
+  {
+    return taxonId;
+  }
+
+  /**
+   * Sets the taxonId value for this CrossReference.
+   * 
+   * @param taxonId
+   */
+  public void setTaxonId(java.lang.String taxonId)
+  {
+    this.taxonId = taxonId;
+  }
+
+  private java.lang.Object __equalsCalc = null;
+
+  @Override
+  public synchronized boolean equals(java.lang.Object obj)
+  {
+    if (obj == null)
+    {
+      return false;
+    }
+    if (!(obj instanceof CrossReference))
+    {
+      return false;
+    }
+    CrossReference other = (CrossReference) obj;
+    if (this == obj)
+    {
+      return true;
+    }
+    if (__equalsCalc != null)
+    {
+      return (__equalsCalc == obj);
+    }
+    __equalsCalc = obj;
+    boolean _equals;
+    _equals = true
+            && ((this.accession == null && other.getAccession() == null) || (this.accession != null && this.accession
+                    .equals(other.getAccession())))
+            && ((this.accessionVersion == null && other
+                    .getAccessionVersion() == null) || (this.accessionVersion != null && this.accessionVersion
+                    .equals(other.getAccessionVersion())))
+            && ((this.databaseDescription == null && other
+                    .getDatabaseDescription() == null) || (this.databaseDescription != null && this.databaseDescription
+                    .equals(other.getDatabaseDescription())))
+            && ((this.databaseName == null && other.getDatabaseName() == null) || (this.databaseName != null && this.databaseName
+                    .equals(other.getDatabaseName())))
+            && ((this.dateAdded == null && other.getDateAdded() == null) || (this.dateAdded != null && this.dateAdded
+                    .equals(other.getDateAdded())))
+            && ((this.dateDeleted == null && other.getDateDeleted() == null) || (this.dateDeleted != null && this.dateDeleted
+                    .equals(other.getDateDeleted())))
+            && this.deleted == other.isDeleted()
+            && ((this.gi == null && other.getGi() == null) || (this.gi != null && this.gi
+                    .equals(other.getGi())))
+            && ((this.taxonId == null && other.getTaxonId() == null) || (this.taxonId != null && this.taxonId
+                    .equals(other.getTaxonId())));
+    __equalsCalc = null;
+    return _equals;
+  }
+
+  private boolean __hashCodeCalc = false;
+
+  /**
+   * hashCode designed to ensure that if two instances satisfy o1.equals(o2)
+   * then they have the same hashcode.
+   */
+  @Override
+  public synchronized int hashCode()
+  {
+    if (__hashCodeCalc)
+    {
+      return 0;
+    }
+    __hashCodeCalc = true;
+    int _hashCode = 1;
+    if (getAccession() != null)
+    {
+      _hashCode += getAccession().hashCode();
+    }
+    if (getAccessionVersion() != null)
+    {
+      _hashCode += getAccessionVersion().hashCode();
+    }
+    if (getDatabaseDescription() != null)
+    {
+      _hashCode += getDatabaseDescription().hashCode();
+    }
+    if (getDatabaseName() != null)
+    {
+      _hashCode += getDatabaseName().hashCode();
+    }
+    if (getDateAdded() != null)
+    {
+      _hashCode += getDateAdded().hashCode();
+    }
+    if (getDateDeleted() != null)
+    {
+      _hashCode += getDateDeleted().hashCode();
+    }
+    _hashCode += (isDeleted() ? Boolean.TRUE : Boolean.FALSE).hashCode();
+    if (getGi() != null)
+    {
+      _hashCode += getGi().hashCode();
+    }
+    if (getTaxonId() != null)
+    {
+      _hashCode += getTaxonId().hashCode();
+    }
+    __hashCodeCalc = false;
+    return _hashCode;
+  }
+
+}