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

no.difi.begrep.sdp.schema_v10.ObjectFactory Maven / Gradle / Ivy

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0 
// See https://javaee.github.io/jaxb-v2/ 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2022.11.16 at 09:22:53 AM UTC 
//


package no.difi.begrep.sdp.schema_v10;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the no.difi.begrep.sdp.schema_v10 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.difi.begrep.sdp.schema_v10 * */ public ObjectFactory() { } /** * Create an instance of {@link SDPKvittering } * */ public SDPKvittering createSDPKvittering() { return new SDPKvittering(); } /** * Create an instance of {@link SDPReturpost } * */ public SDPReturpost createSDPReturpost() { return new SDPReturpost(); } /** * Create an instance of {@link SDPVarslingfeilet } * */ public SDPVarslingfeilet createSDPVarslingfeilet() { return new SDPVarslingfeilet(); } /** * Create an instance of {@link SDPAapning } * */ public SDPAapning createSDPAapning() { return new SDPAapning(); } /** * Create an instance of {@link SDPLevering } * */ public SDPLevering createSDPLevering() { return new SDPLevering(); } /** * Create an instance of {@link SDPMottak } * */ public SDPMottak createSDPMottak() { return new SDPMottak(); } /** * Create an instance of {@link SDPManifest } * */ public SDPManifest createSDPManifest() { return new SDPManifest(); } /** * Create an instance of {@link SDPMottaker } * */ public SDPMottaker createSDPMottaker() { return new SDPMottaker(); } /** * Create an instance of {@link SDPAvsender } * */ public SDPAvsender createSDPAvsender() { return new SDPAvsender(); } /** * Create an instance of {@link SDPDokument } * */ public SDPDokument createSDPDokument() { return new SDPDokument(); } /** * Create an instance of {@link SDPLenke } * */ public SDPLenke createSDPLenke() { return new SDPLenke(); } /** * Create an instance of {@link SDPDigitalPost } * */ public SDPDigitalPost createSDPDigitalPost() { return new SDPDigitalPost(); } /** * Create an instance of {@link SDPDigitalPostInfo } * */ public SDPDigitalPostInfo createSDPDigitalPostInfo() { return new SDPDigitalPostInfo(); } /** * Create an instance of {@link SDPFysiskPostInfo } * */ public SDPFysiskPostInfo createSDPFysiskPostInfo() { return new SDPFysiskPostInfo(); } /** * Create an instance of {@link SDPFlyttetDigitalPost } * */ public SDPFlyttetDigitalPost createSDPFlyttetDigitalPost() { return new SDPFlyttetDigitalPost(); } /** * Create an instance of {@link SDPFeil } * */ public SDPFeil createSDPFeil() { return new SDPFeil(); } /** * Create an instance of {@link SDPOrganisasjon } * */ public SDPOrganisasjon createSDPOrganisasjon() { return new SDPOrganisasjon(); } /** * Create an instance of {@link SDPPerson } * */ public SDPPerson createSDPPerson() { return new SDPPerson(); } /** * Create an instance of {@link SDPTittel } * */ public SDPTittel createSDPTittel() { return new SDPTittel(); } /** * Create an instance of {@link SDPLenkeBeskrivelseTekst } * */ public SDPLenkeBeskrivelseTekst createSDPLenkeBeskrivelseTekst() { return new SDPLenkeBeskrivelseTekst(); } /** * Create an instance of {@link SDPLenkeKnappTekst } * */ public SDPLenkeKnappTekst createSDPLenkeKnappTekst() { return new SDPLenkeKnappTekst(); } /** * Create an instance of {@link SDPDokumentData } * */ public SDPDokumentData createSDPDokumentData() { return new SDPDokumentData(); } /** * Create an instance of {@link SDPVarsler } * */ public SDPVarsler createSDPVarsler() { return new SDPVarsler(); } /** * Create an instance of {@link SDPRepetisjoner } * */ public SDPRepetisjoner createSDPRepetisjoner() { return new SDPRepetisjoner(); } /** * Create an instance of {@link SDPEpostVarsel } * */ public SDPEpostVarsel createSDPEpostVarsel() { return new SDPEpostVarsel(); } /** * Create an instance of {@link SDPSmsVarsel } * */ public SDPSmsVarsel createSDPSmsVarsel() { return new SDPSmsVarsel(); } /** * Create an instance of {@link SDPEpostVarselTekst } * */ public SDPEpostVarselTekst createSDPEpostVarselTekst() { return new SDPEpostVarselTekst(); } /** * Create an instance of {@link SDPSmsVarselTekst } * */ public SDPSmsVarselTekst createSDPSmsVarselTekst() { return new SDPSmsVarselTekst(); } /** * Create an instance of {@link SDPFysiskPostadresse } * */ public SDPFysiskPostadresse createSDPFysiskPostadresse() { return new SDPFysiskPostadresse(); } /** * Create an instance of {@link SDPFysiskPostRetur } * */ public SDPFysiskPostRetur createSDPFysiskPostRetur() { return new SDPFysiskPostRetur(); } /** * Create an instance of {@link SDPNorskPostadresse } * */ public SDPNorskPostadresse createSDPNorskPostadresse() { return new SDPNorskPostadresse(); } /** * Create an instance of {@link SDPUtenlandskPostadresse } * */ public SDPUtenlandskPostadresse createSDPUtenlandskPostadresse() { return new SDPUtenlandskPostadresse(); } /** * Create an instance of {@link SDPPrintinstruksjoner } * */ public SDPPrintinstruksjoner createSDPPrintinstruksjoner() { return new SDPPrintinstruksjoner(); } /** * Create an instance of {@link SDPPrintinstruksjon } * */ public SDPPrintinstruksjon createSDPPrintinstruksjon() { return new SDPPrintinstruksjon(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy