Package systextil.integracao.xml.cte
Class TEndReEnt
java.lang.Object
systextil.integracao.xml.cte.TEndReEnt
Tipo Dados do Local de Retirada ou Entrega
Java class for TEndReEnt complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TEndReEnt">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="CNPJ" type="{http://www.portalfiscal.inf.br/cte}TCnpj"/>
<element name="CPF" type="{http://www.portalfiscal.inf.br/cte}TCpf"/>
</choice>
<element name="xNome">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<maxLength value="60"/>
<minLength value="1"/>
</restriction>
</simpleType>
</element>
<element name="xLgr">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<maxLength value="255"/>
<minLength value="1"/>
</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="1"/>
</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="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
Modifier and TypeMethodDescriptiongetCMun()Gets the value of the cMun property.getCNPJ()Gets the value of the cnpj property.getCPF()Gets the value of the cpf 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.getXNome()Gets the value of the xNome property.voidSets the value of the cMun property.voidSets the value of the cnpj property.voidSets the value of the cpf 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 xNome property.
-
Field Details
-
cnpj
-
cpf
-
xNome
-
xLgr
-
nro
-
xCpl
-
xBairro
-
cMun
-
xMun
-
uf
-
-
Constructor Details
-
TEndReEnt
public TEndReEnt()
-
-
Method Details
-
getCNPJ
Gets the value of the cnpj property.- Returns:
- possible object is
String
-
setCNPJ
Sets the value of the cnpj property.- Parameters:
value- allowed object isString
-
getCPF
Gets the value of the cpf property.- Returns:
- possible object is
String
-
setCPF
Sets the value of the cpf property.- Parameters:
value- allowed object isString
-
getXNome
Gets the value of the xNome property.- Returns:
- possible object is
String
-
setXNome
Sets the value of the xNome property.- Parameters:
value- allowed object isString
-
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
-
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
-