X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fxml%2Fbinding%2Fjalview%2FObjectFactory.java;h=ea5428a0264ec80407e740cb3e96d8561f386eb9;hb=5bbd8870c4840d4092e69a1fb772f453dab9245d;hp=9b9fe2f562a968687965c000960be56d92239889;hpb=7b32d373b60d0af55481cfd6d377b2cc1ec035c0;p=jalview.git diff --git a/src/jalview/xml/binding/jalview/ObjectFactory.java b/src/jalview/xml/binding/jalview/ObjectFactory.java index 9b9fe2f..ea5428a 100644 --- a/src/jalview/xml/binding/jalview/ObjectFactory.java +++ b/src/jalview/xml/binding/jalview/ObjectFactory.java @@ -1,8 +1,8 @@ // -// This file was generated by the Eclipse Implementation of JAXB, v2.3.3 -// See https://eclipse-ee4j.github.io/jaxb-ri +// 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: 2022.02.07 at 04:44:47 PM GMT +// Generated on: 2023.02.22 at 10:08:57 PM GMT // @@ -18,7 +18,7 @@ import javax.xml.namespace.QName; * This object contains factory methods for each * Java content interface and Java element interface * generated in the jalview.xml.binding.jalview package. - * <p>An ObjectFactory allows you to programatically + *

An ObjectFactory allows you to programatically * construct new instances of the Java representation * for XML content. The Java representation of XML * content can consist of schema derived interfaces @@ -31,9 +31,9 @@ import javax.xml.namespace.QName; @XmlRegistry public class ObjectFactory { + private final static QName _WebServiceParameterSet_QNAME = new QName("www.jalview.org/xml/wsparamset", "WebServiceParameterSet"); 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"); - private final static QName _WebServiceParameterSet_QNAME = new QName("www.jalview.org/xml/wsparamset", "WebServiceParameterSet"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: jalview.xml.binding.jalview @@ -43,6 +43,14 @@ public class ObjectFactory { } /** + * Create an instance of {@link AlcodonFrame } + * + */ + public AlcodonFrame createAlcodonFrame() { + return new AlcodonFrame(); + } + + /** * Create an instance of {@link MapListType } * */ @@ -59,14 +67,6 @@ public class ObjectFactory { } /** - * Create an instance of {@link AlcodonFrame } - * - */ - public AlcodonFrame createAlcodonFrame() { - return new AlcodonFrame(); - } - - /** * Create an instance of {@link Annotation } * */ @@ -171,6 +171,14 @@ public class ObjectFactory { } /** + * Create an instance of {@link DoubleMatrix } + * + */ + public DoubleMatrix createDoubleMatrix() { + return new DoubleMatrix(); + } + + /** * Create an instance of {@link AnnotationColourScheme } * */ @@ -195,11 +203,27 @@ public class ObjectFactory { } /** - * Create an instance of {@link DoubleMatrix } + * Create an instance of {@link AlcodonFrame.Alcodon } * */ - public DoubleMatrix createDoubleMatrix() { - return new DoubleMatrix(); + public AlcodonFrame.Alcodon createAlcodonFrameAlcodon() { + return new AlcodonFrame.Alcodon(); + } + + /** + * Create an instance of {@link AlcodonFrame.AlcodMap } + * + */ + public AlcodonFrame.AlcodMap createAlcodonFrameAlcodMap() { + return new AlcodonFrame.AlcodMap(); + } + + /** + * Create an instance of {@link AnnotationElement } + * + */ + public AnnotationElement createAnnotationElement() { + return new AnnotationElement(); } /** @@ -243,35 +267,19 @@ public class ObjectFactory { } /** - * Create an instance of {@link AlcodonFrame.Alcodon } - * - */ - public AlcodonFrame.Alcodon createAlcodonFrameAlcodon() { - return new AlcodonFrame.Alcodon(); - } - - /** - * Create an instance of {@link AlcodonFrame.AlcodMap } - * - */ - public AlcodonFrame.AlcodMap createAlcodonFrameAlcodMap() { - return new AlcodonFrame.AlcodMap(); - } - - /** - * Create an instance of {@link AnnotationElement } + * Create an instance of {@link Annotation.ThresholdLine } * */ - public AnnotationElement createAnnotationElement() { - return new AnnotationElement(); + public Annotation.ThresholdLine createAnnotationThresholdLine() { + return new Annotation.ThresholdLine(); } /** - * Create an instance of {@link Annotation.ThresholdLine } + * Create an instance of {@link MatrixType } * */ - public Annotation.ThresholdLine createAnnotationThresholdLine() { - return new Annotation.ThresholdLine(); + public MatrixType createMatrixType() { + return new MatrixType(); } /** @@ -467,12 +475,17 @@ public class ObjectFactory { } /** - * Create an instance of {@link JAXBElement }{@code <}{@link JalviewModel }{@code >} + * Create an instance of {@link JAXBElement }{@code <}{@link WebServiceParameterSet }{@code >}} + * + */ + @XmlElementDecl(namespace = "www.jalview.org/xml/wsparamset", name = "WebServiceParameterSet") + public JAXBElement createWebServiceParameterSet(WebServiceParameterSet value) { + return new JAXBElement(_WebServiceParameterSet_QNAME, WebServiceParameterSet.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link JalviewModel }{@code >}} * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link JalviewModel }{@code >} */ @XmlElementDecl(namespace = "www.jalview.org", name = "JalviewModel") public JAXBElement createJalviewModel(JalviewModel value) { @@ -480,29 +493,12 @@ public class ObjectFactory { } /** - * Create an instance of {@link JAXBElement }{@code <}{@link JalviewUserColours }{@code >} + * Create an instance of {@link JAXBElement }{@code <}{@link JalviewUserColours }{@code >}} * - * @param value - * Java instance representing xml element's value. - * @return - * the new 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); } - /** - * Create an instance of {@link JAXBElement }{@code <}{@link WebServiceParameterSet }{@code >} - * - * @param value - * Java instance representing xml element's value. - * @return - * the new instance of {@link JAXBElement }{@code <}{@link WebServiceParameterSet }{@code >} - */ - @XmlElementDecl(namespace = "www.jalview.org/xml/wsparamset", name = "WebServiceParameterSet") - public JAXBElement createWebServiceParameterSet(WebServiceParameterSet value) { - return new JAXBElement(_WebServiceParameterSet_QNAME, WebServiceParameterSet.class, null, value); - } - }