Merge branch 'develop' into patch/JAL-4281_idwidthandannotHeight_in_project
[jalview.git] / src / jalview / xml / binding / jalview / Annotation.java
index 3a05f57..261e0ed 100644 (file)
@@ -2,7 +2,7 @@
 // This file was generated by the Eclipse Implementation of JAXB, v2.3.3 
 // See https://eclipse-ee4j.github.io/jaxb-ri 
 // Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2023.09.08 at 03:55:49 PM BST 
+// Generated on: 2023.11.01 at 07:03:09 PM GMT 
 //
 
 
@@ -42,7 +42,7 @@ import javax.xml.bind.annotation.XmlType;
  *             </complexContent>
  *           </complexType>
  *         </element>
- *         <element name="contactmatrix" type="{www.vamsas.ac.uk/jalview/version2}MatrixType" maxOccurs="unbounded" minOccurs="0"/>
+ *         <element name="contactmatrix" type="{www.vamsas.ac.uk/jalview/version2}MapOnAMatrixType" maxOccurs="unbounded" minOccurs="0"/>
  *         <element name="property" type="{www.vamsas.ac.uk/jalview/version2}property" maxOccurs="unbounded" minOccurs="0"/>
  *       </sequence>
  *       <attribute name="graph" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
@@ -86,7 +86,7 @@ public class Annotation {
     protected String label;
     protected String description;
     protected Annotation.ThresholdLine thresholdLine;
-    protected List<MatrixType> contactmatrix;
+    protected List<MapOnAMatrixType> contactmatrix;
     protected List<Property> property;
     @XmlAttribute(name = "graph", required = true)
     protected boolean graph;
@@ -242,13 +242,13 @@ public class Annotation {
      * 
      * &lt;p&gt;
      * Objects of the following type(s) are allowed in the list
-     * {@link MatrixType }
+     * {@link MapOnAMatrixType }
      * 
      * 
      */
-    public List<MatrixType> getContactmatrix() {
+    public List<MapOnAMatrixType> getContactmatrix() {
         if (contactmatrix == null) {
-            contactmatrix = new ArrayList<MatrixType>();
+            contactmatrix = new ArrayList<MapOnAMatrixType>();
         }
         return this.contactmatrix;
     }