X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fxml%2Fbinding%2Fjalview%2FMatrixType.java;h=aac0c4300a3a7c02cba6ac1c59560cc15676fac9;hb=0ad68271736bf34febfa87b2525c03345500d54c;hp=973456ea14582974ce2c664bf01707f7eccf6471;hpb=01dd60b282ea075d333a5a875a00906b80e6ec69;p=jalview.git diff --git a/src/jalview/xml/binding/jalview/MatrixType.java b/src/jalview/xml/binding/jalview/MatrixType.java index 973456e..aac0c43 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.07.18 at 05:07:54 PM BST +// Generated on: 2023.08.28 at 01:52:46 PM BST // @@ -19,6 +19,12 @@ import javax.xml.bind.annotation.XmlType; /** + * Represents matrix data imported to Jalview, and the + * results of any derived calculations (independent of a particular + * view + * on the matrix). + * + * *

Java class for MatrixType complex type. * *

The following schema fragment specifies the expected content contained within this class. @@ -32,7 +38,6 @@ 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" /> @@ -52,8 +57,7 @@ import javax.xml.bind.annotation.XmlType; "elements", "groups", "newick", - "property", - "mapping" + "property" }) public class MatrixType { @@ -62,7 +66,6 @@ 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) @@ -188,30 +191,6 @@ 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