// // Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802 // Consulte http://java.sun.com/xml/jaxb // Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem. // Gerado em: 2017.08.29 às 06:11:44 PM BRT // package br.inf.portalfiscal.bpe.evento; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlID; import javax.xml.bind.annotation.XmlType; import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** * Tipo retorno do Evento * *
Classe Java de TRetEvento complex type. * *
O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe. * *
* <complexType name="TRetEvento"> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="infEvento"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="tpAmb" type="{http://www.portalfiscal.inf.br/bpe}TAmb"/> * <element name="verAplic" type="{http://www.portalfiscal.inf.br/bpe}TVerAplic"/> * <element name="cOrgao" type="{http://www.portalfiscal.inf.br/bpe}TCOrgaoIBGE"/> * <element name="cStat" type="{http://www.portalfiscal.inf.br/bpe}TStat"/> * <element name="xMotivo" type="{http://www.portalfiscal.inf.br/bpe}TMotivo"/> * <element name="chBPe" type="{http://www.portalfiscal.inf.br/bpe}TChDFe" minOccurs="0"/> * <element name="tpEvento" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <whiteSpace value="preserve"/> * <pattern value="[0-9]{6}"/> * </restriction> * </simpleType> * </element> * <element name="xEvento" minOccurs="0"> * <simpleType> * <restriction base="{http://www.portalfiscal.inf.br/bpe}TString"> * <minLength value="4"/> * <maxLength value="60"/> * </restriction> * </simpleType> * </element> * <element name="nSeqEvento" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <whiteSpace value="preserve"/> * <pattern value="[1-9][0-9]|0?[1-9]"/> * </restriction> * </simpleType> * </element> * <element name="dhRegEvento" type="{http://www.portalfiscal.inf.br/bpe}TDateTimeUTC" minOccurs="0"/> * <element name="nProt" type="{http://www.portalfiscal.inf.br/bpe}TProt" minOccurs="0"/> * </sequence> * <attribute name="Id"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}ID"> * <pattern value="ID[0-9]{15}"/> * </restriction> * </simpleType> * </attribute> * </restriction> * </complexContent> * </complexType> * </element> * <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/> * </sequence> * <attribute name="versao" use="required"> * <simpleType> * <restriction base="{http://www.portalfiscal.inf.br/bpe}TVerEvento"> * </restriction> * </simpleType> * </attribute> * </restriction> * </complexContent> * </complexType> ** * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "TRetEvento", propOrder = { "infEvento", // "signature" }) public class TRetEvento { @XmlElement(name = "infEvento", required = true) protected TRetEvento.InfEvento infEvento; // @XmlElement(name = "Signature", namespace = "http://www.w3.org/2000/09/xmldsig#") // protected SignatureType signature; @XmlAttribute(name = "versao", required = true) protected String versao; /** * Obtém o valor da propriedade infEvento. * * @return * possible object is * {@link TRetEvento.InfEvento } * */ public TRetEvento.InfEvento getInfEvento() { return infEvento; } /** * Define o valor da propriedade infEvento. * * @param value * allowed object is * {@link TRetEvento.InfEvento } * */ public void setInfEvento(TRetEvento.InfEvento value) { this.infEvento = value; } /** * Obtém o valor da propriedade signature. * * @return * possible object is * {@link SignatureType } * */ // public SignatureType getSignature() { // return signature; // } /** * Define o valor da propriedade signature. * * @param value * allowed object is * {@link SignatureType } * */ // public void setSignature(SignatureType value) { // this.signature = value; // } /** * Obtém o valor da propriedade versao. * * @return * possible object is * {@link String } * */ public String getVersao() { return versao; } /** * Define o valor da propriedade versao. * * @param value * allowed object is * {@link String } * */ public void setVersao(String value) { this.versao = value; } /** *
Classe Java de anonymous complex type. * *
O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe. * *
* <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="tpAmb" type="{http://www.portalfiscal.inf.br/bpe}TAmb"/> * <element name="verAplic" type="{http://www.portalfiscal.inf.br/bpe}TVerAplic"/> * <element name="cOrgao" type="{http://www.portalfiscal.inf.br/bpe}TCOrgaoIBGE"/> * <element name="cStat" type="{http://www.portalfiscal.inf.br/bpe}TStat"/> * <element name="xMotivo" type="{http://www.portalfiscal.inf.br/bpe}TMotivo"/> * <element name="chBPe" type="{http://www.portalfiscal.inf.br/bpe}TChDFe" minOccurs="0"/> * <element name="tpEvento" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <whiteSpace value="preserve"/> * <pattern value="[0-9]{6}"/> * </restriction> * </simpleType> * </element> * <element name="xEvento" minOccurs="0"> * <simpleType> * <restriction base="{http://www.portalfiscal.inf.br/bpe}TString"> * <minLength value="4"/> * <maxLength value="60"/> * </restriction> * </simpleType> * </element> * <element name="nSeqEvento" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <whiteSpace value="preserve"/> * <pattern value="[1-9][0-9]|0?[1-9]"/> * </restriction> * </simpleType> * </element> * <element name="dhRegEvento" type="{http://www.portalfiscal.inf.br/bpe}TDateTimeUTC" minOccurs="0"/> * <element name="nProt" type="{http://www.portalfiscal.inf.br/bpe}TProt" minOccurs="0"/> * </sequence> * <attribute name="Id"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}ID"> * <pattern value="ID[0-9]{15}"/> * </restriction> * </simpleType> * </attribute> * </restriction> * </complexContent> * </complexType> ** * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "InfEvento", propOrder = { "tpAmb", "verAplic", "cOrgao", "cStat", "xMotivo", "chBPe", "tpEvento", "xEvento", "nSeqEvento", "dhRegEvento", "nProt" }) public static class InfEvento { @XmlElement(name = "tpAmb", required = true) protected String tpAmb; @XmlElement(required = true) protected String verAplic; @XmlElement(required = true) protected String cOrgao; @XmlElement(name = "cStat", required = true) protected String cStat; @XmlElement(name = "xMotivo", required = true) protected String xMotivo; protected String chBPe; protected String tpEvento; protected String xEvento; protected String nSeqEvento; protected String dhRegEvento; protected String nProt; @XmlAttribute(name = "Id") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlID protected String id; /** * Obtém o valor da propriedade tpAmb. * * @return * possible object is * {@link String } * */ public String getTpAmb() { return tpAmb; } /** * Define o valor da propriedade tpAmb. * * @param value * allowed object is * {@link String } * */ public void setTpAmb(String value) { this.tpAmb = value; } /** * Obtém o valor da propriedade verAplic. * * @return * possible object is * {@link String } * */ public String getVerAplic() { return verAplic; } /** * Define o valor da propriedade verAplic. * * @param value * allowed object is * {@link String } * */ public void setVerAplic(String value) { this.verAplic = value; } /** * Obtém o valor da propriedade cOrgao. * * @return * possible object is * {@link String } * */ public String getCOrgao() { return cOrgao; } /** * Define o valor da propriedade cOrgao. * * @param value * allowed object is * {@link String } * */ public void setCOrgao(String value) { this.cOrgao = value; } /** * Obtém o valor da propriedade cStat. * * @return * possible object is * {@link String } * */ public String getCStat() { return cStat; } /** * Define o valor da propriedade cStat. * * @param value * allowed object is * {@link String } * */ public void setCStat(String value) { this.cStat = value; } /** * Obtém o valor da propriedade xMotivo. * * @return * possible object is * {@link String } * */ public String getXMotivo() { return xMotivo; } /** * Define o valor da propriedade xMotivo. * * @param value * allowed object is * {@link String } * */ public void setXMotivo(String value) { this.xMotivo = value; } /** * Obtém o valor da propriedade chBPe. * * @return * possible object is * {@link String } * */ public String getChBPe() { return chBPe; } /** * Define o valor da propriedade chBPe. * * @param value * allowed object is * {@link String } * */ public void setChBPe(String value) { this.chBPe = value; } /** * Obtém o valor da propriedade tpEvento. * * @return * possible object is * {@link String } * */ public String getTpEvento() { return tpEvento; } /** * Define o valor da propriedade tpEvento. * * @param value * allowed object is * {@link String } * */ public void setTpEvento(String value) { this.tpEvento = value; } /** * Obtém o valor da propriedade xEvento. * * @return * possible object is * {@link String } * */ public String getXEvento() { return xEvento; } /** * Define o valor da propriedade xEvento. * * @param value * allowed object is * {@link String } * */ public void setXEvento(String value) { this.xEvento = value; } /** * Obtém o valor da propriedade nSeqEvento. * * @return * possible object is * {@link String } * */ public String getNSeqEvento() { return nSeqEvento; } /** * Define o valor da propriedade nSeqEvento. * * @param value * allowed object is * {@link String } * */ public void setNSeqEvento(String value) { this.nSeqEvento = value; } /** * Obtém o valor da propriedade dhRegEvento. * * @return * possible object is * {@link String } * */ public String getDhRegEvento() { return dhRegEvento; } /** * Define o valor da propriedade dhRegEvento. * * @param value * allowed object is * {@link String } * */ public void setDhRegEvento(String value) { this.dhRegEvento = value; } /** * Obtém o valor da propriedade nProt. * * @return * possible object is * {@link String } * */ public String getNProt() { return nProt; } /** * Define o valor da propriedade nProt. * * @param value * allowed object is * {@link String } * */ public void setNProt(String value) { this.nProt = value; } /** * Obtém o valor da propriedade id. * * @return * possible object is * {@link String } * */ public String getId() { return id; } /** * Define o valor da propriedade id. * * @param value * allowed object is * {@link String } * */ public void setId(String value) { this.id = value; } } }