X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fxml%2Fbinding%2Fjalview%2FNoValueColour.java;fp=src%2Fjalview%2Fxml%2Fbinding%2Fjalview%2FNoValueColour.java;h=8d22ad876d950913f603c8dc3d19fe3e4c00127b;hb=c3d402372ed9c45f1e4e7a7774d8037c4b8382bb;hp=dd1357d1f114183847e93153159065cf68db8486;hpb=862dbed4080eb694f8c09fbfd81a5cf37eef2928;p=jalview.git diff --git a/src/jalview/xml/binding/jalview/NoValueColour.java b/src/jalview/xml/binding/jalview/NoValueColour.java index dd1357d..8d22ad8 100644 --- a/src/jalview/xml/binding/jalview/NoValueColour.java +++ b/src/jalview/xml/binding/jalview/NoValueColour.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.02.22 at 10:08:57 PM GMT +// Generated on: 2023.11.01 at 07:03:09 PM GMT // @@ -14,19 +14,18 @@ import javax.xml.bind.annotation.XmlType; /** - *

Java class for NoValueColour. + * <p>Java class for NoValueColour. * - *

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

- *

- * <simpleType name="NoValueColour">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="None"/>
- *     <enumeration value="Min"/>
- *     <enumeration value="Max"/>
- *   </restriction>
- * </simpleType>
- * 
+ * <p>The following schema fragment specifies the expected content contained within this class. + * <pre> + * &lt;simpleType name="NoValueColour"&gt; + * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string"&gt; + * &lt;enumeration value="None"/&gt; + * &lt;enumeration value="Min"/&gt; + * &lt;enumeration value="Max"/&gt; + * &lt;/restriction&gt; + * &lt;/simpleType&gt; + * </pre> * */ @XmlType(name = "NoValueColour", namespace = "www.jalview.org/colours")