no.difi.vefa.peppol.evidence.jaxb.receipt.ObjectFactory Maven / Gradle / Ivy
Show all versions of peppol-evidence Show documentation
//
// 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);
}
}