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

no.arkivverket.standarder.noark5.arkivmelding.ObjectFactory Maven / Gradle / Ivy

//
// This file was generated by the Eclipse Implementation of JAXB, v2.3.7 
// See https://eclipse-ee4j.github.io/jaxb-ri 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2024.10.09 at 07:52:57 AM UTC 
//


package no.arkivverket.standarder.noark5.arkivmelding;

import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the no.arkivverket.standarder.noark5.arkivmelding 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 _Arkivmelding_QNAME = new QName("http://www.arkivverket.no/standarder/noark5/arkivmelding", "arkivmelding"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: no.arkivverket.standarder.noark5.arkivmelding * */ public ObjectFactory() { } /** * Create an instance of {@link Arkivmelding } * */ public Arkivmelding createArkivmelding() { return new Arkivmelding(); } /** * Create an instance of {@link Mappe } * */ public Mappe createMappe() { return new Mappe(); } /** * Create an instance of {@link Saksmappe } * */ public Saksmappe createSaksmappe() { return new Saksmappe(); } /** * Create an instance of {@link Sakspart } * */ public Sakspart createSakspart() { return new Sakspart(); } /** * Create an instance of {@link Registrering } * */ public Registrering createRegistrering() { return new Registrering(); } /** * Create an instance of {@link Basisregistrering } * */ public Basisregistrering createBasisregistrering() { return new Basisregistrering(); } /** * Create an instance of {@link Journalpost } * */ public Journalpost createJournalpost() { return new Journalpost(); } /** * Create an instance of {@link Korrespondansepart } * */ public Korrespondansepart createKorrespondansepart() { return new Korrespondansepart(); } /** * Create an instance of {@link Avskrivning } * */ public Avskrivning createAvskrivning() { return new Avskrivning(); } /** * Create an instance of {@link Dokumentflyt } * */ public Dokumentflyt createDokumentflyt() { return new Dokumentflyt(); } /** * Create an instance of {@link Dokumentbeskrivelse } * */ public Dokumentbeskrivelse createDokumentbeskrivelse() { return new Dokumentbeskrivelse(); } /** * Create an instance of {@link Dokumentobjekt } * */ public Dokumentobjekt createDokumentobjekt() { return new Dokumentobjekt(); } /** * Create an instance of {@link Kryssreferanse } * */ public Kryssreferanse createKryssreferanse() { return new Kryssreferanse(); } /** * Create an instance of {@link Merknad } * */ public Merknad createMerknad() { return new Merknad(); } /** * Create an instance of {@link Klassifikasjon } * */ public Klassifikasjon createKlassifikasjon() { return new Klassifikasjon(); } /** * Create an instance of {@link Skjerming } * */ public Skjerming createSkjerming() { return new Skjerming(); } /** * Create an instance of {@link Gradering } * */ public Gradering createGradering() { return new Gradering(); } /** * Create an instance of {@link Presedens } * */ public Presedens createPresedens() { return new Presedens(); } /** * Create an instance of {@link Klasse } * */ public Klasse createKlasse() { return new Klasse(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Arkivmelding }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link Arkivmelding }{@code >} */ @XmlElementDecl(namespace = "http://www.arkivverket.no/standarder/noark5/arkivmelding", name = "arkivmelding") public JAXBElement createArkivmelding(Arkivmelding value) { return new JAXBElement(_Arkivmelding_QNAME, Arkivmelding.class, null, value); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy