X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fxml%2Fbinding%2Fjalview%2FObjectFactory.java;h=031d125255d81e681cfcdfb44fbfca3d0a14c339;hb=f3d6a13271e3f34dfb4e40d6a2a7df1d392f8014;hp=59fee21dec4977d87c06f85fd865537b09809352;hpb=54b0c2d021ed75f90943f103385814c7cdb4972d;p=jalview.git diff --git a/src/jalview/xml/binding/jalview/ObjectFactory.java b/src/jalview/xml/binding/jalview/ObjectFactory.java index 59fee21..031d125 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: 2020.12.10 at 10:15:41 AM GMT +// Generated on: 2023.05.13 at 06:58:41 PM BST // @@ -275,11 +275,19 @@ public class ObjectFactory { } /** - * Create an instance of {@link Annotation.Property } + * Create an instance of {@link MatrixType } * */ - public Annotation.Property createAnnotationProperty() { - return new Annotation.Property(); + public MatrixType createMatrixType() { + return new MatrixType(); + } + + /** + * Create an instance of {@link jalview.xml.binding.jalview.Property } + * + */ + public jalview.xml.binding.jalview.Property createProperty() { + return new jalview.xml.binding.jalview.Property(); } /**