
no.nav.gosys.pensjonsak.ObjectFactory Maven / Gradle / Ivy
package no.nav.gosys.pensjonsak;
import javax.xml.bind.annotation.XmlRegistry;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the no.nav.gosys.pensjonsak 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.nav.gosys.pensjonsak
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link SakUtvidelse1 }
*
*/
public SakUtvidelse1 createSakUtvidelse1() {
return new SakUtvidelse1();
}
/**
* Create an instance of {@link Kodetabell }
*
*/
public Kodetabell createKodetabell() {
return new Kodetabell();
}
/**
* Create an instance of {@link Sakstype }
*
*/
public Sakstype createSakstype() {
return new Sakstype();
}
/**
* Create an instance of {@link Sporingsdetalj }
*
*/
public Sporingsdetalj createSporingsdetalj() {
return new Sporingsdetalj();
}
/**
* Create an instance of {@link Sporing }
*
*/
public Sporing createSporing() {
return new Sporing();
}
/**
* Create an instance of {@link Saksstatus }
*
*/
public Saksstatus createSaksstatus() {
return new Saksstatus();
}
/**
* Create an instance of {@link Sak }
*
*/
public Sak createSak() {
return new Sak();
}
/**
* Create an instance of {@link FinnSakListe }
*
*/
public FinnSakListe createFinnSakListe() {
return new FinnSakListe();
}
/**
* Create an instance of {@link FinnSakListeResponse }
*
*/
public FinnSakListeResponse createFinnSakListeResponse() {
return new FinnSakListeResponse();
}
}