Package systextil.integracao.xml.cte
Class TRetEnviCTe
java.lang.Object
systextil.integracao.xml.cte.TRetEnviCTe
Tipo Retorno do Pedido de Concessao de Autorizacao da CT-e
Java class for TRetEnviCTe complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TRetEnviCTe">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tpAmb" type="{http://www.portalfiscal.inf.br/cte}TAmb"/>
<element name="cUF" type="{http://www.portalfiscal.inf.br/cte}TCodUfIBGE"/>
<element name="verAplic" type="{http://www.portalfiscal.inf.br/cte}TVerAplic"/>
<element name="cStat" type="{http://www.portalfiscal.inf.br/cte}TStat"/>
<element name="xMotivo" type="{http://www.portalfiscal.inf.br/cte}TMotivo"/>
<element name="infRec" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="nRec" type="{http://www.portalfiscal.inf.br/cte}TRec"/>
<element name="dhRecbto" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="tMed">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<pattern value="[0-9]{1,4}"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/cte}TVerCTe" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
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.Gets the value of the infRec 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.voidsetInfRec(TRetEnviCTe.InfRec value) Sets the value of the infRec 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
-
cuf
-
verAplic
-
cStat
-
xMotivo
-
infRec
-
versao
-
-
Constructor Details
-
TRetEnviCTe
public TRetEnviCTe()
-
-
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
-
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
-
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
-
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
-
getInfRec
Gets the value of the infRec property.- Returns:
- possible object is
TRetEnviCTe.InfRec
-
setInfRec
Sets the value of the infRec property.- Parameters:
value- allowed object isTRetEnviCTe.InfRec
-
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
-