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

no.udi.common.v2.ObjectFactory Maven / Gradle / Ivy

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

package no.udi.common.v2;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the no.udi.common.v2 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.udi.common.v2 * */ public ObjectFactory() { } /** * Create an instance of {@link PingRequestType } * */ public PingRequestType createPingRequestType() { return new PingRequestType(); } /** * Create an instance of {@link PingResponseType } * */ public PingResponseType createPingResponseType() { return new PingResponseType(); } /** * Create an instance of {@link ApenPeriode } * */ public ApenPeriode createApenPeriode() { return new ApenPeriode(); } /** * Create an instance of {@link ApenTilPeriode } * */ public ApenTilPeriode createApenTilPeriode() { return new ApenTilPeriode(); } /** * Create an instance of {@link Credentials } * */ public Credentials createCredentials() { return new Credentials(); } /** * Create an instance of {@link Fil } * */ public Fil createFil() { return new Fil(); } /** * Create an instance of {@link Kodeverk } * */ public Kodeverk createKodeverk() { return new Kodeverk(); } /** * Create an instance of {@link KodeverkListe } * */ public KodeverkListe createKodeverkListe() { return new KodeverkListe(); } /** * Create an instance of {@link Kodeverksdefinisjon } * */ public Kodeverksdefinisjon createKodeverksdefinisjon() { return new Kodeverksdefinisjon(); } /** * Create an instance of {@link Kodeverksdefinisjoner } * */ public Kodeverksdefinisjoner createKodeverksdefinisjoner() { return new Kodeverksdefinisjoner(); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy