br.com.swconsultoria.mdfe.util.XsdUtil Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-mdfe Show documentation
Show all versions of java-mdfe Show documentation
API Java para consumo do WebService de MDFe
The newest version!
package br.com.swconsultoria.mdfe.util;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
/**
* @author Samuel Oliveira - [email protected]
* Data: 13/01/2019 - 23:19
*/
@XmlRegistry
public class XsdUtil {
private final static QName _RetEvento_QNAME = new QName("http://www.portalfiscal.inf.br/mdfe", "retEvento");
public interface retEvento {
@XmlElementDecl(namespace = "http://www.portalfiscal.inf.br/mdfe", name = "TRetEvento", scope = br.com.swconsultoria.mdfe.schema_300.evCancMDFe.TRetEvento.class)
static JAXBElement createTRetEvent(br.com.swconsultoria.mdfe.schema_300.evCancMDFe.TRetEvento value) {
return new JAXBElement(_RetEvento_QNAME, br.com.swconsultoria.mdfe.schema_300.evCancMDFe.TRetEvento.class, br.com.swconsultoria.mdfe.schema_300.evCancMDFe.TRetEvento.class, value);
}
@XmlElementDecl(namespace = "http://www.portalfiscal.inf.br/mdfe", name = "TRetEvento", scope = br.com.swconsultoria.mdfe.schema_300.evEncMDFe.TRetEvento.class)
static JAXBElement createTRetEvent(br.com.swconsultoria.mdfe.schema_300.evEncMDFe.TRetEvento value) {
return new JAXBElement(_RetEvento_QNAME, br.com.swconsultoria.mdfe.schema_300.evEncMDFe.TRetEvento.class, br.com.swconsultoria.mdfe.schema_300.evEncMDFe.TRetEvento.class, value);
}
@XmlElementDecl(namespace = "http://www.portalfiscal.inf.br/mdfe", name = "TRetEvento", scope = br.com.swconsultoria.mdfe.schema_300.evIncCondutorMDF.TRetEvento.class)
static JAXBElement createTRetEvent(br.com.swconsultoria.mdfe.schema_300.evIncCondutorMDF.TRetEvento value) {
return new JAXBElement(_RetEvento_QNAME, br.com.swconsultoria.mdfe.schema_300.evIncCondutorMDF.TRetEvento.class, br.com.swconsultoria.mdfe.schema_300.evIncCondutorMDF.TRetEvento.class, value);
}
}
}