JAL-4124 Dataset holds list of MatrixType instances, MapOnAMatrixType allows multiple...
[jalview.git] / src / jalview / xml / binding / jalview / Annotation.java
index 8a5d9b2..dc485c5 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 
 //
 
 
@@ -42,7 +42,7 @@ import javax.xml.bind.annotation.XmlType;
  *             &lt;/complexContent>
  *           &lt;/complexType>
  *         &lt;/element>
- *         &lt;element name="contactmatrix" type="{www.vamsas.ac.uk/jalview/version2}MatrixType" maxOccurs="unbounded" minOccurs="0"/>
+ *         &lt;element name="contactmatrix" type="{www.vamsas.ac.uk/jalview/version2}MapOnAMatrixType" maxOccurs="unbounded" minOccurs="0"/>
  *         &lt;element name="property" type="{www.vamsas.ac.uk/jalview/version2}property" maxOccurs="unbounded" minOccurs="0"/>
  *       &lt;/sequence>
  *       &lt;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 {
      * 
      * <p>
      * 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;
     }