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

no.nav.tjeneste.virksomhet.sak.v1.ObjectFactory Maven / Gradle / Ivy

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

package no.nav.tjeneste.virksomhet.sak.v1;

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.sak.v1.feil.ForMangeForekomster;
import no.nav.tjeneste.virksomhet.sak.v1.feil.SakIkkeFunnet;
import no.nav.tjeneste.virksomhet.sak.v1.feil.UgyldigInput;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the no.nav.tjeneste.virksomhet.sak.v1 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 _HentSaksakIkkeFunnet_QNAME = new QName("http://nav.no/tjeneste/virksomhet/sak/v1", "hentSaksakIkkeFunnet"); private final static QName _FinnSakforMangeForekomster_QNAME = new QName("http://nav.no/tjeneste/virksomhet/sak/v1", "finnSakforMangeForekomster"); private final static QName _FinnSakugyldigInput_QNAME = new QName("http://nav.no/tjeneste/virksomhet/sak/v1", "finnSakugyldigInput"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: no.nav.tjeneste.virksomhet.sak.v1 * */ public ObjectFactory() { } /** * Create an instance of {@link FinnSakResponse } * */ public FinnSakResponse createFinnSakResponse() { return new FinnSakResponse(); } /** * Create an instance of {@link FinnSak } * */ public FinnSak createFinnSak() { return new FinnSak(); } /** * 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 HentSakResponse } * */ public HentSakResponse createHentSakResponse() { return new HentSakResponse(); } /** * Create an instance of {@link HentSak } * */ public HentSak createHentSak() { return new HentSak(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SakIkkeFunnet }{@code >}} * */ @XmlElementDecl(namespace = "http://nav.no/tjeneste/virksomhet/sak/v1", name = "hentSaksakIkkeFunnet") public JAXBElement createHentSaksakIkkeFunnet(SakIkkeFunnet value) { return new JAXBElement(_HentSaksakIkkeFunnet_QNAME, SakIkkeFunnet.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ForMangeForekomster }{@code >}} * */ @XmlElementDecl(namespace = "http://nav.no/tjeneste/virksomhet/sak/v1", name = "finnSakforMangeForekomster") public JAXBElement createFinnSakforMangeForekomster(ForMangeForekomster value) { return new JAXBElement(_FinnSakforMangeForekomster_QNAME, ForMangeForekomster.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link UgyldigInput }{@code >}} * */ @XmlElementDecl(namespace = "http://nav.no/tjeneste/virksomhet/sak/v1", name = "finnSakugyldigInput") public JAXBElement createFinnSakugyldigInput(UgyldigInput value) { return new JAXBElement(_FinnSakugyldigInput_QNAME, UgyldigInput.class, null, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy