X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fxml%2Fbinding%2Fjalview%2FObjectFactory.java;h=b6ea489214dc2bd89e49ad4a389921fde466e052;hb=b1f3e3bac931d7f309f60e50b18c435c65586de8;hp=3b9cae3b818c7657218a3bcee32d454cf2944926;hpb=85ed72a5a52344d202f671eb6892dc74656c29ea;p=jalview.git diff --git a/src/jalview/xml/binding/jalview/ObjectFactory.java b/src/jalview/xml/binding/jalview/ObjectFactory.java index 3b9cae3..b6ea489 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 JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 -// See http://java.sun.com/xml/jaxb +// This file was generated by the Eclipse Implementation of JAXB, v2.3.3 +// See https://eclipse-ee4j.github.io/jaxb-ri // 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: 2021.08.30 at 11:05:22 AM BST // @@ -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. - *

An ObjectFactory allows you to programatically + * <p>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 @@ -32,6 +32,8 @@ 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"); + 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 @@ -41,14 +43,6 @@ public class ObjectFactory { } /** - * Create an instance of {@link AlcodonFrame } - * - */ - public AlcodonFrame createAlcodonFrame() { - return new AlcodonFrame(); - } - - /** * Create an instance of {@link MapListType } * */ @@ -65,6 +59,14 @@ public class ObjectFactory { } /** + * Create an instance of {@link AlcodonFrame } + * + */ + public AlcodonFrame createAlcodonFrame() { + return new AlcodonFrame(); + } + + /** * Create an instance of {@link Annotation } * */ @@ -129,6 +131,14 @@ public class ObjectFactory { } /** + * Create an instance of {@link JalviewModel.PcaViewer } + * + */ + public JalviewModel.PcaViewer createJalviewModelPcaViewer() { + return new JalviewModel.PcaViewer(); + } + + /** * Create an instance of {@link JalviewModel.Viewport } * */ @@ -169,27 +179,27 @@ public class ObjectFactory { } /** - * Create an instance of {@link AlcodonFrame.Alcodon } + * Create an instance of {@link PcaDataType } * */ - public AlcodonFrame.Alcodon createAlcodonFrameAlcodon() { - return new AlcodonFrame.Alcodon(); + public PcaDataType createPcaDataType() { + return new PcaDataType(); } /** - * Create an instance of {@link AlcodonFrame.AlcodMap } + * Create an instance of {@link DoubleVector } * */ - public AlcodonFrame.AlcodMap createAlcodonFrameAlcodMap() { - return new AlcodonFrame.AlcodMap(); + public DoubleVector createDoubleVector() { + return new DoubleVector(); } /** - * Create an instance of {@link AnnotationElement } + * Create an instance of {@link DoubleMatrix } * */ - public AnnotationElement createAnnotationElement() { - return new AnnotationElement(); + public DoubleMatrix createDoubleMatrix() { + return new DoubleMatrix(); } /** @@ -233,6 +243,30 @@ 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 } + * + */ + public AnnotationElement createAnnotationElement() { + return new AnnotationElement(); + } + + /** * Create an instance of {@link Annotation.ThresholdLine } * */ @@ -361,6 +395,38 @@ public class ObjectFactory { } /** + * Create an instance of {@link JalviewModel.PcaViewer.SequencePoint } + * + */ + public JalviewModel.PcaViewer.SequencePoint createJalviewModelPcaViewerSequencePoint() { + return new JalviewModel.PcaViewer.SequencePoint(); + } + + /** + * Create an instance of {@link JalviewModel.PcaViewer.Axis } + * + */ + public JalviewModel.PcaViewer.Axis createJalviewModelPcaViewerAxis() { + return new JalviewModel.PcaViewer.Axis(); + } + + /** + * Create an instance of {@link JalviewModel.PcaViewer.SeqPointMin } + * + */ + public JalviewModel.PcaViewer.SeqPointMin createJalviewModelPcaViewerSeqPointMin() { + return new JalviewModel.PcaViewer.SeqPointMin(); + } + + /** + * Create an instance of {@link JalviewModel.PcaViewer.SeqPointMax } + * + */ + public JalviewModel.PcaViewer.SeqPointMax createJalviewModelPcaViewerSeqPointMax() { + return new JalviewModel.PcaViewer.SeqPointMax(); + } + + /** * Create an instance of {@link JalviewModel.Viewport.HiddenColumns } * */ @@ -393,12 +459,42 @@ public class ObjectFactory { } /** - * Create an instance of {@link JAXBElement }{@code <}{@link JalviewModel }{@code >}} + * 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) { return new JAXBElement(_JalviewModel_QNAME, JalviewModel.class, null, value); } + /** + * 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); + } + }