All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hl7.fhirpath.tests.ObjectFactory Maven / Gradle / Ivy

//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2 
// See https://eclipse-ee4j.github.io/jaxb-ri 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2024.11.06 at 08:02:20 AM MST 
//


package org.hl7.fhirpath.tests;

import javax.xml.namespace.QName;
import jakarta.xml.bind.JAXBElement;
import jakarta.xml.bind.annotation.XmlElementDecl;
import jakarta.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the org.hl7.fhirpath.tests package. 
 * 

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 * and classes representing the binding of schema * type definitions, element declarations and model * groups. Factory methods for each of these are * provided in this class. * */ @XmlRegistry public class ObjectFactory { private final static QName _Tests_QNAME = new QName("http://hl7.org/fhirpath/tests", "tests"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hl7.fhirpath.tests * */ public ObjectFactory() { } /** * Create an instance of {@link Tests } * */ public Tests createTests() { return new Tests(); } /** * Create an instance of {@link Group } * */ public Group createGroup() { return new Group(); } /** * Create an instance of {@link Test } * */ public Test createTest() { return new Test(); } /** * Create an instance of {@link Expression } * */ public Expression createExpression() { return new Expression(); } /** * Create an instance of {@link Output } * */ public Output createOutput() { return new Output(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Tests }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link Tests }{@code >} */ @XmlElementDecl(namespace = "http://hl7.org/fhirpath/tests", name = "tests") public JAXBElement createTests(Tests value) { return new JAXBElement(_Tests_QNAME, Tests.class, null, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy