AdmMono/ModelWeb/src/br/inf/portalfiscal/bpe/evento/TRetEvento.java

569 lines
16 KiB
Java

//
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// 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
*
* <p>Classe Java de TRetEvento complex type.
*
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
*
* <pre>
* &lt;complexType name="TRetEvento">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="infEvento">
* &lt;complexType>
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="tpAmb" type="{http://www.portalfiscal.inf.br/bpe}TAmb"/>
* &lt;element name="verAplic" type="{http://www.portalfiscal.inf.br/bpe}TVerAplic"/>
* &lt;element name="cOrgao" type="{http://www.portalfiscal.inf.br/bpe}TCOrgaoIBGE"/>
* &lt;element name="cStat" type="{http://www.portalfiscal.inf.br/bpe}TStat"/>
* &lt;element name="xMotivo" type="{http://www.portalfiscal.inf.br/bpe}TMotivo"/>
* &lt;element name="chBPe" type="{http://www.portalfiscal.inf.br/bpe}TChDFe" minOccurs="0"/>
* &lt;element name="tpEvento" minOccurs="0">
* &lt;simpleType>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
* &lt;whiteSpace value="preserve"/>
* &lt;pattern value="[0-9]{6}"/>
* &lt;/restriction>
* &lt;/simpleType>
* &lt;/element>
* &lt;element name="xEvento" minOccurs="0">
* &lt;simpleType>
* &lt;restriction base="{http://www.portalfiscal.inf.br/bpe}TString">
* &lt;minLength value="4"/>
* &lt;maxLength value="60"/>
* &lt;/restriction>
* &lt;/simpleType>
* &lt;/element>
* &lt;element name="nSeqEvento" minOccurs="0">
* &lt;simpleType>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
* &lt;whiteSpace value="preserve"/>
* &lt;pattern value="[1-9][0-9]|0?[1-9]"/>
* &lt;/restriction>
* &lt;/simpleType>
* &lt;/element>
* &lt;element name="dhRegEvento" type="{http://www.portalfiscal.inf.br/bpe}TDateTimeUTC" minOccurs="0"/>
* &lt;element name="nProt" type="{http://www.portalfiscal.inf.br/bpe}TProt" minOccurs="0"/>
* &lt;/sequence>
* &lt;attribute name="Id">
* &lt;simpleType>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}ID">
* &lt;pattern value="ID[0-9]{15}"/>
* &lt;/restriction>
* &lt;/simpleType>
* &lt;/attribute>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* &lt;/element>
* &lt;element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/>
* &lt;/sequence>
* &lt;attribute name="versao" use="required">
* &lt;simpleType>
* &lt;restriction base="{http://www.portalfiscal.inf.br/bpe}TVerEvento">
* &lt;/restriction>
* &lt;/simpleType>
* &lt;/attribute>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@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;
}
/**
* <p>Classe Java de anonymous complex type.
*
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
*
* <pre>
* &lt;complexType>
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="tpAmb" type="{http://www.portalfiscal.inf.br/bpe}TAmb"/>
* &lt;element name="verAplic" type="{http://www.portalfiscal.inf.br/bpe}TVerAplic"/>
* &lt;element name="cOrgao" type="{http://www.portalfiscal.inf.br/bpe}TCOrgaoIBGE"/>
* &lt;element name="cStat" type="{http://www.portalfiscal.inf.br/bpe}TStat"/>
* &lt;element name="xMotivo" type="{http://www.portalfiscal.inf.br/bpe}TMotivo"/>
* &lt;element name="chBPe" type="{http://www.portalfiscal.inf.br/bpe}TChDFe" minOccurs="0"/>
* &lt;element name="tpEvento" minOccurs="0">
* &lt;simpleType>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
* &lt;whiteSpace value="preserve"/>
* &lt;pattern value="[0-9]{6}"/>
* &lt;/restriction>
* &lt;/simpleType>
* &lt;/element>
* &lt;element name="xEvento" minOccurs="0">
* &lt;simpleType>
* &lt;restriction base="{http://www.portalfiscal.inf.br/bpe}TString">
* &lt;minLength value="4"/>
* &lt;maxLength value="60"/>
* &lt;/restriction>
* &lt;/simpleType>
* &lt;/element>
* &lt;element name="nSeqEvento" minOccurs="0">
* &lt;simpleType>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
* &lt;whiteSpace value="preserve"/>
* &lt;pattern value="[1-9][0-9]|0?[1-9]"/>
* &lt;/restriction>
* &lt;/simpleType>
* &lt;/element>
* &lt;element name="dhRegEvento" type="{http://www.portalfiscal.inf.br/bpe}TDateTimeUTC" minOccurs="0"/>
* &lt;element name="nProt" type="{http://www.portalfiscal.inf.br/bpe}TProt" minOccurs="0"/>
* &lt;/sequence>
* &lt;attribute name="Id">
* &lt;simpleType>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}ID">
* &lt;pattern value="ID[0-9]{15}"/>
* &lt;/restriction>
* &lt;/simpleType>
* &lt;/attribute>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@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;
}
}
}