X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fxml%2Fbinding%2Fjalview%2FJalviewModel.java;h=41c3e7bb4ba5275e3eeb98aba0667b9ea0a2fb24;hb=304e64fb34b32659be1bbfd39fb4e15b2f79586e;hp=90819d79b0fb09992e415db3688c45dcff4a21e6;hpb=61ff8fb4efa315c35149c9d11850d99e3d00c441;p=jalview.git diff --git a/src/jalview/xml/binding/jalview/JalviewModel.java b/src/jalview/xml/binding/jalview/JalviewModel.java index 90819d7..41c3e7b 100644 --- a/src/jalview/xml/binding/jalview/JalviewModel.java +++ b/src/jalview/xml/binding/jalview/JalviewModel.java @@ -1964,7 +1964,8 @@ public class JalviewModel { "features", "pdbids", "hiddenSequences", - "rnaViewer" + "rnaViewer", + "hmmerProfile" }) public static class JSeq { @@ -1976,6 +1977,8 @@ public class JalviewModel { protected List hiddenSequences; @XmlElement(namespace = "www.jalview.org") protected List rnaViewer; + @XmlElement(namespace = "www.jalview.org") + protected String hmmerProfile; @XmlAttribute(name = "colour") protected Integer colour; @XmlAttribute(name = "start", required = true) @@ -2106,6 +2109,30 @@ public class JalviewModel { } /** + * Gets the value of the hmmerProfile property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getHmmerProfile() { + return hmmerProfile; + } + + /** + * Sets the value of the hmmerProfile property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setHmmerProfile(String value) { + this.hmmerProfile = value; + } + + /** * Gets the value of the colour property. * * @return