X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fxml%2Fbinding%2Fjalview%2FMatrixType.java;h=ac79fa84f326fb9232a945bb0ab6b1b206319a15;hb=8288438dd58cfc2d1fe18a060afda0d647b85c32;hp=fcf9958861ee379e0dba3bb3505bd0c28bc921d7;hpb=a81e74154d35e10958b58c3c9411aa9ee21880a6;p=jalview.git diff --git a/src/jalview/xml/binding/jalview/MatrixType.java b/src/jalview/xml/binding/jalview/MatrixType.java index fcf9958..ac79fa8 100644 --- a/src/jalview/xml/binding/jalview/MatrixType.java +++ b/src/jalview/xml/binding/jalview/MatrixType.java @@ -2,7 +2,7 @@ // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2023.03.09 at 07:45:02 AM GMT +// Generated on: 2023.05.13 at 06:58:41 PM BST // @@ -32,6 +32,7 @@ import javax.xml.bind.annotation.XmlType; * <element name="groups" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> * <element name="newick" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> * <element name="property" type="{www.vamsas.ac.uk/jalview/version2}property" maxOccurs="unbounded" minOccurs="0"/> + * <element name="mapping" type="{www.vamsas.ac.uk/jalview/version2}mapListType" minOccurs="0"/> * </sequence> * <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="rows" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" /> @@ -51,7 +52,8 @@ import javax.xml.bind.annotation.XmlType; "elements", "groups", "newick", - "property" + "property", + "mapping" }) public class MatrixType { @@ -60,6 +62,7 @@ public class MatrixType { protected List groups; protected List newick; protected List property; + protected MapListType mapping; @XmlAttribute(name = "type", required = true) protected String type; @XmlAttribute(name = "rows", required = true) @@ -185,6 +188,30 @@ public class MatrixType { } /** + * Gets the value of the mapping property. + * + * @return + * possible object is + * {@link MapListType } + * + */ + public MapListType getMapping() { + return mapping; + } + + /** + * Sets the value of the mapping property. + * + * @param value + * allowed object is + * {@link MapListType } + * + */ + public void setMapping(MapListType value) { + this.mapping = value; + } + + /** * Gets the value of the type property. * * @return