X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fxml%2Fbinding%2Fjalview%2FJalviewUserColours.java;h=ea2c6acd2425060cf9c7298622b36e0af5b72055;hb=eb3e681d6e82ccdd5d312d1981dfb306e7f479f0;hp=8a9f681bc09f572daebb78d620684f748c5ed7ad;hpb=4b7d3640209c4434d569c746672cf9eed4250ace;p=jalview.git diff --git a/src/jalview/xml/binding/jalview/JalviewUserColours.java b/src/jalview/xml/binding/jalview/JalviewUserColours.java index 8a9f681..ea2c6ac 100644 --- a/src/jalview/xml/binding/jalview/JalviewUserColours.java +++ b/src/jalview/xml/binding/jalview/JalviewUserColours.java @@ -1,8 +1,8 @@ // -// 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 +// 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: 2023.03.17 at 05:31:44 PM GMT +// Generated on: 2023.11.01 at 07:03:09 PM GMT // package jalview.xml.binding.jalview; @@ -16,58 +16,52 @@ import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; /** - *

- * Java class for JalviewUserColours complex type. + * <p>Java class for JalviewUserColours complex type. * - *

- * The following schema fragment specifies the expected content contained within - * this class. + * <p>The following schema fragment specifies the expected content + * contained within this class. * - *

- * <complexType name="JalviewUserColours">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="colour" maxOccurs="unbounded" minOccurs="0">
- *           <complexType>
- *             <complexContent>
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *                 <sequence>
- *                   <element name="attributeName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="2" minOccurs="0"/>
- *                 </sequence>
- *                 <attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" />
- *                 <attribute name="RGB" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *                 <attribute name="minRGB" type="{http://www.w3.org/2001/XMLSchema}string" />
- *                 <attribute name="noValueColour" type="{www.jalview.org/colours}NoValueColour" default="Min" />
- *                 <attribute name="threshType" type="{www.jalview.org/colours}ThresholdType" />
- *                 <attribute name="threshold" type="{http://www.w3.org/2001/XMLSchema}float" />
- *                 <attribute name="max" type="{http://www.w3.org/2001/XMLSchema}float" />
- *                 <attribute name="min" type="{http://www.w3.org/2001/XMLSchema}float" />
- *                 <attribute name="colourByLabel" type="{http://www.w3.org/2001/XMLSchema}boolean" />
- *                 <attribute name="autoScale" type="{http://www.w3.org/2001/XMLSchema}boolean" />
- *               </restriction>
- *             </complexContent>
- *           </complexType>
- *         </element>
- *         <element name="filter" maxOccurs="unbounded" minOccurs="0">
- *           <complexType>
- *             <complexContent>
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *                 <sequence>
- *                   <element name="matcherSet" type="{www.jalview.org/colours}FeatureMatcherSet"/>
- *                 </sequence>
- *                 <attribute name="featureType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *               </restriction>
- *             </complexContent>
- *           </complexType>
- *         </element>
- *       </sequence>
- *       <attribute name="schemeName" type="{http://www.w3.org/2001/XMLSchema}string" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
+ * <pre> &lt;complexType name="JalviewUserColours"&gt; + * &lt;complexContent&gt; &lt;restriction + * base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; + * &lt;sequence&gt; &lt;element name="Version" + * type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; + * &lt;element name="colour" maxOccurs="unbounded" minOccurs="0"&gt; + * &lt;complexType&gt; &lt;complexContent&gt; + * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; + * &lt;sequence&gt; &lt;element name="attributeName" + * type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="2" + * minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute + * name="Name" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; + * &lt;attribute name="RGB" use="required" + * type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute + * name="minRGB" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; + * &lt;attribute name="noValueColour" + * type="{www.jalview.org/colours}NoValueColour" default="Min" /&gt; + * &lt;attribute name="threshType" + * type="{www.jalview.org/colours}ThresholdType" /&gt; &lt;attribute + * name="threshold" type="{http://www.w3.org/2001/XMLSchema}float" /&gt; + * &lt;attribute name="max" type="{http://www.w3.org/2001/XMLSchema}float" + * /&gt; &lt;attribute name="min" + * type="{http://www.w3.org/2001/XMLSchema}float" /&gt; &lt;attribute + * name="colourByLabel" type="{http://www.w3.org/2001/XMLSchema}boolean" + * /&gt; &lt;attribute name="autoScale" + * type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt; + * &lt;/restriction&gt; &lt;/complexContent&gt; + * &lt;/complexType&gt; &lt;/element&gt; &lt;element + * name="filter" maxOccurs="unbounded" minOccurs="0"&gt; + * &lt;complexType&gt; &lt;complexContent&gt; + * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; + * &lt;sequence&gt; &lt;element name="matcherSet" + * type="{www.jalview.org/colours}FeatureMatcherSet"/&gt; + * &lt;/sequence&gt; &lt;attribute name="featureType" use="required" + * type="{http://www.w3.org/2001/XMLSchema}string" /&gt; + * &lt;/restriction&gt; &lt;/complexContent&gt; + * &lt;/complexType&gt; &lt;/element&gt; + * &lt;/sequence&gt; &lt;attribute name="schemeName" + * type="{http://www.w3.org/2001/XMLSchema}string" /&gt; + * &lt;/restriction&gt; &lt;/complexContent&gt; + * &lt;/complexType&gt; </pre> * * */ @@ -118,22 +112,16 @@ public class JalviewUserColours /** * Gets the value of the colour property. * - *

- * 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 set method - * for the colour 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 colour property. * - *

- * For example, to add a new item, do as follows: + * <p> For example, to add a new item, do as follows: <pre> + * getColour().add(newItem); </pre> * - *

-   * getColour().add(newItem);
-   * 
* - * - *

- * Objects of the following type(s) are allowed in the list + * <p> Objects of the following type(s) are allowed in the list * {@link JalviewUserColours.Colour } * * @@ -150,22 +138,16 @@ public class JalviewUserColours /** * Gets the value of the filter property. * - *

- * 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 set method - * for the filter property. - * - *

- * For example, to add a new item, do as follows: + * <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 filter property. * - *

-   * getFilter().add(newItem);
-   * 
+ * <p> For example, to add a new item, do as follows: <pre> + * getFilter().add(newItem); </pre> * * - *

- * Objects of the following type(s) are allowed in the list + * <p> Objects of the following type(s) are allowed in the list * {@link JalviewUserColours.Filter } * * @@ -203,34 +185,34 @@ public class JalviewUserColours } /** - *

- * Java class for anonymous complex type. + * <p>Java class for anonymous complex type. * - *

- * The following schema fragment specifies the expected content contained - * within this class. + * <p>The following schema fragment specifies the expected content + * contained within this class. * - *

-   * <complexType>
-   *   <complexContent>
-   *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
-   *       <sequence>
-   *         <element name="attributeName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="2" minOccurs="0"/>
-   *       </sequence>
-   *       <attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" />
-   *       <attribute name="RGB" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
-   *       <attribute name="minRGB" type="{http://www.w3.org/2001/XMLSchema}string" />
-   *       <attribute name="noValueColour" type="{www.jalview.org/colours}NoValueColour" default="Min" />
-   *       <attribute name="threshType" type="{www.jalview.org/colours}ThresholdType" />
-   *       <attribute name="threshold" type="{http://www.w3.org/2001/XMLSchema}float" />
-   *       <attribute name="max" type="{http://www.w3.org/2001/XMLSchema}float" />
-   *       <attribute name="min" type="{http://www.w3.org/2001/XMLSchema}float" />
-   *       <attribute name="colourByLabel" type="{http://www.w3.org/2001/XMLSchema}boolean" />
-   *       <attribute name="autoScale" type="{http://www.w3.org/2001/XMLSchema}boolean" />
-   *     </restriction>
-   *   </complexContent>
-   * </complexType>
-   * 
+ * <pre> &lt;complexType&gt; &lt;complexContent&gt; + * &lt;restriction + * base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; + * &lt;sequence&gt; &lt;element name="attributeName" + * type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="2" + * minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute + * name="Name" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; + * &lt;attribute name="RGB" use="required" + * type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute + * name="minRGB" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; + * &lt;attribute name="noValueColour" + * type="{www.jalview.org/colours}NoValueColour" default="Min" /&gt; + * &lt;attribute name="threshType" + * type="{www.jalview.org/colours}ThresholdType" /&gt; &lt;attribute + * name="threshold" type="{http://www.w3.org/2001/XMLSchema}float" /&gt; + * &lt;attribute name="max" type="{http://www.w3.org/2001/XMLSchema}float" + * /&gt; &lt;attribute name="min" + * type="{http://www.w3.org/2001/XMLSchema}float" /&gt; &lt;attribute + * name="colourByLabel" type="{http://www.w3.org/2001/XMLSchema}boolean" + * /&gt; &lt;attribute name="autoScale" + * type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt; + * &lt;/restriction&gt; &lt;/complexContent&gt; + * &lt;/complexType&gt; </pre> * * */ @@ -275,22 +257,17 @@ public class JalviewUserColours /** * Gets the value of the attributeName property. * - *

- * This accessor method returns a reference to the live list, not a - * snapshot. Therefore any modification you make to the returned list will + * <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 - * set method for the attributeName property. - * - *

- * For example, to add a new item, do as follows: + * <CODE>set</CODE> method for the attributeName property. * - *

-     * getAttributeName().add(newItem);
-     * 
+ * <p> For example, to add a new item, do as follows: <pre> + * getAttributeName().add(newItem); </pre> * * - *

- * Objects of the following type(s) are allowed in the list {@link String } + * <p> Objects of the following type(s) are allowed in the list + * {@link String } * * */ @@ -543,25 +520,20 @@ public class JalviewUserColours } /** - *

- * Java class for anonymous complex type. + * <p>Java class for anonymous complex type. * - *

- * The following schema fragment specifies the expected content contained - * within this class. + * <p>The following schema fragment specifies the expected content + * contained within this class. * - *

-   * <complexType>
-   *   <complexContent>
-   *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
-   *       <sequence>
-   *         <element name="matcherSet" type="{www.jalview.org/colours}FeatureMatcherSet"/>
-   *       </sequence>
-   *       <attribute name="featureType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
-   *     </restriction>
-   *   </complexContent>
-   * </complexType>
-   * 
+ * <pre> &lt;complexType&gt; &lt;complexContent&gt; + * &lt;restriction + * base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; + * &lt;sequence&gt; &lt;element name="matcherSet" + * type="{www.jalview.org/colours}FeatureMatcherSet"/&gt; + * &lt;/sequence&gt; &lt;attribute name="featureType" + * use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; + * &lt;/restriction&gt; &lt;/complexContent&gt; + * &lt;/complexType&gt; </pre> * * */