X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fxml%2Fbinding%2Fjalview%2FAnnotation.java;h=ba54d374c2645ea379de9fc22054f766fdbaf7d6;hb=a81e74154d35e10958b58c3c9411aa9ee21880a6;hp=8df1313d99b88adbbf81f23ec5ee83b36c5ef0a5;hpb=947f3eec987c61ea044731137930ef7d0c89128f;p=jalview.git diff --git a/src/jalview/xml/binding/jalview/Annotation.java b/src/jalview/xml/binding/jalview/Annotation.java index 8df1313..ba54d37 100644 --- a/src/jalview/xml/binding/jalview/Annotation.java +++ b/src/jalview/xml/binding/jalview/Annotation.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.02.22 at 10:08:57 PM GMT +// Generated on: 2023.03.09 at 07:45:02 AM GMT // @@ -43,16 +43,7 @@ import javax.xml.bind.annotation.XmlType; * </complexType> * </element> * <element name="contactmatrix" type="{www.vamsas.ac.uk/jalview/version2}MatrixType" maxOccurs="unbounded" minOccurs="0"/> - * <element name="property" maxOccurs="unbounded" minOccurs="0"> - * <complexType> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> - * <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" /> - * </restriction> - * </complexContent> - * </complexType> - * </element> + * <element name="property" type="{www.vamsas.ac.uk/jalview/version2}property" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * <attribute name="graph" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> * <attribute name="graphType" type="{http://www.w3.org/2001/XMLSchema}int" /> @@ -96,7 +87,7 @@ public class Annotation { protected String description; protected Annotation.ThresholdLine thresholdLine; protected List contactmatrix; - protected List property; + protected List property; @XmlAttribute(name = "graph", required = true) protected boolean graph; @XmlAttribute(name = "graphType") @@ -280,13 +271,13 @@ public class Annotation { * *

* Objects of the following type(s) are allowed in the list - * {@link Annotation.Property } + * {@link Property } * * */ - public List getProperty() { + public List getProperty() { if (property == null) { - property = new ArrayList(); + property = new ArrayList(); } return this.property; } @@ -713,84 +704,6 @@ public class Annotation { * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> - * <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" /> - * </restriction> - * </complexContent> - * </complexType> - * - * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "") - public static class Property { - - @XmlAttribute(name = "name") - protected String name; - @XmlAttribute(name = "value") - protected String value; - - /** - * Gets the value of the name property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * Sets the value of the name property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * Gets the value of the value property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getValue() { - return value; - } - - /** - * Sets the value of the value property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setValue(String value) { - this.value = value; - } - - } - - - /** - *

Java class for anonymous complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

-     * <complexType>
-     *   <complexContent>
-     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      *       <attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" />
      *       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}float" />
      *       <attribute name="colour" type="{http://www.w3.org/2001/XMLSchema}int" />