Package systextil.integracao.xml.cte
Class CteProc
java.lang.Object
systextil.integracao.xml.cte.CteProc
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CTe" type="{http://www.portalfiscal.inf.br/cte}TCTe"/>
<element name="protCTe" type="{http://www.portalfiscal.inf.br/cte}TProtCTe"/>
</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 protCTe property.Gets the value of the versao property.voidSets the value of the cTe property.voidsetProtCTe(TProtCTe value) Sets the value of the protCTe property.voidSets the value of the versao property.
-
Field Details
-
cTe
-
protCTe
-
versao
-
-
Constructor Details
-
CteProc
public CteProc()
-
-
Method Details
-
getCTe
Gets the value of the cTe property.- Returns:
- possible object is
TCTe
-
setCTe
Sets the value of the cTe property.- Parameters:
value- allowed object isTCTe
-
getProtCTe
Gets the value of the protCTe property.- Returns:
- possible object is
TProtCTe
-
setProtCTe
Sets the value of the protCTe property.- Parameters:
value- allowed object isTProtCTe
-
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
-