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

riv.se_apotekensservice.expo._1.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 2.0.5
Show newest version

package riv.se_apotekensservice.expo._1;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the riv.se_apotekensservice.expo._1 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: riv.se_apotekensservice.expo._1 * */ public ObjectFactory() { } /** * Create an instance of {@link SystemException } * */ public SystemException createSystemException() { return new SystemException(); } /** * Create an instance of {@link ApplicationException } * */ public ApplicationException createApplicationException() { return new ApplicationException(); } /** * Create an instance of {@link HamtaApoteksInfoResponse } * */ public HamtaApoteksInfoResponse createHamtaApoteksInfoResponse() { return new HamtaApoteksInfoResponse(); } /** * Create an instance of {@link DosmottagareResponse } * */ public DosmottagareResponse createDosmottagareResponse() { return new DosmottagareResponse(); } /** * Create an instance of {@link KontaktpersonResponse } * */ public KontaktpersonResponse createKontaktpersonResponse() { return new KontaktpersonResponse(); } /** * Create an instance of {@link HamtaApoteksInfoRequest } * */ public HamtaApoteksInfoRequest createHamtaApoteksInfoRequest() { return new HamtaApoteksInfoRequest(); } /** * Create an instance of {@link KontaktpersonRequest } * */ public KontaktpersonRequest createKontaktpersonRequest() { return new KontaktpersonRequest(); } /** * Create an instance of {@link OppethallandeRequest } * */ public OppethallandeRequest createOppethallandeRequest() { return new OppethallandeRequest(); } /** * Create an instance of {@link ApoteksinformationResponse } * */ public ApoteksinformationResponse createApoteksinformationResponse() { return new ApoteksinformationResponse(); } /** * Create an instance of {@link IdentitetResponse } * */ public IdentitetResponse createIdentitetResponse() { return new IdentitetResponse(); } /** * Create an instance of {@link DosmottagareRequest } * */ public DosmottagareRequest createDosmottagareRequest() { return new DosmottagareRequest(); } /** * Create an instance of {@link OppethallandeResponse } * */ public OppethallandeResponse createOppethallandeResponse() { return new OppethallandeResponse(); } /** * Create an instance of {@link ExpeditionsstalleEgetResponse } * */ public ExpeditionsstalleEgetResponse createExpeditionsstalleEgetResponse() { return new ExpeditionsstalleEgetResponse(); } /** * Create an instance of {@link SokDosmottagareResultatResponse } * */ public SokDosmottagareResultatResponse createSokDosmottagareResultatResponse() { return new SokDosmottagareResultatResponse(); } /** * Create an instance of {@link IdentitetRequest } * */ public IdentitetRequest createIdentitetRequest() { return new IdentitetRequest(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy