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

no.difi.vefa.peppol.evidence.jaxb.receipt.ObjectFactory Maven / Gradle / Ivy

Go to download

Implementation of ETSI REM evidence according to ETSI TS 102 640-2 with some adjustments.

There is a newer version: 1.1.4
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2018.02.24 at 09:35:26 PM UTC 
//


package no.difi.vefa.peppol.evidence.jaxb.receipt;

import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the no.difi.vefa.peppol.evidence.jaxb.receipt 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 { private final static QName _PeppolReceipt_QNAME = new QName("http://peppol.eu/xsd/ticc/receipt/1.0", "PeppolReceipt"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: no.difi.vefa.peppol.evidence.jaxb.receipt * */ public ObjectFactory() { } /** * Create an instance of {@link PeppolRemExtension } * */ public PeppolRemExtension createPeppolRemExtension() { return new PeppolRemExtension(); } /** * Create an instance of {@link OriginalReceiptType } * */ public OriginalReceiptType createOriginalReceiptType() { return new OriginalReceiptType(); } /** * Create an instance of {@link ReceiptType } * */ public ReceiptType createReceiptType() { return new ReceiptType(); } /** * Create an instance of {@link TransmissionType } * */ public TransmissionType createTransmissionType() { return new TransmissionType(); } /** * Create an instance of {@link ParticipantType } * */ public ParticipantType createParticipantType() { return new ParticipantType(); } /** * Create an instance of {@link ErrorCodeType } * */ public ErrorCodeType createErrorCodeType() { return new ErrorCodeType(); } /** * Create an instance of {@link PayloadType } * */ public PayloadType createPayloadType() { return new PayloadType(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ReceiptType }{@code >}} * */ @XmlElementDecl(namespace = "http://peppol.eu/xsd/ticc/receipt/1.0", name = "PeppolReceipt") public JAXBElement createPeppolReceipt(ReceiptType value) { return new JAXBElement(_PeppolReceipt_QNAME, ReceiptType.class, null, value); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy