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

no.ks.fiks.arkiv.v1.feilmelding.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 1.0.12
Show newest version
//
// This file was generated by the Eclipse Implementation of JAXB, v2.3.6 
// See https://eclipse-ee4j.github.io/jaxb-ri 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2023.06.23 at 10:32:49 AM CEST 
//


package no.ks.fiks.arkiv.v1.feilmelding;

import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
import https.ks_no_github_io.standarder.fiks_protokoll.fiks_arkiv.feil.feilmelding.v1.FeilmeldingBase;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the no.ks.fiks.arkiv.v1.feilmelding 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 _Ugyldigforespoersel_QNAME = new QName("https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/feil/ugyldigforespoersel/v1", "ugyldigforespoersel"); private final static QName _Ikkefunnet_QNAME = new QName("https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/feil/ikkefunnet/v1", "ikkefunnet"); private final static QName _Serverfeil_QNAME = new QName("https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/feil/serverfeil/v1", "serverfeil"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: no.ks.fiks.arkiv.v1.feilmelding * */ public ObjectFactory() { } /** * Create an instance of {@link JAXBElement }{@code <}{@link FeilmeldingBase }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link FeilmeldingBase }{@code >} */ @XmlElementDecl(namespace = "https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/feil/ugyldigforespoersel/v1", name = "ugyldigforespoersel") public JAXBElement createUgyldigforespoersel(FeilmeldingBase value) { return new JAXBElement(_Ugyldigforespoersel_QNAME, FeilmeldingBase.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link FeilmeldingBase }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link FeilmeldingBase }{@code >} */ @XmlElementDecl(namespace = "https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/feil/ikkefunnet/v1", name = "ikkefunnet") public JAXBElement createIkkefunnet(FeilmeldingBase value) { return new JAXBElement(_Ikkefunnet_QNAME, FeilmeldingBase.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link FeilmeldingBase }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link FeilmeldingBase }{@code >} */ @XmlElementDecl(namespace = "https://ks-no.github.io/standarder/fiks-protokoll/fiks-arkiv/feil/serverfeil/v1", name = "serverfeil") public JAXBElement createServerfeil(FeilmeldingBase value) { return new JAXBElement(_Serverfeil_QNAME, FeilmeldingBase.class, null, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy