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

no.digipost.org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.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: 2021.12.01 at 12:54:39 PM UTC 
//


package no.digipost.org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the no.digipost.org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 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.digipost.org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 * */ public ObjectFactory() { } /** * Create an instance of {@link Messaging } * */ public Messaging createMessaging() { return new Messaging(); } /** * Create an instance of {@link SignalMessage } * */ public SignalMessage createSignalMessage() { return new SignalMessage(); } /** * Create an instance of {@link UserMessage } * */ public UserMessage createUserMessage() { return new UserMessage(); } /** * Create an instance of {@link Error } * */ public Error createError() { return new Error(); } /** * Create an instance of {@link PullRequest } * */ public PullRequest createPullRequest() { return new PullRequest(); } /** * Create an instance of {@link Receipt } * */ public Receipt createReceipt() { return new Receipt(); } /** * Create an instance of {@link MessageInfo } * */ public MessageInfo createMessageInfo() { return new MessageInfo(); } /** * Create an instance of {@link PartyInfo } * */ public PartyInfo createPartyInfo() { return new PartyInfo(); } /** * Create an instance of {@link PartyId } * */ public PartyId createPartyId() { return new PartyId(); } /** * Create an instance of {@link From } * */ public From createFrom() { return new From(); } /** * Create an instance of {@link To } * */ public To createTo() { return new To(); } /** * Create an instance of {@link CollaborationInfo } * */ public CollaborationInfo createCollaborationInfo() { return new CollaborationInfo(); } /** * Create an instance of {@link Service } * */ public Service createService() { return new Service(); } /** * Create an instance of {@link AgreementRef } * */ public AgreementRef createAgreementRef() { return new AgreementRef(); } /** * Create an instance of {@link PayloadInfo } * */ public PayloadInfo createPayloadInfo() { return new PayloadInfo(); } /** * Create an instance of {@link PartInfo } * */ public PartInfo createPartInfo() { return new PartInfo(); } /** * Create an instance of {@link Schema } * */ public Schema createSchema() { return new Schema(); } /** * Create an instance of {@link Property } * */ public Property createProperty() { return new Property(); } /** * Create an instance of {@link PartProperties } * */ public PartProperties createPartProperties() { return new PartProperties(); } /** * Create an instance of {@link MessageProperties } * */ public MessageProperties createMessageProperties() { return new MessageProperties(); } /** * Create an instance of {@link Description } * */ public Description createDescription() { return new Description(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy