Merge branch 'develop' into feature/JAL-3063jaxbNoCastor
[jalview.git] / src / jalview / schemabinding / version2 / DoubleMatrix.java
index ab21019..04aed99 100644 (file)
@@ -51,6 +51,16 @@ public class DoubleMatrix implements java.io.Serializable
    */
   private java.util.Vector _rowList;
 
+  /**
+   * Field _d.
+   */
+  private jalview.schemabinding.version2.D _d;
+
+  /**
+   * Field _e.
+   */
+  private jalview.schemabinding.version2.E _e;
+
   // ----------------/
   // - Constructors -/
   // ----------------/
@@ -128,6 +138,26 @@ public class DoubleMatrix implements java.io.Serializable
   }
 
   /**
+   * Returns the value of field 'd'.
+   * 
+   * @return the value of field 'D'.
+   */
+  public jalview.schemabinding.version2.D getD()
+  {
+    return this._d;
+  }
+
+  /**
+   * Returns the value of field 'e'.
+   * 
+   * @return the value of field 'E'.
+   */
+  public jalview.schemabinding.version2.E getE()
+  {
+    return this._e;
+  }
+
+  /**
    * Method getRow.
    * 
    * @param index
@@ -303,6 +333,28 @@ public class DoubleMatrix implements java.io.Serializable
   }
 
   /**
+   * Sets the value of field 'd'.
+   * 
+   * @param d
+   *          the value of field 'd'.
+   */
+  public void setD(final jalview.schemabinding.version2.D d)
+  {
+    this._d = d;
+  }
+
+  /**
+   * Sets the value of field 'e'.
+   * 
+   * @param e
+   *          the value of field 'e'.
+   */
+  public void setE(final jalview.schemabinding.version2.E e)
+  {
+    this._e = e;
+  }
+
+  /**
    * 
    * 
    * @param index