X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fxml%2Fbinding%2Fjalview%2FSequenceSet.java;h=751f6cab1f427ae6c9badc741d9c07bde8a64c12;hb=051cab343aed415a342a787e10ebd075f05243f6;hp=0c435d06dcbd6ef3955db9910c8961c042d4eb52;hpb=7b32d373b60d0af55481cfd6d377b2cc1ec035c0;p=jalview.git diff --git a/src/jalview/xml/binding/jalview/SequenceSet.java b/src/jalview/xml/binding/jalview/SequenceSet.java index 0c435d0..751f6ca 100644 --- a/src/jalview/xml/binding/jalview/SequenceSet.java +++ b/src/jalview/xml/binding/jalview/SequenceSet.java @@ -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: 2022.02.07 at 04:44:47 PM GMT +// Generated on: 2023.11.01 at 07:03:09 PM GMT // @@ -41,6 +41,7 @@ import javax.xml.bind.annotation.XmlType; * &lt;/complexType&gt; * &lt;/element&gt; * &lt;element ref="{www.vamsas.ac.uk/jalview/version2}AlcodonFrame" maxOccurs="unbounded" minOccurs="0"/&gt; + * &lt;element name="Matrix" type="{www.vamsas.ac.uk/jalview/version2}MatrixType" maxOccurs="unbounded" minOccurs="0"/&gt; * &lt;/sequence&gt; * &lt;attribute name="gapChar" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; * &lt;attribute name="datasetId" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; @@ -56,7 +57,8 @@ import javax.xml.bind.annotation.XmlType; "sequence", "annotation", "sequenceSetProperties", - "alcodonFrame" + "alcodonFrame", + "matrix" }) @XmlRootElement(name = "SequenceSet") public class SequenceSet { @@ -68,6 +70,8 @@ public class SequenceSet { protected List sequenceSetProperties; @XmlElement(name = "AlcodonFrame") protected List alcodonFrame; + @XmlElement(name = "Matrix") + protected List matrix; @XmlAttribute(name = "gapChar", required = true) protected String gapChar; @XmlAttribute(name = "datasetId") @@ -190,6 +194,35 @@ public class SequenceSet { } /** + * Gets the value of the matrix property. + * + * <p> + * This accessor method returns a reference to the live list, + * not a snapshot. Therefore any modification you make to the + * returned list will be present inside the JAXB object. + * This is why there is not a <CODE>set</CODE> method for the matrix property. + * + * <p> + * For example, to add a new item, do as follows: + * <pre> + * getMatrix().add(newItem); + * </pre> + * + * + * <p> + * Objects of the following type(s) are allowed in the list + * {@link MatrixType } + * + * + */ + public List getMatrix() { + if (matrix == null) { + matrix = new ArrayList(); + } + return this.matrix; + } + + /** * Gets the value of the gapChar property. * * @return