Package systextil.integracao.xml.nfe
Class TRetEnvEvento
java.lang.Object
systextil.integracao.xml.nfe.TRetEnvEvento
Tipo Retorno de Lote de Envio
Java class for TRetEnvEvento complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TRetEnvEvento">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="idLote">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="preserve"/>
<pattern value="[0-9]{1,15}"/>
</restriction>
</simpleType>
</element>
<element name="tpAmb" type="{http://www.portalfiscal.inf.br/nfe}TAmb"/>
<element name="verAplic" type="{http://www.portalfiscal.inf.br/nfe}TVerAplic"/>
<element name="cOrgao" type="{http://www.portalfiscal.inf.br/nfe}TCOrgaoIBGE"/>
<element name="cStat" type="{http://www.portalfiscal.inf.br/nfe}TStat"/>
<element name="xMotivo" type="{http://www.portalfiscal.inf.br/nfe}TMotivo"/>
<element name="retEvento" type="{http://www.portalfiscal.inf.br/nfe}TRetEvento" maxOccurs="20" minOccurs="0"/>
</sequence>
<attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/nfe}TVerEnvEvento" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cOrgao property.getCStat()Gets the value of the cStat property.Gets the value of the idLote property.Gets the value of the retEvento property.getTpAmb()Gets the value of the tpAmb property.Gets the value of the verAplic property.Gets the value of the versao property.Gets the value of the xMotivo property.voidSets the value of the cOrgao property.voidSets the value of the cStat property.voidSets the value of the idLote property.voidSets the value of the tpAmb property.voidsetVerAplic(String value) Sets the value of the verAplic property.voidSets the value of the versao property.voidsetXMotivo(String value) Sets the value of the xMotivo property.
-
Field Details
-
idLote
-
tpAmb
-
verAplic
-
cOrgao
-
cStat
-
xMotivo
-
retEvento
-
versao
-
-
Constructor Details
-
TRetEnvEvento
public TRetEnvEvento()
-
-
Method Details
-
getIdLote
Gets the value of the idLote property.- Returns:
- possible object is
String
-
setIdLote
Sets the value of the idLote property.- Parameters:
value- allowed object isString
-
getTpAmb
Gets the value of the tpAmb property.- Returns:
- possible object is
String
-
setTpAmb
Sets the value of the tpAmb property.- Parameters:
value- allowed object isString
-
getVerAplic
Gets the value of the verAplic property.- Returns:
- possible object is
String
-
setVerAplic
Sets the value of the verAplic property.- Parameters:
value- allowed object isString
-
getCOrgao
Gets the value of the cOrgao property.- Returns:
- possible object is
String
-
setCOrgao
Sets the value of the cOrgao property.- Parameters:
value- allowed object isString
-
getCStat
Gets the value of the cStat property.- Returns:
- possible object is
String
-
setCStat
Sets the value of the cStat property.- Parameters:
value- allowed object isString
-
getXMotivo
Gets the value of the xMotivo property.- Returns:
- possible object is
String
-
setXMotivo
Sets the value of the xMotivo property.- Parameters:
value- allowed object isString
-
getRetEvento
Gets the value of the retEvento property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the retEvento property.For example, to add a new item, do as follows:
getRetEvento().add(newItem);Objects of the following type(s) are allowed in the list
TRetEvento -
getVersao
Gets the value of the versao property.- Returns:
- possible object is
String
-
setVersao
Sets the value of the versao property.- Parameters:
value- allowed object isString
-