X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fxml%2Fbinding%2Fjalview%2FAnnotationColourScheme.java;h=fe0f49d0b337083233148a414e3ffc80d36c3f50;hb=5bbd8870c4840d4092e69a1fb772f453dab9245d;hp=1b31b22a37801c607ed426d48a4e6e38842c5414;hpb=de82138757495ad07eb4bcf741fe3dd253c68bcc;p=jalview.git diff --git a/src/jalview/xml/binding/jalview/AnnotationColourScheme.java b/src/jalview/xml/binding/jalview/AnnotationColourScheme.java index 1b31b22..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: 2021.08.30 at 11:05:22 AM BST +// 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>
+ * 
* * */