Package systextil.integracao.xml.cte
Class TLocal
java.lang.Object
systextil.integracao.xml.cte.TLocal
Tipo Dados do Local de Origem ou Destino
Java class for TLocal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TLocal">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cMun" type="{http://www.portalfiscal.inf.br/cte}TCodMunIBGE"/>
<element name="xMun">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<maxLength value="60"/>
<minLength value="1"/>
</restriction>
</simpleType>
</element>
<element name="UF" type="{http://www.portalfiscal.inf.br/cte}TUf"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cMun
-
xMun
-
uf
-
-
Constructor Details
-
TLocal
public TLocal()
-
-
Method Details
-
getCMun
Gets the value of the cMun property.- Returns:
- possible object is
String
-
setCMun
Sets the value of the cMun property.- Parameters:
value- allowed object isString
-
getXMun
Gets the value of the xMun property.- Returns:
- possible object is
String
-
setXMun
Sets the value of the xMun property.- Parameters:
value- allowed object isString
-
getUF
Gets the value of the uf property.- Returns:
- possible object is
TUf
-
setUF
Sets the value of the uf property.- Parameters:
value- allowed object isTUf
-