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

no.nav.gosys.journal.meldinger.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 1.2019.09.25-00.21-49b69f0625e0
Show newest version

package no.nav.gosys.journal.meldinger;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the no.nav.gosys.journal.meldinger 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: no.nav.gosys.journal.meldinger * */ public ObjectFactory() { } /** * Create an instance of {@link SokPaDokumentFilter } * */ public SokPaDokumentFilter createSokPaDokumentFilter() { return new SokPaDokumentFilter(); } /** * Create an instance of {@link SokPaDokument } * */ public SokPaDokument createSokPaDokument() { return new SokPaDokument(); } /** * Create an instance of {@link SokPaStatusFilter } * */ public SokPaStatusFilter createSokPaStatusFilter() { return new SokPaStatusFilter(); } /** * Create an instance of {@link SokPaStatus } * */ public SokPaStatus createSokPaStatus() { return new SokPaStatus(); } /** * Create an instance of {@link SokPaSakFilter } * */ public SokPaSakFilter createSokPaSakFilter() { return new SokPaSakFilter(); } /** * Create an instance of {@link SokPaSak } * */ public SokPaSak createSokPaSak() { return new SokPaSak(); } /** * Create an instance of {@link Sokescenario } * */ public Sokescenario createSokescenario() { return new Sokescenario(); } /** * Create an instance of {@link FinnJournalpostRequest } * */ public FinnJournalpostRequest createFinnJournalpostRequest() { return new FinnJournalpostRequest(); } /** * Create an instance of {@link FinnJournalpostUtvidelse1 } * */ public FinnJournalpostUtvidelse1 createFinnJournalpostUtvidelse1() { return new FinnJournalpostUtvidelse1(); } /** * Create an instance of {@link FinnJournalpostResponse } * */ public FinnJournalpostResponse createFinnJournalpostResponse() { return new FinnJournalpostResponse(); } /** * Create an instance of {@link HentDokumentURLRequest } * */ public HentDokumentURLRequest createHentDokumentURLRequest() { return new HentDokumentURLRequest(); } /** * Create an instance of {@link HentDokumentURLResponse } * */ public HentDokumentURLResponse createHentDokumentURLResponse() { return new HentDokumentURLResponse(); } /** * Create an instance of {@link HentDokumentRequest } * */ public HentDokumentRequest createHentDokumentRequest() { return new HentDokumentRequest(); } /** * Create an instance of {@link HentDokumentResponse } * */ public HentDokumentResponse createHentDokumentResponse() { return new HentDokumentResponse(); } /** * Create an instance of {@link HentJournalpostRequest } * */ public HentJournalpostRequest createHentJournalpostRequest() { return new HentJournalpostRequest(); } /** * Create an instance of {@link HentJournalpostResponse } * */ public HentJournalpostResponse createHentJournalpostResponse() { return new HentJournalpostResponse(); } /** * Create an instance of {@link IdentifiserBrevgruppeRequest } * */ public IdentifiserBrevgruppeRequest createIdentifiserBrevgruppeRequest() { return new IdentifiserBrevgruppeRequest(); } /** * Create an instance of {@link IdentifiserBrevgruppeUtvidelse1 } * */ public IdentifiserBrevgruppeUtvidelse1 createIdentifiserBrevgruppeUtvidelse1() { return new IdentifiserBrevgruppeUtvidelse1(); } /** * Create an instance of {@link IdentifiserBrevgruppeResponse } * */ public IdentifiserBrevgruppeResponse createIdentifiserBrevgruppeResponse() { return new IdentifiserBrevgruppeResponse(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy