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

org.immregistries.codebase.client.generated.ObjectFactory Maven / Gradle / Ivy

The newest version!
//
// 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: 2016.10.28 at 12:30:21 PM EDT 
//


package org.immregistries.codebase.client.generated;

import jakarta.xml.bind.annotation.XmlRegistry;

/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the org.openimmunizationsoftware.codebase.generated 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 { /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.openimmunizationsoftware.codebase.generated * */ public ObjectFactory() { } /** * Create an instance of {@link Codebase } * */ public Codebase createCodebase() { return new Codebase(); } /** * Create an instance of {@link Codeset } * */ public Codeset createCodeset() { return new Codeset(); } /** * Create an instance of {@link Code } * */ public Code createCode() { return new Code(); } /** * Create an instance of {@link CodeStatus } * */ public CodeStatus createCodeStatus() { return new CodeStatus(); } /** * Create an instance of {@link Reference } * */ public Reference createReference() { return new Reference(); } /** * Create an instance of {@link UseDate } * */ public UseDate createUseDate() { return new UseDate(); } /** * Create an instance of {@link UseAge } * */ public UseAge createUseAge() { return new UseAge(); } /** * Create an instance of {@link LinkTo } * */ public LinkTo createLinkTo() { return new LinkTo(); } /** * Create an instance of {@link Deprecated } * */ public Deprecated createDeprecated() { return new Deprecated(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy