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

no.ks.fiks.arkiv.v1.arkivmelding.opprett.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.arkivmelding.opprett;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the no.ks.fiks.arkiv.v1.arkivmelding.opprett 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.ks.fiks.arkiv.v1.arkivmelding.opprett * */ public ObjectFactory() { } /** * Create an instance of {@link Arkivmelding } * */ public Arkivmelding createArkivmelding() { return new Arkivmelding(); } /** * Create an instance of {@link Registrering } * */ public Registrering createRegistrering() { return new Registrering(); } /** * 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 Klasse } * */ public Klasse createKlasse() { return new Klasse(); } /** * Create an instance of {@link Klassifikasjonssystem } * */ public Klassifikasjonssystem createKlassifikasjonssystem() { return new Klassifikasjonssystem(); } /** * Create an instance of {@link Journalpost } * */ public Journalpost createJournalpost() { return new Journalpost(); } /** * Create an instance of {@link Arkivnotat } * */ public Arkivnotat createArkivnotat() { return new Arkivnotat(); } /** * 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 Part } * */ public Part createPart() { return new Part(); } /** * 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 Hendelseslogg } * */ public Hendelseslogg createHendelseslogg() { return new Hendelseslogg(); } /** * Create an instance of {@link Matrikkelnummer } * */ public Matrikkelnummer createMatrikkelnummer() { return new Matrikkelnummer(); } /** * Create an instance of {@link Byggident } * */ public Byggident createByggident() { return new Byggident(); } /** * Create an instance of {@link Planident } * */ public Planident createPlanident() { return new Planident(); } /** * Create an instance of {@link Punkt } * */ public Punkt createPunkt() { return new Punkt(); } /** * Create an instance of {@link OrganisasjonsID } * */ public OrganisasjonsID createOrganisasjonsID() { return new OrganisasjonsID(); } /** * Create an instance of {@link PersonID } * */ public PersonID createPersonID() { return new PersonID(); } /** * Create an instance of {@link Merknad } * */ public Merknad createMerknad() { return new Merknad(); } /** * 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 Dokumentflyt } * */ public Dokumentflyt createDokumentflyt() { return new Dokumentflyt(); } /** * Create an instance of {@link Klassifikasjon } * */ public Klassifikasjon createKlassifikasjon() { return new Klassifikasjon(); } /** * Create an instance of {@link Presedens } * */ public Presedens createPresedens() { return new Presedens(); } /** * Create an instance of {@link Kryssreferanse } * */ public Kryssreferanse createKryssreferanse() { return new Kryssreferanse(); } /** * Create an instance of {@link Kassasjon } * */ public Kassasjon createKassasjon() { return new Kassasjon(); } /** * Create an instance of {@link Adresse } * */ public Adresse createAdresse() { return new Adresse(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy