Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 414 | espaco | 1 | |
| 2 | package br.com.swconsultoria.nfe.schema.consCad; |
||
| 3 | |||
| 4 | import javax.xml.bind.annotation.*; |
||
| 5 | import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; |
||
| 6 | import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; |
||
| 7 | import javax.xml.datatype.XMLGregorianCalendar; |
||
| 8 | import java.util.ArrayList; |
||
| 9 | import java.util.List; |
||
| 10 | |||
| 11 | |||
| 12 | /** |
||
| 13 | * Tipo Retorno Pedido de Consulta de cadastro de contribuintes |
||
| 14 | * |
||
| 15 | * <p>Classe Java de TRetConsCad complex type. |
||
| 16 | * |
||
| 17 | * <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe. |
||
| 18 | * |
||
| 19 | * <pre> |
||
| 20 | * <complexType name="TRetConsCad"> |
||
| 21 | * <complexContent> |
||
| 22 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
||
| 23 | * <sequence> |
||
| 24 | * <element name="infCons"> |
||
| 25 | * <complexType> |
||
| 26 | * <complexContent> |
||
| 27 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
||
| 28 | * <sequence> |
||
| 29 | * <element name="verAplic" type="{http://www.portalfiscal.inf.br/nfe}TVerAplic"/> |
||
| 30 | * <element name="cStat" type="{http://www.portalfiscal.inf.br/nfe}TStat"/> |
||
| 31 | * <element name="xMotivo" type="{http://www.portalfiscal.inf.br/nfe}TMotivo"/> |
||
| 32 | * <element name="UF" type="{http://www.portalfiscal.inf.br/nfe}TUfCons"/> |
||
| 33 | * <choice> |
||
| 34 | * <element name="IE" type="{http://www.portalfiscal.inf.br/nfe}TIe"/> |
||
| 35 | * <element name="CNPJ" type="{http://www.portalfiscal.inf.br/nfe}TCnpjVar"/> |
||
| 36 | * <element name="CPF" type="{http://www.portalfiscal.inf.br/nfe}TCpfVar"/> |
||
| 37 | * </choice> |
||
| 38 | * <element name="dhCons" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> |
||
| 39 | * <element name="cUF" type="{http://www.portalfiscal.inf.br/nfe}TCodUfIBGE"/> |
||
| 40 | * <element name="infCad" maxOccurs="unbounded" minOccurs="0"> |
||
| 41 | * <complexType> |
||
| 42 | * <complexContent> |
||
| 43 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
||
| 44 | * <sequence> |
||
| 45 | * <element name="IE" type="{http://www.portalfiscal.inf.br/nfe}TIe"/> |
||
| 46 | * <choice> |
||
| 47 | * <element name="CNPJ" type="{http://www.portalfiscal.inf.br/nfe}TCnpjVar"/> |
||
| 48 | * <element name="CPF" type="{http://www.portalfiscal.inf.br/nfe}TCpfVar"/> |
||
| 49 | * </choice> |
||
| 50 | * <element name="UF" type="{http://www.portalfiscal.inf.br/nfe}TUf"/> |
||
| 51 | * <element name="cSit"> |
||
| 52 | * <simpleType> |
||
| 53 | * <restriction base="{http://www.w3.org/2001/XMLSchema}token"> |
||
| 54 | * <enumeration value="0"/> |
||
| 55 | * <enumeration value="1"/> |
||
| 56 | * </restriction> |
||
| 57 | * </simpleType> |
||
| 58 | * </element> |
||
| 59 | * <element name="indCredNFe"> |
||
| 60 | * <simpleType> |
||
| 61 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> |
||
| 62 | * <whiteSpace value="preserve"/> |
||
| 63 | * <enumeration value="0"/> |
||
| 64 | * <enumeration value="1"/> |
||
| 65 | * <enumeration value="2"/> |
||
| 66 | * <enumeration value="3"/> |
||
| 67 | * <enumeration value="4"/> |
||
| 68 | * </restriction> |
||
| 69 | * </simpleType> |
||
| 70 | * </element> |
||
| 71 | * <element name="indCredCTe"> |
||
| 72 | * <simpleType> |
||
| 73 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> |
||
| 74 | * <whiteSpace value="preserve"/> |
||
| 75 | * <enumeration value="0"/> |
||
| 76 | * <enumeration value="1"/> |
||
| 77 | * <enumeration value="2"/> |
||
| 78 | * <enumeration value="3"/> |
||
| 79 | * <enumeration value="4"/> |
||
| 80 | * </restriction> |
||
| 81 | * </simpleType> |
||
| 82 | * </element> |
||
| 83 | * <element name="xNome"> |
||
| 84 | * <simpleType> |
||
| 85 | * <restriction base="{http://www.portalfiscal.inf.br/nfe}TString"> |
||
| 86 | * <minLength value="1"/> |
||
| 87 | * <maxLength value="60"/> |
||
| 88 | * </restriction> |
||
| 89 | * </simpleType> |
||
| 90 | * </element> |
||
| 91 | * <element name="xFant" minOccurs="0"> |
||
| 92 | * <simpleType> |
||
| 93 | * <restriction base="{http://www.portalfiscal.inf.br/nfe}TString"> |
||
| 94 | * <minLength value="1"/> |
||
| 95 | * <maxLength value="60"/> |
||
| 96 | * </restriction> |
||
| 97 | * </simpleType> |
||
| 98 | * </element> |
||
| 99 | * <element name="xRegApur" minOccurs="0"> |
||
| 100 | * <simpleType> |
||
| 101 | * <restriction base="{http://www.w3.org/2001/XMLSchema}token"> |
||
| 102 | * <minLength value="1"/> |
||
| 103 | * <maxLength value="60"/> |
||
| 104 | * </restriction> |
||
| 105 | * </simpleType> |
||
| 106 | * </element> |
||
| 107 | * <element name="CNAE" minOccurs="0"> |
||
| 108 | * <simpleType> |
||
| 109 | * <restriction base="{http://www.w3.org/2001/XMLSchema}token"> |
||
| 110 | * <pattern value="[0-9]{6,7}"/> |
||
| 111 | * </restriction> |
||
| 112 | * </simpleType> |
||
| 113 | * </element> |
||
| 114 | * <element name="dIniAtiv" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> |
||
| 115 | * <element name="dUltSit" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> |
||
| 116 | * <element name="dBaixa" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> |
||
| 117 | * <element name="IEUnica" type="{http://www.portalfiscal.inf.br/nfe}TIe" minOccurs="0"/> |
||
| 118 | * <element name="IEAtual" type="{http://www.portalfiscal.inf.br/nfe}TIe" minOccurs="0"/> |
||
| 119 | * <element name="ender" type="{http://www.portalfiscal.inf.br/nfe}TEndereco" minOccurs="0"/> |
||
| 120 | * </sequence> |
||
| 121 | * </restriction> |
||
| 122 | * </complexContent> |
||
| 123 | * </complexType> |
||
| 124 | * </element> |
||
| 125 | * </sequence> |
||
| 126 | * </restriction> |
||
| 127 | * </complexContent> |
||
| 128 | * </complexType> |
||
| 129 | * </element> |
||
| 130 | * </sequence> |
||
| 131 | * <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/nfe}TVerConsCad" /> |
||
| 132 | * </restriction> |
||
| 133 | * </complexContent> |
||
| 134 | * </complexType> |
||
| 135 | * </pre> |
||
| 136 | * |
||
| 137 | * |
||
| 138 | */ |
||
| 139 | @XmlAccessorType(XmlAccessType.FIELD) |
||
| 140 | @XmlType(name = "TRetConsCad", namespace = "http://www.portalfiscal.inf.br/nfe", propOrder = { |
||
| 141 | "infCons" |
||
| 142 | }) |
||
| 143 | public class TRetConsCad { |
||
| 144 | |||
| 145 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) |
||
| 146 | protected TRetConsCad.InfCons infCons; |
||
| 147 | @XmlAttribute(name = "versao", required = true) |
||
| 148 | @XmlJavaTypeAdapter(CollapsedStringAdapter.class) |
||
| 149 | protected String versao; |
||
| 150 | |||
| 151 | /** |
||
| 152 | * Obtém o valor da propriedade infCons. |
||
| 153 | * |
||
| 154 | * @return |
||
| 155 | * possible object is |
||
| 156 | * {@link TRetConsCad.InfCons } |
||
| 157 | * |
||
| 158 | */ |
||
| 159 | public TRetConsCad.InfCons getInfCons() { |
||
| 160 | return infCons; |
||
| 161 | } |
||
| 162 | |||
| 163 | /** |
||
| 164 | * Define o valor da propriedade infCons. |
||
| 165 | * |
||
| 166 | * @param value |
||
| 167 | * allowed object is |
||
| 168 | * {@link TRetConsCad.InfCons } |
||
| 169 | * |
||
| 170 | */ |
||
| 171 | public void setInfCons(TRetConsCad.InfCons value) { |
||
| 172 | this.infCons = value; |
||
| 173 | } |
||
| 174 | |||
| 175 | /** |
||
| 176 | * Obtém o valor da propriedade versao. |
||
| 177 | * |
||
| 178 | * @return |
||
| 179 | * possible object is |
||
| 180 | * {@link String } |
||
| 181 | * |
||
| 182 | */ |
||
| 183 | public String getVersao() { |
||
| 184 | return versao; |
||
| 185 | } |
||
| 186 | |||
| 187 | /** |
||
| 188 | * Define o valor da propriedade versao. |
||
| 189 | * |
||
| 190 | * @param value |
||
| 191 | * allowed object is |
||
| 192 | * {@link String } |
||
| 193 | * |
||
| 194 | */ |
||
| 195 | public void setVersao(String value) { |
||
| 196 | this.versao = value; |
||
| 197 | } |
||
| 198 | |||
| 199 | |||
| 200 | /** |
||
| 201 | * <p>Classe Java de anonymous complex type. |
||
| 202 | * |
||
| 203 | * <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe. |
||
| 204 | * |
||
| 205 | * <pre> |
||
| 206 | * <complexType> |
||
| 207 | * <complexContent> |
||
| 208 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
||
| 209 | * <sequence> |
||
| 210 | * <element name="verAplic" type="{http://www.portalfiscal.inf.br/nfe}TVerAplic"/> |
||
| 211 | * <element name="cStat" type="{http://www.portalfiscal.inf.br/nfe}TStat"/> |
||
| 212 | * <element name="xMotivo" type="{http://www.portalfiscal.inf.br/nfe}TMotivo"/> |
||
| 213 | * <element name="UF" type="{http://www.portalfiscal.inf.br/nfe}TUfCons"/> |
||
| 214 | * <choice> |
||
| 215 | * <element name="IE" type="{http://www.portalfiscal.inf.br/nfe}TIe"/> |
||
| 216 | * <element name="CNPJ" type="{http://www.portalfiscal.inf.br/nfe}TCnpjVar"/> |
||
| 217 | * <element name="CPF" type="{http://www.portalfiscal.inf.br/nfe}TCpfVar"/> |
||
| 218 | * </choice> |
||
| 219 | * <element name="dhCons" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> |
||
| 220 | * <element name="cUF" type="{http://www.portalfiscal.inf.br/nfe}TCodUfIBGE"/> |
||
| 221 | * <element name="infCad" maxOccurs="unbounded" minOccurs="0"> |
||
| 222 | * <complexType> |
||
| 223 | * <complexContent> |
||
| 224 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
||
| 225 | * <sequence> |
||
| 226 | * <element name="IE" type="{http://www.portalfiscal.inf.br/nfe}TIe"/> |
||
| 227 | * <choice> |
||
| 228 | * <element name="CNPJ" type="{http://www.portalfiscal.inf.br/nfe}TCnpjVar"/> |
||
| 229 | * <element name="CPF" type="{http://www.portalfiscal.inf.br/nfe}TCpfVar"/> |
||
| 230 | * </choice> |
||
| 231 | * <element name="UF" type="{http://www.portalfiscal.inf.br/nfe}TUf"/> |
||
| 232 | * <element name="cSit"> |
||
| 233 | * <simpleType> |
||
| 234 | * <restriction base="{http://www.w3.org/2001/XMLSchema}token"> |
||
| 235 | * <enumeration value="0"/> |
||
| 236 | * <enumeration value="1"/> |
||
| 237 | * </restriction> |
||
| 238 | * </simpleType> |
||
| 239 | * </element> |
||
| 240 | * <element name="indCredNFe"> |
||
| 241 | * <simpleType> |
||
| 242 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> |
||
| 243 | * <whiteSpace value="preserve"/> |
||
| 244 | * <enumeration value="0"/> |
||
| 245 | * <enumeration value="1"/> |
||
| 246 | * <enumeration value="2"/> |
||
| 247 | * <enumeration value="3"/> |
||
| 248 | * <enumeration value="4"/> |
||
| 249 | * </restriction> |
||
| 250 | * </simpleType> |
||
| 251 | * </element> |
||
| 252 | * <element name="indCredCTe"> |
||
| 253 | * <simpleType> |
||
| 254 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> |
||
| 255 | * <whiteSpace value="preserve"/> |
||
| 256 | * <enumeration value="0"/> |
||
| 257 | * <enumeration value="1"/> |
||
| 258 | * <enumeration value="2"/> |
||
| 259 | * <enumeration value="3"/> |
||
| 260 | * <enumeration value="4"/> |
||
| 261 | * </restriction> |
||
| 262 | * </simpleType> |
||
| 263 | * </element> |
||
| 264 | * <element name="xNome"> |
||
| 265 | * <simpleType> |
||
| 266 | * <restriction base="{http://www.portalfiscal.inf.br/nfe}TString"> |
||
| 267 | * <minLength value="1"/> |
||
| 268 | * <maxLength value="60"/> |
||
| 269 | * </restriction> |
||
| 270 | * </simpleType> |
||
| 271 | * </element> |
||
| 272 | * <element name="xFant" minOccurs="0"> |
||
| 273 | * <simpleType> |
||
| 274 | * <restriction base="{http://www.portalfiscal.inf.br/nfe}TString"> |
||
| 275 | * <minLength value="1"/> |
||
| 276 | * <maxLength value="60"/> |
||
| 277 | * </restriction> |
||
| 278 | * </simpleType> |
||
| 279 | * </element> |
||
| 280 | * <element name="xRegApur" minOccurs="0"> |
||
| 281 | * <simpleType> |
||
| 282 | * <restriction base="{http://www.w3.org/2001/XMLSchema}token"> |
||
| 283 | * <minLength value="1"/> |
||
| 284 | * <maxLength value="60"/> |
||
| 285 | * </restriction> |
||
| 286 | * </simpleType> |
||
| 287 | * </element> |
||
| 288 | * <element name="CNAE" minOccurs="0"> |
||
| 289 | * <simpleType> |
||
| 290 | * <restriction base="{http://www.w3.org/2001/XMLSchema}token"> |
||
| 291 | * <pattern value="[0-9]{6,7}"/> |
||
| 292 | * </restriction> |
||
| 293 | * </simpleType> |
||
| 294 | * </element> |
||
| 295 | * <element name="dIniAtiv" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> |
||
| 296 | * <element name="dUltSit" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> |
||
| 297 | * <element name="dBaixa" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> |
||
| 298 | * <element name="IEUnica" type="{http://www.portalfiscal.inf.br/nfe}TIe" minOccurs="0"/> |
||
| 299 | * <element name="IEAtual" type="{http://www.portalfiscal.inf.br/nfe}TIe" minOccurs="0"/> |
||
| 300 | * <element name="ender" type="{http://www.portalfiscal.inf.br/nfe}TEndereco" minOccurs="0"/> |
||
| 301 | * </sequence> |
||
| 302 | * </restriction> |
||
| 303 | * </complexContent> |
||
| 304 | * </complexType> |
||
| 305 | * </element> |
||
| 306 | * </sequence> |
||
| 307 | * </restriction> |
||
| 308 | * </complexContent> |
||
| 309 | * </complexType> |
||
| 310 | * </pre> |
||
| 311 | * |
||
| 312 | * |
||
| 313 | */ |
||
| 314 | @XmlAccessorType(XmlAccessType.FIELD) |
||
| 315 | @XmlType(name = "", propOrder = { |
||
| 316 | "verAplic", |
||
| 317 | "cStat", |
||
| 318 | "xMotivo", |
||
| 319 | "uf", |
||
| 320 | "ie", |
||
| 321 | "cnpj", |
||
| 322 | "cpf", |
||
| 323 | "dhCons", |
||
| 324 | "cuf", |
||
| 325 | "infCad" |
||
| 326 | }) |
||
| 327 | public static class InfCons { |
||
| 328 | |||
| 329 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) |
||
| 330 | protected String verAplic; |
||
| 331 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) |
||
| 332 | protected String cStat; |
||
| 333 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) |
||
| 334 | protected String xMotivo; |
||
| 335 | @XmlElement(name = "UF", namespace = "http://www.portalfiscal.inf.br/nfe", required = true) |
||
| 336 | @XmlSchemaType(name = "token") |
||
| 337 | protected TUfCons uf; |
||
| 338 | @XmlElement(name = "IE", namespace = "http://www.portalfiscal.inf.br/nfe") |
||
| 339 | protected String ie; |
||
| 340 | @XmlElement(name = "CNPJ", namespace = "http://www.portalfiscal.inf.br/nfe") |
||
| 341 | protected String cnpj; |
||
| 342 | @XmlElement(name = "CPF", namespace = "http://www.portalfiscal.inf.br/nfe") |
||
| 343 | protected String cpf; |
||
| 344 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) |
||
| 345 | @XmlSchemaType(name = "dateTime") |
||
| 346 | protected XMLGregorianCalendar dhCons; |
||
| 347 | @XmlElement(name = "cUF", namespace = "http://www.portalfiscal.inf.br/nfe", required = true) |
||
| 348 | protected String cuf; |
||
| 349 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe") |
||
| 350 | protected List<TRetConsCad.InfCons.InfCad> infCad; |
||
| 351 | |||
| 352 | /** |
||
| 353 | * Obtém o valor da propriedade verAplic. |
||
| 354 | * |
||
| 355 | * @return |
||
| 356 | * possible object is |
||
| 357 | * {@link String } |
||
| 358 | * |
||
| 359 | */ |
||
| 360 | public String getVerAplic() { |
||
| 361 | return verAplic; |
||
| 362 | } |
||
| 363 | |||
| 364 | /** |
||
| 365 | * Define o valor da propriedade verAplic. |
||
| 366 | * |
||
| 367 | * @param value |
||
| 368 | * allowed object is |
||
| 369 | * {@link String } |
||
| 370 | * |
||
| 371 | */ |
||
| 372 | public void setVerAplic(String value) { |
||
| 373 | this.verAplic = value; |
||
| 374 | } |
||
| 375 | |||
| 376 | /** |
||
| 377 | * Obtém o valor da propriedade cStat. |
||
| 378 | * |
||
| 379 | * @return |
||
| 380 | * possible object is |
||
| 381 | * {@link String } |
||
| 382 | * |
||
| 383 | */ |
||
| 384 | public String getCStat() { |
||
| 385 | return cStat; |
||
| 386 | } |
||
| 387 | |||
| 388 | /** |
||
| 389 | * Define o valor da propriedade cStat. |
||
| 390 | * |
||
| 391 | * @param value |
||
| 392 | * allowed object is |
||
| 393 | * {@link String } |
||
| 394 | * |
||
| 395 | */ |
||
| 396 | public void setCStat(String value) { |
||
| 397 | this.cStat = value; |
||
| 398 | } |
||
| 399 | |||
| 400 | /** |
||
| 401 | * Obtém o valor da propriedade xMotivo. |
||
| 402 | * |
||
| 403 | * @return |
||
| 404 | * possible object is |
||
| 405 | * {@link String } |
||
| 406 | * |
||
| 407 | */ |
||
| 408 | public String getXMotivo() { |
||
| 409 | return xMotivo; |
||
| 410 | } |
||
| 411 | |||
| 412 | /** |
||
| 413 | * Define o valor da propriedade xMotivo. |
||
| 414 | * |
||
| 415 | * @param value |
||
| 416 | * allowed object is |
||
| 417 | * {@link String } |
||
| 418 | * |
||
| 419 | */ |
||
| 420 | public void setXMotivo(String value) { |
||
| 421 | this.xMotivo = value; |
||
| 422 | } |
||
| 423 | |||
| 424 | /** |
||
| 425 | * Obtém o valor da propriedade uf. |
||
| 426 | * |
||
| 427 | * @return |
||
| 428 | * possible object is |
||
| 429 | * {@link TUfCons } |
||
| 430 | * |
||
| 431 | */ |
||
| 432 | public TUfCons getUF() { |
||
| 433 | return uf; |
||
| 434 | } |
||
| 435 | |||
| 436 | /** |
||
| 437 | * Define o valor da propriedade uf. |
||
| 438 | * |
||
| 439 | * @param value |
||
| 440 | * allowed object is |
||
| 441 | * {@link TUfCons } |
||
| 442 | * |
||
| 443 | */ |
||
| 444 | public void setUF(TUfCons value) { |
||
| 445 | this.uf = value; |
||
| 446 | } |
||
| 447 | |||
| 448 | /** |
||
| 449 | * Obtém o valor da propriedade ie. |
||
| 450 | * |
||
| 451 | * @return |
||
| 452 | * possible object is |
||
| 453 | * {@link String } |
||
| 454 | * |
||
| 455 | */ |
||
| 456 | public String getIE() { |
||
| 457 | return ie; |
||
| 458 | } |
||
| 459 | |||
| 460 | /** |
||
| 461 | * Define o valor da propriedade ie. |
||
| 462 | * |
||
| 463 | * @param value |
||
| 464 | * allowed object is |
||
| 465 | * {@link String } |
||
| 466 | * |
||
| 467 | */ |
||
| 468 | public void setIE(String value) { |
||
| 469 | this.ie = value; |
||
| 470 | } |
||
| 471 | |||
| 472 | /** |
||
| 473 | * Obtém o valor da propriedade cnpj. |
||
| 474 | * |
||
| 475 | * @return |
||
| 476 | * possible object is |
||
| 477 | * {@link String } |
||
| 478 | * |
||
| 479 | */ |
||
| 480 | public String getCNPJ() { |
||
| 481 | return cnpj; |
||
| 482 | } |
||
| 483 | |||
| 484 | /** |
||
| 485 | * Define o valor da propriedade cnpj. |
||
| 486 | * |
||
| 487 | * @param value |
||
| 488 | * allowed object is |
||
| 489 | * {@link String } |
||
| 490 | * |
||
| 491 | */ |
||
| 492 | public void setCNPJ(String value) { |
||
| 493 | this.cnpj = value; |
||
| 494 | } |
||
| 495 | |||
| 496 | /** |
||
| 497 | * Obtém o valor da propriedade cpf. |
||
| 498 | * |
||
| 499 | * @return |
||
| 500 | * possible object is |
||
| 501 | * {@link String } |
||
| 502 | * |
||
| 503 | */ |
||
| 504 | public String getCPF() { |
||
| 505 | return cpf; |
||
| 506 | } |
||
| 507 | |||
| 508 | /** |
||
| 509 | * Define o valor da propriedade cpf. |
||
| 510 | * |
||
| 511 | * @param value |
||
| 512 | * allowed object is |
||
| 513 | * {@link String } |
||
| 514 | * |
||
| 515 | */ |
||
| 516 | public void setCPF(String value) { |
||
| 517 | this.cpf = value; |
||
| 518 | } |
||
| 519 | |||
| 520 | /** |
||
| 521 | * Obtém o valor da propriedade dhCons. |
||
| 522 | * |
||
| 523 | * @return |
||
| 524 | * possible object is |
||
| 525 | * {@link XMLGregorianCalendar } |
||
| 526 | * |
||
| 527 | */ |
||
| 528 | public XMLGregorianCalendar getDhCons() { |
||
| 529 | return dhCons; |
||
| 530 | } |
||
| 531 | |||
| 532 | /** |
||
| 533 | * Define o valor da propriedade dhCons. |
||
| 534 | * |
||
| 535 | * @param value |
||
| 536 | * allowed object is |
||
| 537 | * {@link XMLGregorianCalendar } |
||
| 538 | * |
||
| 539 | */ |
||
| 540 | public void setDhCons(XMLGregorianCalendar value) { |
||
| 541 | this.dhCons = value; |
||
| 542 | } |
||
| 543 | |||
| 544 | /** |
||
| 545 | * Obtém o valor da propriedade cuf. |
||
| 546 | * |
||
| 547 | * @return |
||
| 548 | * possible object is |
||
| 549 | * {@link String } |
||
| 550 | * |
||
| 551 | */ |
||
| 552 | public String getCUF() { |
||
| 553 | return cuf; |
||
| 554 | } |
||
| 555 | |||
| 556 | /** |
||
| 557 | * Define o valor da propriedade cuf. |
||
| 558 | * |
||
| 559 | * @param value |
||
| 560 | * allowed object is |
||
| 561 | * {@link String } |
||
| 562 | * |
||
| 563 | */ |
||
| 564 | public void setCUF(String value) { |
||
| 565 | this.cuf = value; |
||
| 566 | } |
||
| 567 | |||
| 568 | /** |
||
| 569 | * Gets the value of the infCad property. |
||
| 570 | * |
||
| 571 | * <p> |
||
| 572 | * This accessor method returns a reference to the live list, |
||
| 573 | * not a snapshot. Therefore any modification you make to the |
||
| 574 | * returned list will be present inside the JAXB object. |
||
| 575 | * This is why there is not a <CODE>set</CODE> method for the infCad property. |
||
| 576 | * |
||
| 577 | * <p> |
||
| 578 | * For example, to add a new item, do as follows: |
||
| 579 | * <pre> |
||
| 580 | * getInfCad().add(newItem); |
||
| 581 | * </pre> |
||
| 582 | * |
||
| 583 | * |
||
| 584 | * <p> |
||
| 585 | * Objects of the following type(s) are allowed in the list |
||
| 586 | * {@link TRetConsCad.InfCons.InfCad } |
||
| 587 | * |
||
| 588 | * |
||
| 589 | */ |
||
| 590 | public List<TRetConsCad.InfCons.InfCad> getInfCad() { |
||
| 591 | if (infCad == null) { |
||
| 592 | infCad = new ArrayList<TRetConsCad.InfCons.InfCad>(); |
||
| 593 | } |
||
| 594 | return this.infCad; |
||
| 595 | } |
||
| 596 | |||
| 597 | |||
| 598 | /** |
||
| 599 | * <p>Classe Java de anonymous complex type. |
||
| 600 | * |
||
| 601 | * <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe. |
||
| 602 | * |
||
| 603 | * <pre> |
||
| 604 | * <complexType> |
||
| 605 | * <complexContent> |
||
| 606 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
||
| 607 | * <sequence> |
||
| 608 | * <element name="IE" type="{http://www.portalfiscal.inf.br/nfe}TIe"/> |
||
| 609 | * <choice> |
||
| 610 | * <element name="CNPJ" type="{http://www.portalfiscal.inf.br/nfe}TCnpjVar"/> |
||
| 611 | * <element name="CPF" type="{http://www.portalfiscal.inf.br/nfe}TCpfVar"/> |
||
| 612 | * </choice> |
||
| 613 | * <element name="UF" type="{http://www.portalfiscal.inf.br/nfe}TUf"/> |
||
| 614 | * <element name="cSit"> |
||
| 615 | * <simpleType> |
||
| 616 | * <restriction base="{http://www.w3.org/2001/XMLSchema}token"> |
||
| 617 | * <enumeration value="0"/> |
||
| 618 | * <enumeration value="1"/> |
||
| 619 | * </restriction> |
||
| 620 | * </simpleType> |
||
| 621 | * </element> |
||
| 622 | * <element name="indCredNFe"> |
||
| 623 | * <simpleType> |
||
| 624 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> |
||
| 625 | * <whiteSpace value="preserve"/> |
||
| 626 | * <enumeration value="0"/> |
||
| 627 | * <enumeration value="1"/> |
||
| 628 | * <enumeration value="2"/> |
||
| 629 | * <enumeration value="3"/> |
||
| 630 | * <enumeration value="4"/> |
||
| 631 | * </restriction> |
||
| 632 | * </simpleType> |
||
| 633 | * </element> |
||
| 634 | * <element name="indCredCTe"> |
||
| 635 | * <simpleType> |
||
| 636 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> |
||
| 637 | * <whiteSpace value="preserve"/> |
||
| 638 | * <enumeration value="0"/> |
||
| 639 | * <enumeration value="1"/> |
||
| 640 | * <enumeration value="2"/> |
||
| 641 | * <enumeration value="3"/> |
||
| 642 | * <enumeration value="4"/> |
||
| 643 | * </restriction> |
||
| 644 | * </simpleType> |
||
| 645 | * </element> |
||
| 646 | * <element name="xNome"> |
||
| 647 | * <simpleType> |
||
| 648 | * <restriction base="{http://www.portalfiscal.inf.br/nfe}TString"> |
||
| 649 | * <minLength value="1"/> |
||
| 650 | * <maxLength value="60"/> |
||
| 651 | * </restriction> |
||
| 652 | * </simpleType> |
||
| 653 | * </element> |
||
| 654 | * <element name="xFant" minOccurs="0"> |
||
| 655 | * <simpleType> |
||
| 656 | * <restriction base="{http://www.portalfiscal.inf.br/nfe}TString"> |
||
| 657 | * <minLength value="1"/> |
||
| 658 | * <maxLength value="60"/> |
||
| 659 | * </restriction> |
||
| 660 | * </simpleType> |
||
| 661 | * </element> |
||
| 662 | * <element name="xRegApur" minOccurs="0"> |
||
| 663 | * <simpleType> |
||
| 664 | * <restriction base="{http://www.w3.org/2001/XMLSchema}token"> |
||
| 665 | * <minLength value="1"/> |
||
| 666 | * <maxLength value="60"/> |
||
| 667 | * </restriction> |
||
| 668 | * </simpleType> |
||
| 669 | * </element> |
||
| 670 | * <element name="CNAE" minOccurs="0"> |
||
| 671 | * <simpleType> |
||
| 672 | * <restriction base="{http://www.w3.org/2001/XMLSchema}token"> |
||
| 673 | * <pattern value="[0-9]{6,7}"/> |
||
| 674 | * </restriction> |
||
| 675 | * </simpleType> |
||
| 676 | * </element> |
||
| 677 | * <element name="dIniAtiv" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> |
||
| 678 | * <element name="dUltSit" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> |
||
| 679 | * <element name="dBaixa" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> |
||
| 680 | * <element name="IEUnica" type="{http://www.portalfiscal.inf.br/nfe}TIe" minOccurs="0"/> |
||
| 681 | * <element name="IEAtual" type="{http://www.portalfiscal.inf.br/nfe}TIe" minOccurs="0"/> |
||
| 682 | * <element name="ender" type="{http://www.portalfiscal.inf.br/nfe}TEndereco" minOccurs="0"/> |
||
| 683 | * </sequence> |
||
| 684 | * </restriction> |
||
| 685 | * </complexContent> |
||
| 686 | * </complexType> |
||
| 687 | * </pre> |
||
| 688 | * |
||
| 689 | * |
||
| 690 | */ |
||
| 691 | @XmlAccessorType(XmlAccessType.FIELD) |
||
| 692 | @XmlType(name = "", propOrder = { |
||
| 693 | "ie", |
||
| 694 | "cnpj", |
||
| 695 | "cpf", |
||
| 696 | "uf", |
||
| 697 | "cSit", |
||
| 698 | "indCredNFe", |
||
| 699 | "indCredCTe", |
||
| 700 | "xNome", |
||
| 701 | "xFant", |
||
| 702 | "xRegApur", |
||
| 703 | "cnae", |
||
| 704 | "dIniAtiv", |
||
| 705 | "dUltSit", |
||
| 706 | "dBaixa", |
||
| 707 | "ieUnica", |
||
| 708 | "ieAtual", |
||
| 709 | "ender" |
||
| 710 | }) |
||
| 711 | public static class InfCad { |
||
| 712 | |||
| 713 | @XmlElement(name = "IE", namespace = "http://www.portalfiscal.inf.br/nfe", required = true) |
||
| 714 | protected String ie; |
||
| 715 | @XmlElement(name = "CNPJ", namespace = "http://www.portalfiscal.inf.br/nfe") |
||
| 716 | protected String cnpj; |
||
| 717 | @XmlElement(name = "CPF", namespace = "http://www.portalfiscal.inf.br/nfe") |
||
| 718 | protected String cpf; |
||
| 719 | @XmlElement(name = "UF", namespace = "http://www.portalfiscal.inf.br/nfe", required = true) |
||
| 720 | @XmlSchemaType(name = "string") |
||
| 721 | protected TUf uf; |
||
| 722 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) |
||
| 723 | @XmlJavaTypeAdapter(CollapsedStringAdapter.class) |
||
| 724 | protected String cSit; |
||
| 725 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) |
||
| 726 | protected String indCredNFe; |
||
| 727 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) |
||
| 728 | protected String indCredCTe; |
||
| 729 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) |
||
| 730 | protected String xNome; |
||
| 731 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe") |
||
| 732 | protected String xFant; |
||
| 733 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe") |
||
| 734 | @XmlJavaTypeAdapter(CollapsedStringAdapter.class) |
||
| 735 | protected String xRegApur; |
||
| 736 | @XmlElement(name = "CNAE", namespace = "http://www.portalfiscal.inf.br/nfe") |
||
| 737 | @XmlJavaTypeAdapter(CollapsedStringAdapter.class) |
||
| 738 | protected String cnae; |
||
| 739 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe") |
||
| 740 | @XmlSchemaType(name = "date") |
||
| 741 | protected XMLGregorianCalendar dIniAtiv; |
||
| 742 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe") |
||
| 743 | @XmlSchemaType(name = "date") |
||
| 744 | protected XMLGregorianCalendar dUltSit; |
||
| 745 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe") |
||
| 746 | @XmlSchemaType(name = "date") |
||
| 747 | protected XMLGregorianCalendar dBaixa; |
||
| 748 | @XmlElement(name = "IEUnica", namespace = "http://www.portalfiscal.inf.br/nfe") |
||
| 749 | protected String ieUnica; |
||
| 750 | @XmlElement(name = "IEAtual", namespace = "http://www.portalfiscal.inf.br/nfe") |
||
| 751 | protected String ieAtual; |
||
| 752 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe") |
||
| 753 | protected TEndereco ender; |
||
| 754 | |||
| 755 | /** |
||
| 756 | * Obtém o valor da propriedade ie. |
||
| 757 | * |
||
| 758 | * @return |
||
| 759 | * possible object is |
||
| 760 | * {@link String } |
||
| 761 | * |
||
| 762 | */ |
||
| 763 | public String getIE() { |
||
| 764 | return ie; |
||
| 765 | } |
||
| 766 | |||
| 767 | /** |
||
| 768 | * Define o valor da propriedade ie. |
||
| 769 | * |
||
| 770 | * @param value |
||
| 771 | * allowed object is |
||
| 772 | * {@link String } |
||
| 773 | * |
||
| 774 | */ |
||
| 775 | public void setIE(String value) { |
||
| 776 | this.ie = value; |
||
| 777 | } |
||
| 778 | |||
| 779 | /** |
||
| 780 | * Obtém o valor da propriedade cnpj. |
||
| 781 | * |
||
| 782 | * @return |
||
| 783 | * possible object is |
||
| 784 | * {@link String } |
||
| 785 | * |
||
| 786 | */ |
||
| 787 | public String getCNPJ() { |
||
| 788 | return cnpj; |
||
| 789 | } |
||
| 790 | |||
| 791 | /** |
||
| 792 | * Define o valor da propriedade cnpj. |
||
| 793 | * |
||
| 794 | * @param value |
||
| 795 | * allowed object is |
||
| 796 | * {@link String } |
||
| 797 | * |
||
| 798 | */ |
||
| 799 | public void setCNPJ(String value) { |
||
| 800 | this.cnpj = value; |
||
| 801 | } |
||
| 802 | |||
| 803 | /** |
||
| 804 | * Obtém o valor da propriedade cpf. |
||
| 805 | * |
||
| 806 | * @return |
||
| 807 | * possible object is |
||
| 808 | * {@link String } |
||
| 809 | * |
||
| 810 | */ |
||
| 811 | public String getCPF() { |
||
| 812 | return cpf; |
||
| 813 | } |
||
| 814 | |||
| 815 | /** |
||
| 816 | * Define o valor da propriedade cpf. |
||
| 817 | * |
||
| 818 | * @param value |
||
| 819 | * allowed object is |
||
| 820 | * {@link String } |
||
| 821 | * |
||
| 822 | */ |
||
| 823 | public void setCPF(String value) { |
||
| 824 | this.cpf = value; |
||
| 825 | } |
||
| 826 | |||
| 827 | /** |
||
| 828 | * Obtém o valor da propriedade uf. |
||
| 829 | * |
||
| 830 | * @return |
||
| 831 | * possible object is |
||
| 832 | * {@link TUf } |
||
| 833 | * |
||
| 834 | */ |
||
| 835 | public TUf getUF() { |
||
| 836 | return uf; |
||
| 837 | } |
||
| 838 | |||
| 839 | /** |
||
| 840 | * Define o valor da propriedade uf. |
||
| 841 | * |
||
| 842 | * @param value |
||
| 843 | * allowed object is |
||
| 844 | * {@link TUf } |
||
| 845 | * |
||
| 846 | */ |
||
| 847 | public void setUF(TUf value) { |
||
| 848 | this.uf = value; |
||
| 849 | } |
||
| 850 | |||
| 851 | /** |
||
| 852 | * Obtém o valor da propriedade cSit. |
||
| 853 | * |
||
| 854 | * @return |
||
| 855 | * possible object is |
||
| 856 | * {@link String } |
||
| 857 | * |
||
| 858 | */ |
||
| 859 | public String getCSit() { |
||
| 860 | return cSit; |
||
| 861 | } |
||
| 862 | |||
| 863 | /** |
||
| 864 | * Define o valor da propriedade cSit. |
||
| 865 | * |
||
| 866 | * @param value |
||
| 867 | * allowed object is |
||
| 868 | * {@link String } |
||
| 869 | * |
||
| 870 | */ |
||
| 871 | public void setCSit(String value) { |
||
| 872 | this.cSit = value; |
||
| 873 | } |
||
| 874 | |||
| 875 | /** |
||
| 876 | * Obtém o valor da propriedade indCredNFe. |
||
| 877 | * |
||
| 878 | * @return |
||
| 879 | * possible object is |
||
| 880 | * {@link String } |
||
| 881 | * |
||
| 882 | */ |
||
| 883 | public String getIndCredNFe() { |
||
| 884 | return indCredNFe; |
||
| 885 | } |
||
| 886 | |||
| 887 | /** |
||
| 888 | * Define o valor da propriedade indCredNFe. |
||
| 889 | * |
||
| 890 | * @param value |
||
| 891 | * allowed object is |
||
| 892 | * {@link String } |
||
| 893 | * |
||
| 894 | */ |
||
| 895 | public void setIndCredNFe(String value) { |
||
| 896 | this.indCredNFe = value; |
||
| 897 | } |
||
| 898 | |||
| 899 | /** |
||
| 900 | * Obtém o valor da propriedade indCredCTe. |
||
| 901 | * |
||
| 902 | * @return |
||
| 903 | * possible object is |
||
| 904 | * {@link String } |
||
| 905 | * |
||
| 906 | */ |
||
| 907 | public String getIndCredCTe() { |
||
| 908 | return indCredCTe; |
||
| 909 | } |
||
| 910 | |||
| 911 | /** |
||
| 912 | * Define o valor da propriedade indCredCTe. |
||
| 913 | * |
||
| 914 | * @param value |
||
| 915 | * allowed object is |
||
| 916 | * {@link String } |
||
| 917 | * |
||
| 918 | */ |
||
| 919 | public void setIndCredCTe(String value) { |
||
| 920 | this.indCredCTe = value; |
||
| 921 | } |
||
| 922 | |||
| 923 | /** |
||
| 924 | * Obtém o valor da propriedade xNome. |
||
| 925 | * |
||
| 926 | * @return |
||
| 927 | * possible object is |
||
| 928 | * {@link String } |
||
| 929 | * |
||
| 930 | */ |
||
| 931 | public String getXNome() { |
||
| 932 | return xNome; |
||
| 933 | } |
||
| 934 | |||
| 935 | /** |
||
| 936 | * Define o valor da propriedade xNome. |
||
| 937 | * |
||
| 938 | * @param value |
||
| 939 | * allowed object is |
||
| 940 | * {@link String } |
||
| 941 | * |
||
| 942 | */ |
||
| 943 | public void setXNome(String value) { |
||
| 944 | this.xNome = value; |
||
| 945 | } |
||
| 946 | |||
| 947 | /** |
||
| 948 | * Obtém o valor da propriedade xFant. |
||
| 949 | * |
||
| 950 | * @return |
||
| 951 | * possible object is |
||
| 952 | * {@link String } |
||
| 953 | * |
||
| 954 | */ |
||
| 955 | public String getXFant() { |
||
| 956 | return xFant; |
||
| 957 | } |
||
| 958 | |||
| 959 | /** |
||
| 960 | * Define o valor da propriedade xFant. |
||
| 961 | * |
||
| 962 | * @param value |
||
| 963 | * allowed object is |
||
| 964 | * {@link String } |
||
| 965 | * |
||
| 966 | */ |
||
| 967 | public void setXFant(String value) { |
||
| 968 | this.xFant = value; |
||
| 969 | } |
||
| 970 | |||
| 971 | /** |
||
| 972 | * Obtém o valor da propriedade xRegApur. |
||
| 973 | * |
||
| 974 | * @return |
||
| 975 | * possible object is |
||
| 976 | * {@link String } |
||
| 977 | * |
||
| 978 | */ |
||
| 979 | public String getXRegApur() { |
||
| 980 | return xRegApur; |
||
| 981 | } |
||
| 982 | |||
| 983 | /** |
||
| 984 | * Define o valor da propriedade xRegApur. |
||
| 985 | * |
||
| 986 | * @param value |
||
| 987 | * allowed object is |
||
| 988 | * {@link String } |
||
| 989 | * |
||
| 990 | */ |
||
| 991 | public void setXRegApur(String value) { |
||
| 992 | this.xRegApur = value; |
||
| 993 | } |
||
| 994 | |||
| 995 | /** |
||
| 996 | * Obtém o valor da propriedade cnae. |
||
| 997 | * |
||
| 998 | * @return |
||
| 999 | * possible object is |
||
| 1000 | * {@link String } |
||
| 1001 | * |
||
| 1002 | */ |
||
| 1003 | public String getCNAE() { |
||
| 1004 | return cnae; |
||
| 1005 | } |
||
| 1006 | |||
| 1007 | /** |
||
| 1008 | * Define o valor da propriedade cnae. |
||
| 1009 | * |
||
| 1010 | * @param value |
||
| 1011 | * allowed object is |
||
| 1012 | * {@link String } |
||
| 1013 | * |
||
| 1014 | */ |
||
| 1015 | public void setCNAE(String value) { |
||
| 1016 | this.cnae = value; |
||
| 1017 | } |
||
| 1018 | |||
| 1019 | /** |
||
| 1020 | * Obtém o valor da propriedade dIniAtiv. |
||
| 1021 | * |
||
| 1022 | * @return |
||
| 1023 | * possible object is |
||
| 1024 | * {@link XMLGregorianCalendar } |
||
| 1025 | * |
||
| 1026 | */ |
||
| 1027 | public XMLGregorianCalendar getDIniAtiv() { |
||
| 1028 | return dIniAtiv; |
||
| 1029 | } |
||
| 1030 | |||
| 1031 | /** |
||
| 1032 | * Define o valor da propriedade dIniAtiv. |
||
| 1033 | * |
||
| 1034 | * @param value |
||
| 1035 | * allowed object is |
||
| 1036 | * {@link XMLGregorianCalendar } |
||
| 1037 | * |
||
| 1038 | */ |
||
| 1039 | public void setDIniAtiv(XMLGregorianCalendar value) { |
||
| 1040 | this.dIniAtiv = value; |
||
| 1041 | } |
||
| 1042 | |||
| 1043 | /** |
||
| 1044 | * Obtém o valor da propriedade dUltSit. |
||
| 1045 | * |
||
| 1046 | * @return |
||
| 1047 | * possible object is |
||
| 1048 | * {@link XMLGregorianCalendar } |
||
| 1049 | * |
||
| 1050 | */ |
||
| 1051 | public XMLGregorianCalendar getDUltSit() { |
||
| 1052 | return dUltSit; |
||
| 1053 | } |
||
| 1054 | |||
| 1055 | /** |
||
| 1056 | * Define o valor da propriedade dUltSit. |
||
| 1057 | * |
||
| 1058 | * @param value |
||
| 1059 | * allowed object is |
||
| 1060 | * {@link XMLGregorianCalendar } |
||
| 1061 | * |
||
| 1062 | */ |
||
| 1063 | public void setDUltSit(XMLGregorianCalendar value) { |
||
| 1064 | this.dUltSit = value; |
||
| 1065 | } |
||
| 1066 | |||
| 1067 | /** |
||
| 1068 | * Obtém o valor da propriedade dBaixa. |
||
| 1069 | * |
||
| 1070 | * @return |
||
| 1071 | * possible object is |
||
| 1072 | * {@link XMLGregorianCalendar } |
||
| 1073 | * |
||
| 1074 | */ |
||
| 1075 | public XMLGregorianCalendar getDBaixa() { |
||
| 1076 | return dBaixa; |
||
| 1077 | } |
||
| 1078 | |||
| 1079 | /** |
||
| 1080 | * Define o valor da propriedade dBaixa. |
||
| 1081 | * |
||
| 1082 | * @param value |
||
| 1083 | * allowed object is |
||
| 1084 | * {@link XMLGregorianCalendar } |
||
| 1085 | * |
||
| 1086 | */ |
||
| 1087 | public void setDBaixa(XMLGregorianCalendar value) { |
||
| 1088 | this.dBaixa = value; |
||
| 1089 | } |
||
| 1090 | |||
| 1091 | /** |
||
| 1092 | * Obtém o valor da propriedade ieUnica. |
||
| 1093 | * |
||
| 1094 | * @return |
||
| 1095 | * possible object is |
||
| 1096 | * {@link String } |
||
| 1097 | * |
||
| 1098 | */ |
||
| 1099 | public String getIEUnica() { |
||
| 1100 | return ieUnica; |
||
| 1101 | } |
||
| 1102 | |||
| 1103 | /** |
||
| 1104 | * Define o valor da propriedade ieUnica. |
||
| 1105 | * |
||
| 1106 | * @param value |
||
| 1107 | * allowed object is |
||
| 1108 | * {@link String } |
||
| 1109 | * |
||
| 1110 | */ |
||
| 1111 | public void setIEUnica(String value) { |
||
| 1112 | this.ieUnica = value; |
||
| 1113 | } |
||
| 1114 | |||
| 1115 | /** |
||
| 1116 | * Obtém o valor da propriedade ieAtual. |
||
| 1117 | * |
||
| 1118 | * @return |
||
| 1119 | * possible object is |
||
| 1120 | * {@link String } |
||
| 1121 | * |
||
| 1122 | */ |
||
| 1123 | public String getIEAtual() { |
||
| 1124 | return ieAtual; |
||
| 1125 | } |
||
| 1126 | |||
| 1127 | /** |
||
| 1128 | * Define o valor da propriedade ieAtual. |
||
| 1129 | * |
||
| 1130 | * @param value |
||
| 1131 | * allowed object is |
||
| 1132 | * {@link String } |
||
| 1133 | * |
||
| 1134 | */ |
||
| 1135 | public void setIEAtual(String value) { |
||
| 1136 | this.ieAtual = value; |
||
| 1137 | } |
||
| 1138 | |||
| 1139 | /** |
||
| 1140 | * Obtém o valor da propriedade ender. |
||
| 1141 | * |
||
| 1142 | * @return |
||
| 1143 | * possible object is |
||
| 1144 | * {@link TEndereco } |
||
| 1145 | * |
||
| 1146 | */ |
||
| 1147 | public TEndereco getEnder() { |
||
| 1148 | return ender; |
||
| 1149 | } |
||
| 1150 | |||
| 1151 | /** |
||
| 1152 | * Define o valor da propriedade ender. |
||
| 1153 | * |
||
| 1154 | * @param value |
||
| 1155 | * allowed object is |
||
| 1156 | * {@link TEndereco } |
||
| 1157 | * |
||
| 1158 | */ |
||
| 1159 | public void setEnder(TEndereco value) { |
||
| 1160 | this.ender = value; |
||
| 1161 | } |
||
| 1162 | |||
| 1163 | } |
||
| 1164 | |||
| 1165 | } |
||
| 1166 | |||
| 1167 | } |