X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fxml%2Fbinding%2Fjalview%2FObjectFactory.java;h=031d125255d81e681cfcdfb44fbfca3d0a14c339;hb=f3d6a13271e3f34dfb4e40d6a2a7df1d392f8014;hp=8b3887794026a8802e274a52ab4fbaa34bf6556a;hpb=3659ecfe7bb17dd25a0a6b5c94a7d9dab4525136;p=jalview.git diff --git a/src/jalview/xml/binding/jalview/ObjectFactory.java b/src/jalview/xml/binding/jalview/ObjectFactory.java index 8b38877..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: 2023.01.31 at 04:07:08 PM 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(); } /**