X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fxml%2Fbinding%2Fjalview%2FAnnotationColourScheme.java;h=fe0f49d0b337083233148a414e3ffc80d36c3f50;hb=5bbd8870c4840d4092e69a1fb772f453dab9245d;hp=6f8efad1a0f8b04cf83038a7a7f1a7c038e9649d;hpb=7b32d373b60d0af55481cfd6d377b2cc1ec035c0;p=jalview.git diff --git a/src/jalview/xml/binding/jalview/AnnotationColourScheme.java b/src/jalview/xml/binding/jalview/AnnotationColourScheme.java index 6f8efad..fe0f49d 100644 --- a/src/jalview/xml/binding/jalview/AnnotationColourScheme.java +++ b/src/jalview/xml/binding/jalview/AnnotationColourScheme.java @@ -1,8 +1,8 @@ // -// This file was generated by the Eclipse Implementation of JAXB, v2.3.3 -// See https://eclipse-ee4j.github.io/jaxb-ri +// 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: 2022.02.07 at 04:44:47 PM GMT +// Generated on: 2023.02.22 at 10:08:57 PM GMT // @@ -15,26 +15,26 @@ import javax.xml.bind.annotation.XmlType; /** - * <p>Java class for AnnotationColourScheme complex type. + *

Java class for AnnotationColourScheme complex type. * - * <p>The following schema fragment specifies the expected content contained within this class. + *

The following schema fragment specifies the expected content contained within this class. * - * <pre> - * &lt;complexType name="AnnotationColourScheme"&gt; - * &lt;complexContent&gt; - * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; - * &lt;attribute name="aboveThreshold" type="{http://www.w3.org/2001/XMLSchema}int" /&gt; - * &lt;attribute name="annotation" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; - * &lt;attribute name="minColour" type="{http://www.w3.org/2001/XMLSchema}int" /&gt; - * &lt;attribute name="maxColour" type="{http://www.w3.org/2001/XMLSchema}int" /&gt; - * &lt;attribute name="colourScheme" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; - * &lt;attribute name="threshold" type="{http://www.w3.org/2001/XMLSchema}float" /&gt; - * &lt;attribute name="perSequence" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt; - * &lt;attribute name="predefinedColours" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt; - * &lt;/restriction&gt; - * &lt;/complexContent&gt; - * &lt;/complexType&gt; - * </pre> + *

+ * <complexType name="AnnotationColourScheme">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <attribute name="aboveThreshold" type="{http://www.w3.org/2001/XMLSchema}int" />
+ *       <attribute name="annotation" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="minColour" type="{http://www.w3.org/2001/XMLSchema}int" />
+ *       <attribute name="maxColour" type="{http://www.w3.org/2001/XMLSchema}int" />
+ *       <attribute name="colourScheme" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="threshold" type="{http://www.w3.org/2001/XMLSchema}float" />
+ *       <attribute name="perSequence" type="{http://www.w3.org/2001/XMLSchema}boolean" />
+ *       <attribute name="predefinedColours" type="{http://www.w3.org/2001/XMLSchema}boolean" />
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
* * */