JAL-629 open initial non-Arg arguments as files in separate alignment frames
[jalview.git] / src / jalview / xml / binding / jalview / JalviewModel.java
index e73604d..cbe06b4 100644 (file)
@@ -2,7 +2,7 @@
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 
 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
 // Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2020.12.10 at 10:15:41 AM GMT 
+// Generated on: 2023.02.22 at 10:08:57 PM GMT 
 //
 
 
@@ -174,6 +174,7 @@ import javax.xml.datatype.XMLGregorianCalendar;
  *                             &lt;attribute name="residueColour" type="{http://www.w3.org/2001/XMLSchema}int" />
  *                             &lt;attribute name="gapColour" type="{http://www.w3.org/2001/XMLSchema}int" />
  *                             &lt;attribute name="hiddenColour" type="{http://www.w3.org/2001/XMLSchema}int" />
+ *                             &lt;attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" />
  *                           &lt;/restriction>
  *                         &lt;/complexContent>
  *                       &lt;/complexType>
@@ -209,6 +210,8 @@ import javax.xml.datatype.XMLGregorianCalendar;
  *                   &lt;attribute name="ignoreGapsinConsensus" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
  *                   &lt;attribute name="startRes" type="{http://www.w3.org/2001/XMLSchema}int" />
  *                   &lt;attribute name="startSeq" type="{http://www.w3.org/2001/XMLSchema}int" />
+ *                   &lt;attribute name="charWidth" type="{http://www.w3.org/2001/XMLSchema}int" />
+ *                   &lt;attribute name="charHeight" type="{http://www.w3.org/2001/XMLSchema}int" />
  *                   &lt;attribute name="fontName" type="{http://www.w3.org/2001/XMLSchema}string" />
  *                   &lt;attribute name="fontSize" type="{http://www.w3.org/2001/XMLSchema}int" />
  *                   &lt;attribute name="fontStyle" type="{http://www.w3.org/2001/XMLSchema}int" />
@@ -4789,6 +4792,7 @@ public class JalviewModel {
      *                 &lt;attribute name="residueColour" type="{http://www.w3.org/2001/XMLSchema}int" />
      *                 &lt;attribute name="gapColour" type="{http://www.w3.org/2001/XMLSchema}int" />
      *                 &lt;attribute name="hiddenColour" type="{http://www.w3.org/2001/XMLSchema}int" />
+     *                 &lt;attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" />
      *               &lt;/restriction>
      *             &lt;/complexContent>
      *           &lt;/complexType>
@@ -4824,6 +4828,8 @@ public class JalviewModel {
      *       &lt;attribute name="ignoreGapsinConsensus" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
      *       &lt;attribute name="startRes" type="{http://www.w3.org/2001/XMLSchema}int" />
      *       &lt;attribute name="startSeq" type="{http://www.w3.org/2001/XMLSchema}int" />
+     *       &lt;attribute name="charWidth" type="{http://www.w3.org/2001/XMLSchema}int" />
+     *       &lt;attribute name="charHeight" type="{http://www.w3.org/2001/XMLSchema}int" />
      *       &lt;attribute name="fontName" type="{http://www.w3.org/2001/XMLSchema}string" />
      *       &lt;attribute name="fontSize" type="{http://www.w3.org/2001/XMLSchema}int" />
      *       &lt;attribute name="fontStyle" type="{http://www.w3.org/2001/XMLSchema}int" />
@@ -4920,6 +4926,10 @@ public class JalviewModel {
         protected Integer startRes;
         @XmlAttribute(name = "startSeq")
         protected Integer startSeq;
+        @XmlAttribute(name = "charWidth")
+        protected Integer charWidth;
+        @XmlAttribute(name = "charHeight")
+        protected Integer charHeight;
         @XmlAttribute(name = "fontName")
         protected String fontName;
         @XmlAttribute(name = "fontSize")
@@ -5803,6 +5813,54 @@ public class JalviewModel {
         }
 
         /**
+         * Gets the value of the charWidth property.
+         * 
+         * @return
+         *     possible object is
+         *     {@link Integer }
+         *     
+         */
+        public Integer getCharWidth() {
+            return charWidth;
+        }
+
+        /**
+         * Sets the value of the charWidth property.
+         * 
+         * @param value
+         *     allowed object is
+         *     {@link Integer }
+         *     
+         */
+        public void setCharWidth(Integer value) {
+            this.charWidth = value;
+        }
+
+        /**
+         * Gets the value of the charHeight property.
+         * 
+         * @return
+         *     possible object is
+         *     {@link Integer }
+         *     
+         */
+        public Integer getCharHeight() {
+            return charHeight;
+        }
+
+        /**
+         * Sets the value of the charHeight property.
+         * 
+         * @param value
+         *     allowed object is
+         *     {@link Integer }
+         *     
+         */
+        public void setCharHeight(Integer value) {
+            this.charHeight = value;
+        }
+
+        /**
          * Gets the value of the fontName property.
          * 
          * @return
@@ -6442,6 +6500,7 @@ public class JalviewModel {
          *       &lt;attribute name="residueColour" type="{http://www.w3.org/2001/XMLSchema}int" />
          *       &lt;attribute name="gapColour" type="{http://www.w3.org/2001/XMLSchema}int" />
          *       &lt;attribute name="hiddenColour" type="{http://www.w3.org/2001/XMLSchema}int" />
+         *       &lt;attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" />
          *     &lt;/restriction>
          *   &lt;/complexContent>
          * &lt;/complexType>
@@ -6461,6 +6520,8 @@ public class JalviewModel {
             protected Integer gapColour;
             @XmlAttribute(name = "hiddenColour")
             protected Integer hiddenColour;
+            @XmlAttribute(name = "title")
+            protected String title;
             @XmlAttribute(name = "width")
             protected Integer width;
             @XmlAttribute(name = "height")
@@ -6567,6 +6628,30 @@ public class JalviewModel {
             }
 
             /**
+             * Gets the value of the title property.
+             * 
+             * @return
+             *     possible object is
+             *     {@link String }
+             *     
+             */
+            public String getTitle() {
+                return title;
+            }
+
+            /**
+             * Sets the value of the title property.
+             * 
+             * @param value
+             *     allowed object is
+             *     {@link String }
+             *     
+             */
+            public void setTitle(String value) {
+                this.title = value;
+            }
+
+            /**
              * Gets the value of the width property.
              * 
              * @return