Package systextil.integracao.xml.nfe
Class TEnvEvento
java.lang.Object
systextil.integracao.xml.nfe.TEnvEvento
Tipo Lote de Envio
Java class for TEnvEvento complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TEnvEvento">
<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="evento" type="{http://www.portalfiscal.inf.br/nfe}TEvento" maxOccurs="20"/>
</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 evento property.Gets the value of the idLote property.Gets the value of the versao property.voidSets the value of the idLote property.voidSets the value of the versao property.
-
Field Details
-
idLote
-
evento
-
versao
-
-
Constructor Details
-
TEnvEvento
public TEnvEvento()
-
-
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
-
getEvento
Gets the value of the evento 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 evento property.For example, to add a new item, do as follows:
getEvento().add(newItem);Objects of the following type(s) are allowed in the list
TEvento -
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
-