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

com.helger.genericode.v04.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 7.1.3
Show newest version

package com.helger.genericode.v04;

import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
import com.helger.commons.annotation.CodingStyleguideUnaware;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the com.helger.genericode.v04 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.

This class was annotated by ph-jaxb22-plugin -Xph-annotate

* * */ @XmlRegistry @CodingStyleguideUnaware public class ObjectFactory { public final static QName _ColumnSet_QNAME = new QName("http://genericode.org/2006/ns/CodeList/0.4/", "ColumnSet"); public final static QName _CodeList_QNAME = new QName("http://genericode.org/2006/ns/CodeList/0.4/", "CodeList"); public final static QName _CodeListSet_QNAME = new QName("http://genericode.org/2006/ns/CodeList/0.4/", "CodeListSet"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.genericode.v04 * */ public ObjectFactory() { } /** * Create an instance of {@link KeyColumnRef } * * @return * The created KeyColumnRef object and never null. */ @Nonnull public KeyColumnRef createKeyColumnRef() { return new KeyColumnRef(); } /** * Create an instance of {@link KeyColumnRef.Annotation } * * @return * The created Annotation object and never null. */ @Nonnull public KeyColumnRef.Annotation createKeyColumnRefAnnotation() { return new KeyColumnRef.Annotation(); } /** * Create an instance of {@link ColumnSetDocument } * * @return * The created ColumnSetDocument object and never null. */ @Nonnull public ColumnSetDocument createColumnSetDocument() { return new ColumnSetDocument(); } /** * Create an instance of {@link CodeListDocument } * * @return * The created CodeListDocument object and never null. */ @Nonnull public CodeListDocument createCodeListDocument() { return new CodeListDocument(); } /** * Create an instance of {@link CodeListSetDocument } * * @return * The created CodeListSetDocument object and never null. */ @Nonnull public CodeListSetDocument createCodeListSetDocument() { return new CodeListSetDocument(); } /** * Create an instance of {@link AnyOtherContent } * * @return * The created AnyOtherContent object and never null. */ @Nonnull public AnyOtherContent createAnyOtherContent() { return new AnyOtherContent(); } /** * Create an instance of {@link Identification } * * @return * The created Identification object and never null. */ @Nonnull public Identification createIdentification() { return new Identification(); } /** * Create an instance of {@link com.helger.genericode.v04.Annotation } * * @return * The created Annotation object and never null. */ @Nonnull public com.helger.genericode.v04.Annotation createAnnotation() { return new com.helger.genericode.v04.Annotation(); } /** * Create an instance of {@link Column } * * @return * The created Column object and never null. */ @Nonnull public Column createColumn() { return new Column(); } /** * Create an instance of {@link ColumnRef } * * @return * The created ColumnRef object and never null. */ @Nonnull public ColumnRef createColumnRef() { return new ColumnRef(); } /** * Create an instance of {@link Key } * * @return * The created Key object and never null. */ @Nonnull public Key createKey() { return new Key(); } /** * Create an instance of {@link KeyRef } * * @return * The created KeyRef object and never null. */ @Nonnull public KeyRef createKeyRef() { return new KeyRef(); } /** * Create an instance of {@link ColumnSet } * * @return * The created ColumnSet object and never null. */ @Nonnull public ColumnSet createColumnSet() { return new ColumnSet(); } /** * Create an instance of {@link ColumnSetRef } * * @return * The created ColumnSetRef object and never null. */ @Nonnull public ColumnSetRef createColumnSetRef() { return new ColumnSetRef(); } /** * Create an instance of {@link SimpleCodeList } * * @return * The created SimpleCodeList object and never null. */ @Nonnull public SimpleCodeList createSimpleCodeList() { return new SimpleCodeList(); } /** * Create an instance of {@link DerivedCodeList } * * @return * The created DerivedCodeList object and never null. */ @Nonnull public DerivedCodeList createDerivedCodeList() { return new DerivedCodeList(); } /** * Create an instance of {@link CodeListRef } * * @return * The created CodeListRef object and never null. */ @Nonnull public CodeListRef createCodeListRef() { return new CodeListRef(); } /** * Create an instance of {@link Data } * * @return * The created Data object and never null. */ @Nonnull public Data createData() { return new Data(); } /** * Create an instance of {@link Row } * * @return * The created Row object and never null. */ @Nonnull public Row createRow() { return new Row(); } /** * Create an instance of {@link SimpleValue } * * @return * The created SimpleValue object and never null. */ @Nonnull public SimpleValue createSimpleValue() { return new SimpleValue(); } /** * Create an instance of {@link Value } * * @return * The created Value object and never null. */ @Nonnull public Value createValue() { return new Value(); } /** * Create an instance of {@link RowFilter } * * @return * The created RowFilter object and never null. */ @Nonnull public RowFilter createRowFilter() { return new RowFilter(); } /** * Create an instance of {@link InputCodeList } * * @return * The created InputCodeList object and never null. */ @Nonnull public InputCodeList createInputCodeList() { return new InputCodeList(); } /** * Create an instance of {@link CodeListUnion } * * @return * The created CodeListUnion object and never null. */ @Nonnull public CodeListUnion createCodeListUnion() { return new CodeListUnion(); } /** * Create an instance of {@link ColumnSetFilter } * * @return * The created ColumnSetFilter object and never null. */ @Nonnull public ColumnSetFilter createColumnSetFilter() { return new ColumnSetFilter(); } /** * Create an instance of {@link InputColumnSet } * * @return * The created InputColumnSet object and never null. */ @Nonnull public InputColumnSet createInputColumnSet() { return new InputColumnSet(); } /** * Create an instance of {@link DatatypeFacet } * * @return * The created DatatypeFacet object and never null. */ @Nonnull public DatatypeFacet createDatatypeFacet() { return new DatatypeFacet(); } /** * Create an instance of {@link AnyOtherLanguageContent } * * @return * The created AnyOtherLanguageContent object and never null. */ @Nonnull public AnyOtherLanguageContent createAnyOtherLanguageContent() { return new AnyOtherLanguageContent(); } /** * Create an instance of {@link ShortName } * * @return * The created ShortName object and never null. */ @Nonnull public ShortName createShortName() { return new ShortName(); } /** * Create an instance of {@link LongName } * * @return * The created LongName object and never null. */ @Nonnull public LongName createLongName() { return new LongName(); } /** * Create an instance of {@link ColumnRefData } * * @return * The created ColumnRefData object and never null. */ @Nonnull public ColumnRefData createColumnRefData() { return new ColumnRefData(); } /** * Create an instance of {@link Agency } * * @return * The created Agency object and never null. */ @Nonnull public Agency createAgency() { return new Agency(); } /** * Create an instance of {@link GeneralIdentifier } * * @return * The created GeneralIdentifier object and never null. */ @Nonnull public GeneralIdentifier createGeneralIdentifier() { return new GeneralIdentifier(); } /** * Create an instance of {@link MimeTypedUri } * * @return * The created MimeTypedUri object and never null. */ @Nonnull public MimeTypedUri createMimeTypedUri() { return new MimeTypedUri(); } /** * Create an instance of {@link KeyColumnRef.Annotation.Description } * * @return * The created Description object and never null. */ @Nonnull public KeyColumnRef.Annotation.Description createKeyColumnRefAnnotationDescription() { return new KeyColumnRef.Annotation.Description(); } /** * Create an instance of {@link KeyColumnRef.Annotation.AppInfo } * * @return * The created AppInfo object and never null. */ @Nonnull public KeyColumnRef.Annotation.AppInfo createKeyColumnRefAnnotationAppInfo() { return new KeyColumnRef.Annotation.AppInfo(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ColumnSetDocument }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://genericode.org/2006/ns/CodeList/0.4/", name = "ColumnSet") @Nonnull public JAXBElement createColumnSet( @Nullable final ColumnSetDocument value) { return new JAXBElement(_ColumnSet_QNAME, ColumnSetDocument.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CodeListDocument }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://genericode.org/2006/ns/CodeList/0.4/", name = "CodeList") @Nonnull public JAXBElement createCodeList( @Nullable final CodeListDocument value) { return new JAXBElement(_CodeList_QNAME, CodeListDocument.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CodeListSetDocument }{@code >}} * * @return * The created JAXBElement and never null. */ @XmlElementDecl(namespace = "http://genericode.org/2006/ns/CodeList/0.4/", name = "CodeListSet") @Nonnull public JAXBElement createCodeListSet( @Nullable final CodeListSetDocument value) { return new JAXBElement(_CodeListSet_QNAME, CodeListSetDocument.class, null, value); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy