Package systextil.integracao.xml.cte
Class TEnviCTe
java.lang.Object
systextil.integracao.xml.cte.TEnviCTe
Tipo Pedido de Concessao de Autorizacao da CT-e
Java class for TEnviCTe complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TEnviCTe">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="idLote" type="{http://www.portalfiscal.inf.br/cte}TIdLote"/>
<element name="CTe" type="{http://www.portalfiscal.inf.br/cte}TCTe" maxOccurs="50"/>
</sequence>
<attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/cte}TVerCTe" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCTe()Gets the value of the cTe 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
-
cTe
-
versao
-
-
Constructor Details
-
TEnviCTe
public TEnviCTe()
-
-
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
-
getCTe
Gets the value of the cTe 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 cTe property.For example, to add a new item, do as follows:
getCTe().add(newItem);Objects of the following type(s) are allowed in the list
TCTe -
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
-