JAL-4124 Dataset holds list of MatrixType instances, MapOnAMatrixType allows multiple...
[jalview.git] / src / jalview / xml / binding / jalview / ObjectFactory.java
index 4cb7753..bb6c7be 100644 (file)
@@ -2,7 +2,7 @@
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 
 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
 // Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2023.07.18 at 05:07:54 PM BST 
+// Generated on: 2023.08.28 at 01:52:46 PM BST 
 //
 
 
@@ -275,11 +275,11 @@ public class ObjectFactory {
     }
 
     /**
-     * Create an instance of {@link MatrixType }
+     * Create an instance of {@link MapOnAMatrixType }
      * 
      */
-    public MatrixType createMatrixType() {
-        return new MatrixType();
+    public MapOnAMatrixType createMapOnAMatrixType() {
+        return new MapOnAMatrixType();
     }
 
     /**
@@ -299,11 +299,11 @@ public class ObjectFactory {
     }
 
     /**
-     * Create an instance of {@link MapOnAMatrixType }
+     * Create an instance of {@link MatrixType }
      * 
      */
-    public MapOnAMatrixType createMapOnAMatrixType() {
-        return new MapOnAMatrixType();
+    public MatrixType createMatrixType() {
+        return new MatrixType();
     }
 
     /**