X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fxml%2Fbinding%2Fjalview%2FObjectFactory.java;h=2c8d5130b445eaac1fa6130dea200e9aa8346267;hb=587d42166f0f5febf2e1c3f14d11540e3cb1452f;hp=3b9cae3b818c7657218a3bcee32d454cf2944926;hpb=c50fec214d864a967dec7914bfa3e732685c676c;p=jalview.git diff --git a/src/jalview/xml/binding/jalview/ObjectFactory.java b/src/jalview/xml/binding/jalview/ObjectFactory.java index 3b9cae3..2c8d513 100644 --- a/src/jalview/xml/binding/jalview/ObjectFactory.java +++ b/src/jalview/xml/binding/jalview/ObjectFactory.java @@ -2,7 +2,7 @@ // 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 // Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2018.09.18 at 02:23:07 PM BST +// Generated on: 2018.09.18 at 04:36:20 PM BST // @@ -32,6 +32,7 @@ import javax.xml.namespace.QName; public class ObjectFactory { private final static QName _JalviewModel_QNAME = new QName("www.jalview.org", "JalviewModel"); + private final static QName _JalviewUserColours_QNAME = new QName("www.jalview.org/colours", "JalviewUserColours"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: jalview.xml.binding.jalview @@ -401,4 +402,13 @@ public class ObjectFactory { return new JAXBElement(_JalviewModel_QNAME, JalviewModel.class, null, value); } + /** + * Create an instance of {@link JAXBElement }{@code <}{@link JalviewUserColours }{@code >}} + * + */ + @XmlElementDecl(namespace = "www.jalview.org/colours", name = "JalviewUserColours") + public JAXBElement createJalviewUserColours(JalviewUserColours value) { + return new JAXBElement(_JalviewUserColours_QNAME, JalviewUserColours.class, null, value); + } + }