Package systextil.integracao.xml.cte
Class TRetConsReciCTe
java.lang.Object
systextil.integracao.xml.cte.TRetConsReciCTe
Tipo Retorno do Pedido de Consulta do Recibo do Lote de CT-e
Java class for TRetConsReciCTe complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TRetConsReciCTe">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tpAmb" type="{http://www.portalfiscal.inf.br/cte}TAmb"/>
<element name="verAplic" type="{http://www.portalfiscal.inf.br/cte}TVerAplic"/>
<element name="nRec" type="{http://www.portalfiscal.inf.br/cte}TRec"/>
<element name="cStat" type="{http://www.portalfiscal.inf.br/cte}TStat"/>
<element name="xMotivo" type="{http://www.portalfiscal.inf.br/cte}TMotivo"/>
<element name="cUF" type="{http://www.portalfiscal.inf.br/cte}TCodUfIBGE"/>
<element name="protCTe" type="{http://www.portalfiscal.inf.br/cte}TProtCTe" maxOccurs="50" minOccurs="0"/>
</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 TypeMethodDescriptiongetCStat()Gets the value of the cStat property.getCUF()Gets the value of the cuf property.getNRec()Gets the value of the nRec property.Gets the value of the protCTe 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 cStat property.voidSets the value of the cuf property.voidSets the value of the nRec 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
-
tpAmb
-
verAplic
-
nRec
-
cStat
-
xMotivo
-
cuf
-
protCTe
-
versao
-
-
Constructor Details
-
TRetConsReciCTe
public TRetConsReciCTe()
-
-
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
-
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
-
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
-
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
-
getCUF
Gets the value of the cuf property.- Returns:
- possible object is
String
-
setCUF
Sets the value of the cuf property.- Parameters:
value- allowed object isString
-
getProtCTe
Gets the value of the protCTe 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 protCTe property.For example, to add a new item, do as follows:
getProtCTe().add(newItem);Objects of the following type(s) are allowed in the list
TProtCTe -
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
-