X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fxml%2Fbinding%2Fjalview%2FJalviewModel.java;fp=src%2Fjalview%2Fxml%2Fbinding%2Fjalview%2FJalviewModel.java;h=360c074050cf3acea00ae0aa517341e39decabd9;hb=2d44b9594da6c691eca72697060c166d0389affd;hp=4e0857da0e14953921002179a1c97cad80d3e82c;hpb=56a6a69166dc8ea81282c7e69b55930c39787457;p=jalview.git diff --git a/src/jalview/xml/binding/jalview/JalviewModel.java b/src/jalview/xml/binding/jalview/JalviewModel.java index 4e0857d..360c074 100644 --- a/src/jalview/xml/binding/jalview/JalviewModel.java +++ b/src/jalview/xml/binding/jalview/JalviewModel.java @@ -2,7 +2,7 @@ // 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.09.01 at 02:16:11 PM BST +// Generated on: 2023.11.01 at 07:03:09 PM GMT // @@ -215,6 +215,8 @@ import javax.xml.datatype.XMLGregorianCalendar; * <attribute name="fontName" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="fontSize" type="{http://www.w3.org/2001/XMLSchema}int" /> * <attribute name="fontStyle" type="{http://www.w3.org/2001/XMLSchema}int" /> + * <attribute name="idWidth" type="{http://www.w3.org/2001/XMLSchema}int" /> + * <attribute name="idWidthManuallyAdjusted" type="{http://www.w3.org/2001/XMLSchema}boolean" /> * <attribute name="scaleProteinAsCdna" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> * <attribute name="viewName" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="sequenceSetId" type="{http://www.w3.org/2001/XMLSchema}string" /> @@ -4893,6 +4895,8 @@ public class JalviewModel { * <attribute name="fontName" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="fontSize" type="{http://www.w3.org/2001/XMLSchema}int" /> * <attribute name="fontStyle" type="{http://www.w3.org/2001/XMLSchema}int" /> + * <attribute name="idWidth" type="{http://www.w3.org/2001/XMLSchema}int" /> + * <attribute name="idWidthManuallyAdjusted" type="{http://www.w3.org/2001/XMLSchema}boolean" /> * <attribute name="scaleProteinAsCdna" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> * <attribute name="viewName" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="sequenceSetId" type="{http://www.w3.org/2001/XMLSchema}string" /> @@ -4996,6 +5000,10 @@ public class JalviewModel { protected Integer fontSize; @XmlAttribute(name = "fontStyle") protected Integer fontStyle; + @XmlAttribute(name = "idWidth") + protected Integer idWidth; + @XmlAttribute(name = "idWidthManuallyAdjusted") + protected Boolean idWidthManuallyAdjusted; @XmlAttribute(name = "scaleProteinAsCdna") protected Boolean scaleProteinAsCdna; @XmlAttribute(name = "viewName") @@ -5993,6 +6001,54 @@ public class JalviewModel { } /** + * Gets the value of the idWidth property. + * + * @return + * possible object is + * {@link Integer } + * + */ + public Integer getIdWidth() { + return idWidth; + } + + /** + * Sets the value of the idWidth property. + * + * @param value + * allowed object is + * {@link Integer } + * + */ + public void setIdWidth(Integer value) { + this.idWidth = value; + } + + /** + * Gets the value of the idWidthManuallyAdjusted property. + * + * @return + * possible object is + * {@link Boolean } + * + */ + public Boolean isIdWidthManuallyAdjusted() { + return idWidthManuallyAdjusted; + } + + /** + * Sets the value of the idWidthManuallyAdjusted property. + * + * @param value + * allowed object is + * {@link Boolean } + * + */ + public void setIdWidthManuallyAdjusted(Boolean value) { + this.idWidthManuallyAdjusted = value; + } + + /** * Gets the value of the scaleProteinAsCdna property. * * @return