X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fxml%2Fbinding%2Fjalview%2FAnnotationColourScheme.java;h=f7e974b3c34ec43aeb1b9fd6c5819c613fc20fc3;hb=1140532d01b32b648e7e5b17ea717ae790625f8f;hp=c9ee5f17d9215e03950d2322ce98d32a24579f23;hpb=ce7259404dbb5bbeeb296d32b6a2543b30a7c924;p=jalview.git diff --git a/src/jalview/xml/binding/jalview/AnnotationColourScheme.java b/src/jalview/xml/binding/jalview/AnnotationColourScheme.java index c9ee5f1..f7e974b 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 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: 2018.09.28 at 12:18:54 PM BST +// Generated on: 2023.11.01 at 07:03:09 PM GMT // @@ -15,26 +15,26 @@ import javax.xml.bind.annotation.XmlType; /** - *

Java class for AnnotationColourScheme complex type. + * <p>Java class for AnnotationColourScheme 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="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>
- * 
+ * <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> * * */