Package systextil.integracao.xml.cte
Class TEndereco
java.lang.Object
systextil.integracao.xml.cte.TEndereco
Tipo Dados do Endereco
Java class for TEndereco complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TEndereco">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="xLgr">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<maxLength value="255"/>
<minLength value="2"/>
</restriction>
</simpleType>
</element>
<element name="nro">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<maxLength value="60"/>
<minLength value="1"/>
</restriction>
</simpleType>
</element>
<element name="xCpl" minOccurs="0">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<maxLength value="60"/>
<minLength value="1"/>
</restriction>
</simpleType>
</element>
<element name="xBairro">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<maxLength value="60"/>
<minLength value="2"/>
</restriction>
</simpleType>
</element>
<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="2"/>
</restriction>
</simpleType>
</element>
<element name="CEP" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="preserve"/>
<pattern value="[0-9]{8}"/>
</restriction>
</simpleType>
</element>
<element name="UF" type="{http://www.portalfiscal.inf.br/cte}TUf"/>
<element name="cPais" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="preserve"/>
<pattern value="[0-9]{1,4}"/>
</restriction>
</simpleType>
</element>
<element name="xPais" minOccurs="0">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<maxLength value="60"/>
<minLength value="2"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCEP()Gets the value of the cep property.getCMun()Gets the value of the cMun property.getCPais()Gets the value of the cPais property.getNro()Gets the value of the nro property.getUF()Gets the value of the uf property.Gets the value of the xBairro property.getXCpl()Gets the value of the xCpl property.getXLgr()Gets the value of the xLgr property.getXMun()Gets the value of the xMun property.getXPais()Gets the value of the xPais property.voidSets the value of the cep property.voidSets the value of the cMun property.voidSets the value of the cPais property.voidSets the value of the nro property.voidSets the value of the uf property.voidsetXBairro(String value) Sets the value of the xBairro property.voidSets the value of the xCpl property.voidSets the value of the xLgr property.voidSets the value of the xMun property.voidSets the value of the xPais property.
-
Field Details
-
xLgr
-
nro
-
xCpl
-
xBairro
-
cMun
-
xMun
-
cep
-
uf
-
cPais
-
xPais
-
-
Constructor Details
-
TEndereco
public TEndereco()
-
-
Method Details
-
getXLgr
Gets the value of the xLgr property.- Returns:
- possible object is
String
-
setXLgr
Sets the value of the xLgr property.- Parameters:
value- allowed object isString
-
getNro
Gets the value of the nro property.- Returns:
- possible object is
String
-
setNro
Sets the value of the nro property.- Parameters:
value- allowed object isString
-
getXCpl
Gets the value of the xCpl property.- Returns:
- possible object is
String
-
setXCpl
Sets the value of the xCpl property.- Parameters:
value- allowed object isString
-
getXBairro
Gets the value of the xBairro property.- Returns:
- possible object is
String
-
setXBairro
Sets the value of the xBairro property.- Parameters:
value- allowed object isString
-
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
-
getCEP
Gets the value of the cep property.- Returns:
- possible object is
String
-
setCEP
Sets the value of the cep 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
-
getCPais
Gets the value of the cPais property.- Returns:
- possible object is
String
-
setCPais
Sets the value of the cPais property.- Parameters:
value- allowed object isString
-
getXPais
Gets the value of the xPais property.- Returns:
- possible object is
String
-
setXPais
Sets the value of the xPais property.- Parameters:
value- allowed object isString
-