Blame |
Last modification |
View Log
| Download
| RSS feed
package br.com.swconsultoria.nfe.schema.retConsCad;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import javax.xml.datatype.XMLGregorianCalendar;
/**
* Tipo Retorno Pedido de Consulta de cadastro de contribuintes
*
* <p>Classe Java de TRetConsCad complex type.
*
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
*
* <pre>
* <complexType name="TRetConsCad">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="infCons">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="verAplic" type="{http://www.portalfiscal.inf.br/nfe}TVerAplic"/>
* <element name="cStat" type="{http://www.portalfiscal.inf.br/nfe}TStat"/>
* <element name="xMotivo" type="{http://www.portalfiscal.inf.br/nfe}TMotivo"/>
* <element name="UF" type="{http://www.portalfiscal.inf.br/nfe}TUfCons"/>
* <choice>
* <element name="IE" type="{http://www.portalfiscal.inf.br/nfe}TIe"/>
* <element name="CNPJ" type="{http://www.portalfiscal.inf.br/nfe}TCnpjVar"/>
* <element name="CPF" type="{http://www.portalfiscal.inf.br/nfe}TCpfVar"/>
* </choice>
* <element name="dhCons" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
* <element name="cUF" type="{http://www.portalfiscal.inf.br/nfe}TCodUfIBGE"/>
* <element name="infCad" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="IE" type="{http://www.portalfiscal.inf.br/nfe}TIe"/>
* <choice>
* <element name="CNPJ" type="{http://www.portalfiscal.inf.br/nfe}TCnpjVar"/>
* <element name="CPF" type="{http://www.portalfiscal.inf.br/nfe}TCpfVar"/>
* </choice>
* <element name="UF" type="{http://www.portalfiscal.inf.br/nfe}TUf"/>
* <element name="cSit">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}token">
* <enumeration value="0"/>
* <enumeration value="1"/>
* </restriction>
* </simpleType>
* </element>
* <element name="indCredNFe">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <whiteSpace value="preserve"/>
* <enumeration value="0"/>
* <enumeration value="1"/>
* <enumeration value="2"/>
* <enumeration value="3"/>
* <enumeration value="4"/>
* </restriction>
* </simpleType>
* </element>
* <element name="indCredCTe">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <whiteSpace value="preserve"/>
* <enumeration value="0"/>
* <enumeration value="1"/>
* <enumeration value="2"/>
* <enumeration value="3"/>
* <enumeration value="4"/>
* </restriction>
* </simpleType>
* </element>
* <element name="xNome">
* <simpleType>
* <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
* <minLength value="1"/>
* <maxLength value="60"/>
* </restriction>
* </simpleType>
* </element>
* <element name="xFant" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
* <minLength value="1"/>
* <maxLength value="60"/>
* </restriction>
* </simpleType>
* </element>
* <element name="xRegApur" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}token">
* <minLength value="1"/>
* <maxLength value="60"/>
* </restriction>
* </simpleType>
* </element>
* <element name="CNAE" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}token">
* <pattern value="[0-9]{6,7}"/>
* </restriction>
* </simpleType>
* </element>
* <element name="dIniAtiv" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
* <element name="dUltSit" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
* <element name="dBaixa" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
* <element name="IEUnica" type="{http://www.portalfiscal.inf.br/nfe}TIe" minOccurs="0"/>
* <element name="IEAtual" type="{http://www.portalfiscal.inf.br/nfe}TIe" minOccurs="0"/>
* <element name="ender" type="{http://www.portalfiscal.inf.br/nfe}TEndereco" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/nfe}TVerConsCad" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType
(XmlAccessType.
FIELD)
@XmlType
(name =
"TRetConsCad", namespace =
"http://www.portalfiscal.inf.br/nfe", propOrder =
{
"infCons"
})
public class TRetConsCad
{
@XmlElement
(namespace =
"http://www.portalfiscal.inf.br/nfe", required =
true)
protected TRetConsCad.
InfCons infCons
;
@XmlAttribute
(name =
"versao", required =
true)
@XmlJavaTypeAdapter
(CollapsedStringAdapter.
class)
protected String versao
;
/**
* Obtém o valor da propriedade infCons.
*
* @return
* possible object is
* {@link TRetConsCad.InfCons }
*
*/
public TRetConsCad.
InfCons getInfCons
() {
return infCons
;
}
/**
* Define o valor da propriedade infCons.
*
* @param value
* allowed object is
* {@link TRetConsCad.InfCons }
*
*/
public void setInfCons
(TRetConsCad.
InfCons value
) {
this.
infCons = value
;
}
/**
* Obtém o valor da propriedade versao.
*
* @return
* possible object is
* {@link String }
*
*/
public String getVersao
() {
return versao
;
}
/**
* Define o valor da propriedade versao.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVersao
(String value
) {
this.
versao = value
;
}
/**
* <p>Classe Java de anonymous complex type.
*
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="verAplic" type="{http://www.portalfiscal.inf.br/nfe}TVerAplic"/>
* <element name="cStat" type="{http://www.portalfiscal.inf.br/nfe}TStat"/>
* <element name="xMotivo" type="{http://www.portalfiscal.inf.br/nfe}TMotivo"/>
* <element name="UF" type="{http://www.portalfiscal.inf.br/nfe}TUfCons"/>
* <choice>
* <element name="IE" type="{http://www.portalfiscal.inf.br/nfe}TIe"/>
* <element name="CNPJ" type="{http://www.portalfiscal.inf.br/nfe}TCnpjVar"/>
* <element name="CPF" type="{http://www.portalfiscal.inf.br/nfe}TCpfVar"/>
* </choice>
* <element name="dhCons" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
* <element name="cUF" type="{http://www.portalfiscal.inf.br/nfe}TCodUfIBGE"/>
* <element name="infCad" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="IE" type="{http://www.portalfiscal.inf.br/nfe}TIe"/>
* <choice>
* <element name="CNPJ" type="{http://www.portalfiscal.inf.br/nfe}TCnpjVar"/>
* <element name="CPF" type="{http://www.portalfiscal.inf.br/nfe}TCpfVar"/>
* </choice>
* <element name="UF" type="{http://www.portalfiscal.inf.br/nfe}TUf"/>
* <element name="cSit">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}token">
* <enumeration value="0"/>
* <enumeration value="1"/>
* </restriction>
* </simpleType>
* </element>
* <element name="indCredNFe">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <whiteSpace value="preserve"/>
* <enumeration value="0"/>
* <enumeration value="1"/>
* <enumeration value="2"/>
* <enumeration value="3"/>
* <enumeration value="4"/>
* </restriction>
* </simpleType>
* </element>
* <element name="indCredCTe">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <whiteSpace value="preserve"/>
* <enumeration value="0"/>
* <enumeration value="1"/>
* <enumeration value="2"/>
* <enumeration value="3"/>
* <enumeration value="4"/>
* </restriction>
* </simpleType>
* </element>
* <element name="xNome">
* <simpleType>
* <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
* <minLength value="1"/>
* <maxLength value="60"/>
* </restriction>
* </simpleType>
* </element>
* <element name="xFant" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
* <minLength value="1"/>
* <maxLength value="60"/>
* </restriction>
* </simpleType>
* </element>
* <element name="xRegApur" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}token">
* <minLength value="1"/>
* <maxLength value="60"/>
* </restriction>
* </simpleType>
* </element>
* <element name="CNAE" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}token">
* <pattern value="[0-9]{6,7}"/>
* </restriction>
* </simpleType>
* </element>
* <element name="dIniAtiv" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
* <element name="dUltSit" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
* <element name="dBaixa" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
* <element name="IEUnica" type="{http://www.portalfiscal.inf.br/nfe}TIe" minOccurs="0"/>
* <element name="IEAtual" type="{http://www.portalfiscal.inf.br/nfe}TIe" minOccurs="0"/>
* <element name="ender" type="{http://www.portalfiscal.inf.br/nfe}TEndereco" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType
(XmlAccessType.
FIELD)
@XmlType
(name =
"", propOrder =
{
"verAplic",
"cStat",
"xMotivo",
"uf",
"ie",
"cnpj",
"cpf",
"dhCons",
"cuf",
"infCad"
})
public static class InfCons
{
@XmlElement
(namespace =
"http://www.portalfiscal.inf.br/nfe", required =
true)
protected String verAplic
;
@XmlElement
(namespace =
"http://www.portalfiscal.inf.br/nfe", required =
true)
protected String cStat
;
@XmlElement
(namespace =
"http://www.portalfiscal.inf.br/nfe", required =
true)
protected String xMotivo
;
@XmlElement
(name =
"UF", namespace =
"http://www.portalfiscal.inf.br/nfe", required =
true)
@XmlSchemaType
(name =
"token")
protected TUfCons uf
;
@XmlElement
(name =
"IE", namespace =
"http://www.portalfiscal.inf.br/nfe")
protected String ie
;
@XmlElement
(name =
"CNPJ", namespace =
"http://www.portalfiscal.inf.br/nfe")
protected String cnpj
;
@XmlElement
(name =
"CPF", namespace =
"http://www.portalfiscal.inf.br/nfe")
protected String cpf
;
@XmlElement
(namespace =
"http://www.portalfiscal.inf.br/nfe", required =
true)
@XmlSchemaType
(name =
"dateTime")
protected XMLGregorianCalendar dhCons
;
@XmlElement
(name =
"cUF", namespace =
"http://www.portalfiscal.inf.br/nfe", required =
true)
protected String cuf
;
@XmlElement
(namespace =
"http://www.portalfiscal.inf.br/nfe")
protected List<TRetConsCad.
InfCons.
InfCad> infCad
;
/**
* Obtém o valor da propriedade verAplic.
*
* @return
* possible object is
* {@link String }
*
*/
public String getVerAplic
() {
return verAplic
;
}
/**
* Define o valor da propriedade verAplic.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVerAplic
(String value
) {
this.
verAplic = value
;
}
/**
* Obtém o valor da propriedade cStat.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCStat
() {
return cStat
;
}
/**
* Define o valor da propriedade cStat.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCStat
(String value
) {
this.
cStat = value
;
}
/**
* Obtém o valor da propriedade xMotivo.
*
* @return
* possible object is
* {@link String }
*
*/
public String getXMotivo
() {
return xMotivo
;
}
/**
* Define o valor da propriedade xMotivo.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setXMotivo
(String value
) {
this.
xMotivo = value
;
}
/**
* Obtém o valor da propriedade uf.
*
* @return
* possible object is
* {@link TUfCons }
*
*/
public TUfCons getUF
() {
return uf
;
}
/**
* Define o valor da propriedade uf.
*
* @param value
* allowed object is
* {@link TUfCons }
*
*/
public void setUF
(TUfCons value
) {
this.
uf = value
;
}
/**
* Obtém o valor da propriedade ie.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIE
() {
return ie
;
}
/**
* Define o valor da propriedade ie.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setIE
(String value
) {
this.
ie = value
;
}
/**
* Obtém o valor da propriedade cnpj.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCNPJ
() {
return cnpj
;
}
/**
* Define o valor da propriedade cnpj.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCNPJ
(String value
) {
this.
cnpj = value
;
}
/**
* Obtém o valor da propriedade cpf.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCPF
() {
return cpf
;
}
/**
* Define o valor da propriedade cpf.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCPF
(String value
) {
this.
cpf = value
;
}
/**
* Obtém o valor da propriedade dhCons.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getDhCons
() {
return dhCons
;
}
/**
* Define o valor da propriedade dhCons.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setDhCons
(XMLGregorianCalendar value
) {
this.
dhCons = value
;
}
/**
* Obtém o valor da propriedade cuf.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCUF
() {
return cuf
;
}
/**
* Define o valor da propriedade cuf.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCUF
(String value
) {
this.
cuf = value
;
}
/**
* Gets the value of the infCad property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the infCad property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getInfCad().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link TRetConsCad.InfCons.InfCad }
*
*
*/
public List<TRetConsCad.
InfCons.
InfCad> getInfCad
() {
if (infCad ==
null) {
infCad =
new ArrayList<TRetConsCad.
InfCons.
InfCad>();
}
return this.
infCad;
}
/**
* <p>Classe Java de anonymous complex type.
*
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="IE" type="{http://www.portalfiscal.inf.br/nfe}TIe"/>
* <choice>
* <element name="CNPJ" type="{http://www.portalfiscal.inf.br/nfe}TCnpjVar"/>
* <element name="CPF" type="{http://www.portalfiscal.inf.br/nfe}TCpfVar"/>
* </choice>
* <element name="UF" type="{http://www.portalfiscal.inf.br/nfe}TUf"/>
* <element name="cSit">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}token">
* <enumeration value="0"/>
* <enumeration value="1"/>
* </restriction>
* </simpleType>
* </element>
* <element name="indCredNFe">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <whiteSpace value="preserve"/>
* <enumeration value="0"/>
* <enumeration value="1"/>
* <enumeration value="2"/>
* <enumeration value="3"/>
* <enumeration value="4"/>
* </restriction>
* </simpleType>
* </element>
* <element name="indCredCTe">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <whiteSpace value="preserve"/>
* <enumeration value="0"/>
* <enumeration value="1"/>
* <enumeration value="2"/>
* <enumeration value="3"/>
* <enumeration value="4"/>
* </restriction>
* </simpleType>
* </element>
* <element name="xNome">
* <simpleType>
* <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
* <minLength value="1"/>
* <maxLength value="60"/>
* </restriction>
* </simpleType>
* </element>
* <element name="xFant" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.portalfiscal.inf.br/nfe}TString">
* <minLength value="1"/>
* <maxLength value="60"/>
* </restriction>
* </simpleType>
* </element>
* <element name="xRegApur" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}token">
* <minLength value="1"/>
* <maxLength value="60"/>
* </restriction>
* </simpleType>
* </element>
* <element name="CNAE" minOccurs="0">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}token">
* <pattern value="[0-9]{6,7}"/>
* </restriction>
* </simpleType>
* </element>
* <element name="dIniAtiv" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
* <element name="dUltSit" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
* <element name="dBaixa" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
* <element name="IEUnica" type="{http://www.portalfiscal.inf.br/nfe}TIe" minOccurs="0"/>
* <element name="IEAtual" type="{http://www.portalfiscal.inf.br/nfe}TIe" minOccurs="0"/>
* <element name="ender" type="{http://www.portalfiscal.inf.br/nfe}TEndereco" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType
(XmlAccessType.
FIELD)
@XmlType
(name =
"", propOrder =
{
"ie",
"cnpj",
"cpf",
"uf",
"cSit",
"indCredNFe",
"indCredCTe",
"xNome",
"xFant",
"xRegApur",
"cnae",
"dIniAtiv",
"dUltSit",
"dBaixa",
"ieUnica",
"ieAtual",
"ender"
})
public static class InfCad
{
@XmlElement
(name =
"IE", namespace =
"http://www.portalfiscal.inf.br/nfe", required =
true)
protected String ie
;
@XmlElement
(name =
"CNPJ", namespace =
"http://www.portalfiscal.inf.br/nfe")
protected String cnpj
;
@XmlElement
(name =
"CPF", namespace =
"http://www.portalfiscal.inf.br/nfe")
protected String cpf
;
@XmlElement
(name =
"UF", namespace =
"http://www.portalfiscal.inf.br/nfe", required =
true)
@XmlSchemaType
(name =
"string")
protected TUf uf
;
@XmlElement
(namespace =
"http://www.portalfiscal.inf.br/nfe", required =
true)
@XmlJavaTypeAdapter
(CollapsedStringAdapter.
class)
protected String cSit
;
@XmlElement
(namespace =
"http://www.portalfiscal.inf.br/nfe", required =
true)
protected String indCredNFe
;
@XmlElement
(namespace =
"http://www.portalfiscal.inf.br/nfe", required =
true)
protected String indCredCTe
;
@XmlElement
(namespace =
"http://www.portalfiscal.inf.br/nfe", required =
true)
protected String xNome
;
@XmlElement
(namespace =
"http://www.portalfiscal.inf.br/nfe")
protected String xFant
;
@XmlElement
(namespace =
"http://www.portalfiscal.inf.br/nfe")
@XmlJavaTypeAdapter
(CollapsedStringAdapter.
class)
protected String xRegApur
;
@XmlElement
(name =
"CNAE", namespace =
"http://www.portalfiscal.inf.br/nfe")
@XmlJavaTypeAdapter
(CollapsedStringAdapter.
class)
protected String cnae
;
@XmlElement
(namespace =
"http://www.portalfiscal.inf.br/nfe")
@XmlSchemaType
(name =
"date")
protected XMLGregorianCalendar dIniAtiv
;
@XmlElement
(namespace =
"http://www.portalfiscal.inf.br/nfe")
@XmlSchemaType
(name =
"date")
protected XMLGregorianCalendar dUltSit
;
@XmlElement
(namespace =
"http://www.portalfiscal.inf.br/nfe")
@XmlSchemaType
(name =
"date")
protected XMLGregorianCalendar dBaixa
;
@XmlElement
(name =
"IEUnica", namespace =
"http://www.portalfiscal.inf.br/nfe")
protected String ieUnica
;
@XmlElement
(name =
"IEAtual", namespace =
"http://www.portalfiscal.inf.br/nfe")
protected String ieAtual
;
@XmlElement
(namespace =
"http://www.portalfiscal.inf.br/nfe")
protected TEndereco ender
;
/**
* Obtém o valor da propriedade ie.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIE
() {
return ie
;
}
/**
* Define o valor da propriedade ie.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setIE
(String value
) {
this.
ie = value
;
}
/**
* Obtém o valor da propriedade cnpj.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCNPJ
() {
return cnpj
;
}
/**
* Define o valor da propriedade cnpj.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCNPJ
(String value
) {
this.
cnpj = value
;
}
/**
* Obtém o valor da propriedade cpf.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCPF
() {
return cpf
;
}
/**
* Define o valor da propriedade cpf.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCPF
(String value
) {
this.
cpf = value
;
}
/**
* Obtém o valor da propriedade uf.
*
* @return
* possible object is
* {@link TUf }
*
*/
public TUf getUF
() {
return uf
;
}
/**
* Define o valor da propriedade uf.
*
* @param value
* allowed object is
* {@link TUf }
*
*/
public void setUF
(TUf value
) {
this.
uf = value
;
}
/**
* Obtém o valor da propriedade cSit.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCSit
() {
return cSit
;
}
/**
* Define o valor da propriedade cSit.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCSit
(String value
) {
this.
cSit = value
;
}
/**
* Obtém o valor da propriedade indCredNFe.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIndCredNFe
() {
return indCredNFe
;
}
/**
* Define o valor da propriedade indCredNFe.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setIndCredNFe
(String value
) {
this.
indCredNFe = value
;
}
/**
* Obtém o valor da propriedade indCredCTe.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIndCredCTe
() {
return indCredCTe
;
}
/**
* Define o valor da propriedade indCredCTe.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setIndCredCTe
(String value
) {
this.
indCredCTe = value
;
}
/**
* Obtém o valor da propriedade xNome.
*
* @return
* possible object is
* {@link String }
*
*/
public String getXNome
() {
return xNome
;
}
/**
* Define o valor da propriedade xNome.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setXNome
(String value
) {
this.
xNome = value
;
}
/**
* Obtém o valor da propriedade xFant.
*
* @return
* possible object is
* {@link String }
*
*/
public String getXFant
() {
return xFant
;
}
/**
* Define o valor da propriedade xFant.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setXFant
(String value
) {
this.
xFant = value
;
}
/**
* Obtém o valor da propriedade xRegApur.
*
* @return
* possible object is
* {@link String }
*
*/
public String getXRegApur
() {
return xRegApur
;
}
/**
* Define o valor da propriedade xRegApur.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setXRegApur
(String value
) {
this.
xRegApur = value
;
}
/**
* Obtém o valor da propriedade cnae.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCNAE
() {
return cnae
;
}
/**
* Define o valor da propriedade cnae.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCNAE
(String value
) {
this.
cnae = value
;
}
/**
* Obtém o valor da propriedade dIniAtiv.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getDIniAtiv
() {
return dIniAtiv
;
}
/**
* Define o valor da propriedade dIniAtiv.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setDIniAtiv
(XMLGregorianCalendar value
) {
this.
dIniAtiv = value
;
}
/**
* Obtém o valor da propriedade dUltSit.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getDUltSit
() {
return dUltSit
;
}
/**
* Define o valor da propriedade dUltSit.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setDUltSit
(XMLGregorianCalendar value
) {
this.
dUltSit = value
;
}
/**
* Obtém o valor da propriedade dBaixa.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getDBaixa
() {
return dBaixa
;
}
/**
* Define o valor da propriedade dBaixa.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setDBaixa
(XMLGregorianCalendar value
) {
this.
dBaixa = value
;
}
/**
* Obtém o valor da propriedade ieUnica.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIEUnica
() {
return ieUnica
;
}
/**
* Define o valor da propriedade ieUnica.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setIEUnica
(String value
) {
this.
ieUnica = value
;
}
/**
* Obtém o valor da propriedade ieAtual.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIEAtual
() {
return ieAtual
;
}
/**
* Define o valor da propriedade ieAtual.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setIEAtual
(String value
) {
this.
ieAtual = value
;
}
/**
* Obtém o valor da propriedade ender.
*
* @return
* possible object is
* {@link TEndereco }
*
*/
public TEndereco getEnder
() {
return ender
;
}
/**
* Define o valor da propriedade ender.
*
* @param value
* allowed object is
* {@link TEndereco }
*
*/
public void setEnder
(TEndereco value
) {
this.
ender = value
;
}
}
}
}