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

no.nav.tjeneste.virksomhet.oppgave.v3.ObjectFactory Maven / Gradle / Ivy


package no.nav.tjeneste.virksomhet.oppgave.v3;

import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
import no.nav.tjeneste.virksomhet.oppgave.v3.feil.WSOppgaveIkkeFunnet;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the no.nav.tjeneste.virksomhet.oppgave.v3 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 _HentOppgaveoppgaveIkkeFunnet_QNAME = new QName("http://nav.no/tjeneste/virksomhet/oppgave/v3", "hentOppgaveoppgaveIkkeFunnet"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: no.nav.tjeneste.virksomhet.oppgave.v3 * */ public ObjectFactory() { } /** * Create an instance of {@link HentOppgave } * */ public HentOppgave createHentOppgave() { return new HentOppgave(); } /** * Create an instance of {@link HentOppgaveResponse } * */ public HentOppgaveResponse createHentOppgaveResponse() { return new HentOppgaveResponse(); } /** * Create an instance of {@link FinnOppgaveListe } * */ public FinnOppgaveListe createFinnOppgaveListe() { return new FinnOppgaveListe(); } /** * Create an instance of {@link FinnOppgaveListeResponse } * */ public FinnOppgaveListeResponse createFinnOppgaveListeResponse() { return new FinnOppgaveListeResponse(); } /** * Create an instance of {@link FinnFerdigstiltOppgaveListe } * */ public FinnFerdigstiltOppgaveListe createFinnFerdigstiltOppgaveListe() { return new FinnFerdigstiltOppgaveListe(); } /** * Create an instance of {@link FinnFerdigstiltOppgaveListeResponse } * */ public FinnFerdigstiltOppgaveListeResponse createFinnFerdigstiltOppgaveListeResponse() { return new FinnFerdigstiltOppgaveListeResponse(); } /** * Create an instance of {@link FinnFeilregistrertOppgaveListe } * */ public FinnFeilregistrertOppgaveListe createFinnFeilregistrertOppgaveListe() { return new FinnFeilregistrertOppgaveListe(); } /** * Create an instance of {@link FinnFeilregistrertOppgaveListeResponse } * */ public FinnFeilregistrertOppgaveListeResponse createFinnFeilregistrertOppgaveListeResponse() { return new FinnFeilregistrertOppgaveListeResponse(); } /** * Create an instance of {@link FinnMappeListe } * */ public FinnMappeListe createFinnMappeListe() { return new FinnMappeListe(); } /** * Create an instance of {@link FinnMappeListeResponse } * */ public FinnMappeListeResponse createFinnMappeListeResponse() { return new FinnMappeListeResponse(); } /** * Create an instance of {@link Ping } * */ public Ping createPing() { return new Ping(); } /** * Create an instance of {@link PingResponse } * */ public PingResponse createPingResponse() { return new PingResponse(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link WSOppgaveIkkeFunnet }{@code >}} * */ @XmlElementDecl(namespace = "http://nav.no/tjeneste/virksomhet/oppgave/v3", name = "hentOppgaveoppgaveIkkeFunnet") public JAXBElement createHentOppgaveoppgaveIkkeFunnet(WSOppgaveIkkeFunnet value) { return new JAXBElement(_HentOppgaveoppgaveIkkeFunnet_QNAME, WSOppgaveIkkeFunnet.class, null, value); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy