X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fxml%2Fbinding%2Fjalview%2FMatrixType.java;h=c4055973989b7520d2aa7c2c3357affb7cfb1d1f;hb=beb2fee66dde629e3bbb7febb38d0116e1a64df2;hp=23aa9ac2f0e67a991ceb13d1f4606388aa282e94;hpb=4b7d3640209c4434d569c746672cf9eed4250ace;p=jalview.git diff --git a/src/jalview/xml/binding/jalview/MatrixType.java b/src/jalview/xml/binding/jalview/MatrixType.java index 23aa9ac..c405597 100644 --- a/src/jalview/xml/binding/jalview/MatrixType.java +++ b/src/jalview/xml/binding/jalview/MatrixType.java @@ -2,9 +2,10 @@ // 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.17 at 05:31:44 PM GMT +// Generated on: 2023.05.13 at 06:58:41 PM BST // + package jalview.xml.binding.jalview; import java.math.BigInteger; @@ -16,6 +17,7 @@ import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; + /** *

* Java class for MatrixType complex type. @@ -33,6 +35,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 +54,7 @@ import javax.xml.bind.annotation.XmlType; @XmlType( name = "MatrixType", propOrder = - { "elements", "groups", "newick", "property" }) + { "elements", "groups", "newick", "property", "mapping" }) public class MatrixType { @@ -64,6 +67,8 @@ public class MatrixType protected List property; + protected MapListType mapping; + @XmlAttribute(name = "type", required = true) protected String type; @@ -199,6 +204,29 @@ 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 possible object is {@link String }