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

br.com.swconsultoria.mdfe.schema_300.evIncCondutorMDF.ObjectFactory Maven / Gradle / Ivy

The newest version!

package br.com.swconsultoria.mdfe.schema_300.evIncCondutorMDF;

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 br.com.swconsultoria.mdfe.schema_300.evIncCondutorMDF 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 _Signature_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "Signature"); private final static QName _eventoMDFe_QNAME = new QName("http://www.portalfiscal.inf.br/mdfe", "eventoMDFe"); private final static QName _tProcEventoMDFe_QNAME = new QName("http://www.portalfiscal.inf.br/mdfe", "TProcEvento"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: br.com.swconsultoria.mdfe.schema_300.evIncCondutorMDF */ public ObjectFactory() { } /** * Create an instance of {@link EvIncCondutorMDFe } */ public EvIncCondutorMDFe createEvIncCondutorMDFe() { return new EvIncCondutorMDFe(); } /** * Create an instance of {@link SignedInfoType } */ public SignedInfoType createSignedInfoType() { return new SignedInfoType(); } /** * Create an instance of {@link ReferenceType } */ public ReferenceType createReferenceType() { return new ReferenceType(); } /** * Create an instance of {@link TRetEvento } */ public TRetEvento createTRetEvento() { return new TRetEvento(); } /** * Create an instance of {@link TEvento } */ public TEvento createTEvento() { return new TEvento(); } /** * Create an instance of {@link TEvento.InfEvento } */ public TEvento.InfEvento createTEventoInfEvento() { return new TEvento.InfEvento(); } /** * Create an instance of {@link EvIncCondutorMDFe.Condutor } */ public EvIncCondutorMDFe.Condutor createEvIncCondutorMDFeCondutor() { return new EvIncCondutorMDFe.Condutor(); } /** * Create an instance of {@link TProcEvento } */ public TProcEvento createTProcEvento() { return new TProcEvento(); } /** * Create an instance of {@link SignatureType } */ public SignatureType createSignatureType() { return new SignatureType(); } /** * Create an instance of {@link KeyInfoType } */ public KeyInfoType createKeyInfoType() { return new KeyInfoType(); } /** * Create an instance of {@link SignatureValueType } */ public SignatureValueType createSignatureValueType() { return new SignatureValueType(); } /** * Create an instance of {@link TransformType } */ public TransformType createTransformType() { return new TransformType(); } /** * Create an instance of {@link TransformsType } */ public TransformsType createTransformsType() { return new TransformsType(); } /** * Create an instance of {@link X509DataType } */ public X509DataType createX509DataType() { return new X509DataType(); } /** * Create an instance of {@link SignedInfoType.CanonicalizationMethod } */ public SignedInfoType.CanonicalizationMethod createSignedInfoTypeCanonicalizationMethod() { return new SignedInfoType.CanonicalizationMethod(); } /** * Create an instance of {@link SignedInfoType.SignatureMethod } */ public SignedInfoType.SignatureMethod createSignedInfoTypeSignatureMethod() { return new SignedInfoType.SignatureMethod(); } /** * Create an instance of {@link ReferenceType.DigestMethod } */ public ReferenceType.DigestMethod createReferenceTypeDigestMethod() { return new ReferenceType.DigestMethod(); } /** * Create an instance of {@link TRetEvento.InfEvento } */ public TRetEvento.InfEvento createTRetEventoInfEvento() { return new TRetEvento.InfEvento(); } /** * Create an instance of {@link TEvento.InfEvento.DetEvento } */ public TEvento.InfEvento.DetEvento createTEventoInfEventoDetEvento() { return new TEvento.InfEvento.DetEvento(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SignatureType }{@code >}} */ @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "Signature") public JAXBElement createSignature(SignatureType value) { return new JAXBElement(_Signature_QNAME, SignatureType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link TEvento }{@code >}} */ @XmlElementDecl(namespace = "http://www.portalfiscal.inf.br/mdfe", name = "eventoMDFe") public JAXBElement createTEvento(TEvento value) { return new JAXBElement(_eventoMDFe_QNAME, TEvento.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link br.com.swconsultoria.mdfe.schema_300.evEncMDFe.TEvento }{@code >}} */ @XmlElementDecl(namespace = "http://www.portalfiscal.inf.br/mdfe", name = "TProcEvento") public JAXBElement createTProcEvento(TProcEvento value) { return new JAXBElement(_tProcEventoMDFe_QNAME, TProcEvento.class, null, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy