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