Package systextil.integracao.xml.cte
Class TConsReciCTe
java.lang.Object
systextil.integracao.xml.cte.TConsReciCTe
Tipo Pedido de Consulta do Recibo do Lote de CT-e
Java class for TConsReciCTe complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TConsReciCTe">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tpAmb" type="{http://www.portalfiscal.inf.br/cte}TAmb"/>
<element name="nRec" type="{http://www.portalfiscal.inf.br/cte}TRec"/>
</sequence>
<attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/cte}TVerConsReciCTe" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNRec()Gets the value of the nRec property.getTpAmb()Gets the value of the tpAmb property.Gets the value of the versao property.voidSets the value of the nRec property.voidSets the value of the tpAmb property.voidSets the value of the versao property.
-
Field Details
-
tpAmb
-
nRec
-
versao
-
-
Constructor Details
-
TConsReciCTe
public TConsReciCTe()
-
-
Method Details
-
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
-
getNRec
Gets the value of the nRec property.- Returns:
- possible object is
String
-
setNRec
Sets the value of the nRec property.- Parameters:
value- allowed object isString
-
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
-