Package systextil.integracao.xml.cte
Class TEndeEmi
java.lang.Object
systextil.integracao.xml.cte.TEndeEmi
Tipo Dados do Endereco
Java class for TEndeEmi complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TEndeEmi">
<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="60"/>
<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_sem_EX"/>
<element name="fone" type="{http://www.portalfiscal.inf.br/cte}TFone" minOccurs="0"/>
</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.getFone()Gets the value of the fone 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.voidSets the value of the cep property.voidSets the value of the cMun property.voidSets the value of the fone 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.
-
Field Details
-
xLgr
-
nro
-
xCpl
-
xBairro
-
cMun
-
xMun
-
cep
-
uf
-
fone
-
-
Constructor Details
-
TEndeEmi
public TEndeEmi()
-
-
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
TUFSemEX
-
setUF
Sets the value of the uf property.- Parameters:
value- allowed object isTUFSemEX
-
getFone
Gets the value of the fone property.- Returns:
- possible object is
String
-
setFone
Sets the value of the fone property.- Parameters:
value- allowed object isString
-