Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 414 | espaco | 1 | |
| 2 | package br.com.swconsultoria.nfe.schema.retEnvConfRecebto; |
||
| 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.XmlType; |
||
| 10 | import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; |
||
| 11 | import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; |
||
| 12 | |||
| 13 | |||
| 14 | /** |
||
| 15 | * Tipo Evento |
||
| 16 | * |
||
| 17 | * <p>Classe Java de TEvento complex type. |
||
| 18 | * |
||
| 19 | * <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe. |
||
| 20 | * |
||
| 21 | * <pre> |
||
| 22 | * <complexType name="TEvento"> |
||
| 23 | * <complexContent> |
||
| 24 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
||
| 25 | * <sequence> |
||
| 26 | * <element name="infEvento"> |
||
| 27 | * <complexType> |
||
| 28 | * <complexContent> |
||
| 29 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
||
| 30 | * <sequence> |
||
| 31 | * <element name="cOrgao" type="{http://www.portalfiscal.inf.br/nfe}TCOrgaoIBGE"/> |
||
| 32 | * <element name="tpAmb" type="{http://www.portalfiscal.inf.br/nfe}TAmb"/> |
||
| 33 | * <choice> |
||
| 34 | * <element name="CNPJ" type="{http://www.portalfiscal.inf.br/nfe}TCnpjOpc"/> |
||
| 35 | * <element name="CPF" type="{http://www.portalfiscal.inf.br/nfe}TCpf"/> |
||
| 36 | * </choice> |
||
| 37 | * <element name="chNFe" type="{http://www.portalfiscal.inf.br/nfe}TChNFe"/> |
||
| 38 | * <element name="dhEvento" type="{http://www.portalfiscal.inf.br/nfe}TDateTimeUTC"/> |
||
| 39 | * <element name="tpEvento"> |
||
| 40 | * <simpleType> |
||
| 41 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> |
||
| 42 | * <whiteSpace value="preserve"/> |
||
| 43 | * <pattern value="[0-9]{6}"/> |
||
| 44 | * <enumeration value="210200"/> |
||
| 45 | * <enumeration value="210210"/> |
||
| 46 | * <enumeration value="210220"/> |
||
| 47 | * <enumeration value="210240"/> |
||
| 48 | * </restriction> |
||
| 49 | * </simpleType> |
||
| 50 | * </element> |
||
| 51 | * <element name="nSeqEvento"> |
||
| 52 | * <simpleType> |
||
| 53 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> |
||
| 54 | * <whiteSpace value="preserve"/> |
||
| 55 | * <pattern value="[0-9]{1,2}"/> |
||
| 56 | * </restriction> |
||
| 57 | * </simpleType> |
||
| 58 | * </element> |
||
| 59 | * <element name="verEvento" type="{http://www.portalfiscal.inf.br/nfe}TVerEnvEvento"/> |
||
| 60 | * <element name="detEvento"> |
||
| 61 | * <complexType> |
||
| 62 | * <complexContent> |
||
| 63 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
||
| 64 | * <sequence> |
||
| 65 | * <element name="descEvento"> |
||
| 66 | * <simpleType> |
||
| 67 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> |
||
| 68 | * <whiteSpace value="preserve"/> |
||
| 69 | * <enumeration value="Confirmacao da Operacao"/> |
||
| 70 | * <enumeration value="Ciencia da Operacao"/> |
||
| 71 | * <enumeration value="Desconhecimento da Operacao"/> |
||
| 72 | * <enumeration value="Operacao nao Realizada"/> |
||
| 73 | * </restriction> |
||
| 74 | * </simpleType> |
||
| 75 | * </element> |
||
| 76 | * <element name="xJust" minOccurs="0"> |
||
| 77 | * <simpleType> |
||
| 78 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> |
||
| 79 | * <whiteSpace value="preserve"/> |
||
| 80 | * <minLength value="15"/> |
||
| 81 | * <maxLength value="255"/> |
||
| 82 | * <pattern value="[!-ÿ]{1}[ -ÿ]{0,}[!-ÿ]{1}|[!-ÿ]{1}"/> |
||
| 83 | * </restriction> |
||
| 84 | * </simpleType> |
||
| 85 | * </element> |
||
| 86 | * </sequence> |
||
| 87 | * <attribute name="versao" use="required"> |
||
| 88 | * <simpleType> |
||
| 89 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> |
||
| 90 | * <whiteSpace value="preserve"/> |
||
| 91 | * <enumeration value="1.00"/> |
||
| 92 | * </restriction> |
||
| 93 | * </simpleType> |
||
| 94 | * </attribute> |
||
| 95 | * </restriction> |
||
| 96 | * </complexContent> |
||
| 97 | * </complexType> |
||
| 98 | * </element> |
||
| 99 | * </sequence> |
||
| 100 | * <attribute name="Id" use="required"> |
||
| 101 | * <simpleType> |
||
| 102 | * <restriction base="{http://www.w3.org/2001/XMLSchema}ID"> |
||
| 103 | * <pattern value="ID[0-9]{52}"/> |
||
| 104 | * </restriction> |
||
| 105 | * </simpleType> |
||
| 106 | * </attribute> |
||
| 107 | * </restriction> |
||
| 108 | * </complexContent> |
||
| 109 | * </complexType> |
||
| 110 | * </element> |
||
| 111 | * <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature"/> |
||
| 112 | * </sequence> |
||
| 113 | * <attribute name="versao" use="required" type="{http://www.portalfiscal.inf.br/nfe}TVerEvento" /> |
||
| 114 | * </restriction> |
||
| 115 | * </complexContent> |
||
| 116 | * </complexType> |
||
| 117 | * </pre> |
||
| 118 | * |
||
| 119 | * |
||
| 120 | */ |
||
| 121 | @XmlAccessorType(XmlAccessType.FIELD) |
||
| 122 | @XmlType(name = "TEvento", namespace = "http://www.portalfiscal.inf.br/nfe", propOrder = { |
||
| 123 | "infEvento", |
||
| 124 | "signature" |
||
| 125 | }) |
||
| 126 | public class TEvento { |
||
| 127 | |||
| 128 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) |
||
| 129 | protected TEvento.InfEvento infEvento; |
||
| 130 | @XmlElement(name = "Signature", namespace = "http://www.w3.org/2000/09/xmldsig#", required = true) |
||
| 131 | protected SignatureType signature; |
||
| 132 | @XmlAttribute(name = "versao", required = true) |
||
| 133 | protected String versao; |
||
| 134 | |||
| 135 | /** |
||
| 136 | * Obtém o valor da propriedade infEvento. |
||
| 137 | * |
||
| 138 | * @return |
||
| 139 | * possible object is |
||
| 140 | * {@link TEvento.InfEvento } |
||
| 141 | * |
||
| 142 | */ |
||
| 143 | public TEvento.InfEvento getInfEvento() { |
||
| 144 | return infEvento; |
||
| 145 | } |
||
| 146 | |||
| 147 | /** |
||
| 148 | * Define o valor da propriedade infEvento. |
||
| 149 | * |
||
| 150 | * @param value |
||
| 151 | * allowed object is |
||
| 152 | * {@link TEvento.InfEvento } |
||
| 153 | * |
||
| 154 | */ |
||
| 155 | public void setInfEvento(TEvento.InfEvento value) { |
||
| 156 | this.infEvento = value; |
||
| 157 | } |
||
| 158 | |||
| 159 | /** |
||
| 160 | * Obtém o valor da propriedade signature. |
||
| 161 | * |
||
| 162 | * @return |
||
| 163 | * possible object is |
||
| 164 | * {@link SignatureType } |
||
| 165 | * |
||
| 166 | */ |
||
| 167 | public SignatureType getSignature() { |
||
| 168 | return signature; |
||
| 169 | } |
||
| 170 | |||
| 171 | /** |
||
| 172 | * Define o valor da propriedade signature. |
||
| 173 | * |
||
| 174 | * @param value |
||
| 175 | * allowed object is |
||
| 176 | * {@link SignatureType } |
||
| 177 | * |
||
| 178 | */ |
||
| 179 | public void setSignature(SignatureType value) { |
||
| 180 | this.signature = value; |
||
| 181 | } |
||
| 182 | |||
| 183 | /** |
||
| 184 | * Obtém o valor da propriedade versao. |
||
| 185 | * |
||
| 186 | * @return |
||
| 187 | * possible object is |
||
| 188 | * {@link String } |
||
| 189 | * |
||
| 190 | */ |
||
| 191 | public String getVersao() { |
||
| 192 | return versao; |
||
| 193 | } |
||
| 194 | |||
| 195 | /** |
||
| 196 | * Define o valor da propriedade versao. |
||
| 197 | * |
||
| 198 | * @param value |
||
| 199 | * allowed object is |
||
| 200 | * {@link String } |
||
| 201 | * |
||
| 202 | */ |
||
| 203 | public void setVersao(String value) { |
||
| 204 | this.versao = value; |
||
| 205 | } |
||
| 206 | |||
| 207 | |||
| 208 | /** |
||
| 209 | * <p>Classe Java de anonymous complex type. |
||
| 210 | * |
||
| 211 | * <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe. |
||
| 212 | * |
||
| 213 | * <pre> |
||
| 214 | * <complexType> |
||
| 215 | * <complexContent> |
||
| 216 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
||
| 217 | * <sequence> |
||
| 218 | * <element name="cOrgao" type="{http://www.portalfiscal.inf.br/nfe}TCOrgaoIBGE"/> |
||
| 219 | * <element name="tpAmb" type="{http://www.portalfiscal.inf.br/nfe}TAmb"/> |
||
| 220 | * <choice> |
||
| 221 | * <element name="CNPJ" type="{http://www.portalfiscal.inf.br/nfe}TCnpjOpc"/> |
||
| 222 | * <element name="CPF" type="{http://www.portalfiscal.inf.br/nfe}TCpf"/> |
||
| 223 | * </choice> |
||
| 224 | * <element name="chNFe" type="{http://www.portalfiscal.inf.br/nfe}TChNFe"/> |
||
| 225 | * <element name="dhEvento" type="{http://www.portalfiscal.inf.br/nfe}TDateTimeUTC"/> |
||
| 226 | * <element name="tpEvento"> |
||
| 227 | * <simpleType> |
||
| 228 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> |
||
| 229 | * <whiteSpace value="preserve"/> |
||
| 230 | * <pattern value="[0-9]{6}"/> |
||
| 231 | * <enumeration value="210200"/> |
||
| 232 | * <enumeration value="210210"/> |
||
| 233 | * <enumeration value="210220"/> |
||
| 234 | * <enumeration value="210240"/> |
||
| 235 | * </restriction> |
||
| 236 | * </simpleType> |
||
| 237 | * </element> |
||
| 238 | * <element name="nSeqEvento"> |
||
| 239 | * <simpleType> |
||
| 240 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> |
||
| 241 | * <whiteSpace value="preserve"/> |
||
| 242 | * <pattern value="[0-9]{1,2}"/> |
||
| 243 | * </restriction> |
||
| 244 | * </simpleType> |
||
| 245 | * </element> |
||
| 246 | * <element name="verEvento" type="{http://www.portalfiscal.inf.br/nfe}TVerEnvEvento"/> |
||
| 247 | * <element name="detEvento"> |
||
| 248 | * <complexType> |
||
| 249 | * <complexContent> |
||
| 250 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
||
| 251 | * <sequence> |
||
| 252 | * <element name="descEvento"> |
||
| 253 | * <simpleType> |
||
| 254 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> |
||
| 255 | * <whiteSpace value="preserve"/> |
||
| 256 | * <enumeration value="Confirmacao da Operacao"/> |
||
| 257 | * <enumeration value="Ciencia da Operacao"/> |
||
| 258 | * <enumeration value="Desconhecimento da Operacao"/> |
||
| 259 | * <enumeration value="Operacao nao Realizada"/> |
||
| 260 | * </restriction> |
||
| 261 | * </simpleType> |
||
| 262 | * </element> |
||
| 263 | * <element name="xJust" minOccurs="0"> |
||
| 264 | * <simpleType> |
||
| 265 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> |
||
| 266 | * <whiteSpace value="preserve"/> |
||
| 267 | * <minLength value="15"/> |
||
| 268 | * <maxLength value="255"/> |
||
| 269 | * <pattern value="[!-ÿ]{1}[ -ÿ]{0,}[!-ÿ]{1}|[!-ÿ]{1}"/> |
||
| 270 | * </restriction> |
||
| 271 | * </simpleType> |
||
| 272 | * </element> |
||
| 273 | * </sequence> |
||
| 274 | * <attribute name="versao" use="required"> |
||
| 275 | * <simpleType> |
||
| 276 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> |
||
| 277 | * <whiteSpace value="preserve"/> |
||
| 278 | * <enumeration value="1.00"/> |
||
| 279 | * </restriction> |
||
| 280 | * </simpleType> |
||
| 281 | * </attribute> |
||
| 282 | * </restriction> |
||
| 283 | * </complexContent> |
||
| 284 | * </complexType> |
||
| 285 | * </element> |
||
| 286 | * </sequence> |
||
| 287 | * <attribute name="Id" use="required"> |
||
| 288 | * <simpleType> |
||
| 289 | * <restriction base="{http://www.w3.org/2001/XMLSchema}ID"> |
||
| 290 | * <pattern value="ID[0-9]{52}"/> |
||
| 291 | * </restriction> |
||
| 292 | * </simpleType> |
||
| 293 | * </attribute> |
||
| 294 | * </restriction> |
||
| 295 | * </complexContent> |
||
| 296 | * </complexType> |
||
| 297 | * </pre> |
||
| 298 | * |
||
| 299 | * |
||
| 300 | */ |
||
| 301 | @XmlAccessorType(XmlAccessType.FIELD) |
||
| 302 | @XmlType(name = "", propOrder = { |
||
| 303 | "cOrgao", |
||
| 304 | "tpAmb", |
||
| 305 | "cnpj", |
||
| 306 | "cpf", |
||
| 307 | "chNFe", |
||
| 308 | "dhEvento", |
||
| 309 | "tpEvento", |
||
| 310 | "nSeqEvento", |
||
| 311 | "verEvento", |
||
| 312 | "detEvento" |
||
| 313 | }) |
||
| 314 | public static class InfEvento { |
||
| 315 | |||
| 316 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) |
||
| 317 | protected String cOrgao; |
||
| 318 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) |
||
| 319 | protected String tpAmb; |
||
| 320 | @XmlElement(name = "CNPJ", namespace = "http://www.portalfiscal.inf.br/nfe") |
||
| 321 | protected String cnpj; |
||
| 322 | @XmlElement(name = "CPF", namespace = "http://www.portalfiscal.inf.br/nfe") |
||
| 323 | protected String cpf; |
||
| 324 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) |
||
| 325 | protected String chNFe; |
||
| 326 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) |
||
| 327 | protected String dhEvento; |
||
| 328 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) |
||
| 329 | protected String tpEvento; |
||
| 330 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) |
||
| 331 | protected String nSeqEvento; |
||
| 332 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) |
||
| 333 | protected String verEvento; |
||
| 334 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) |
||
| 335 | protected TEvento.InfEvento.DetEvento detEvento; |
||
| 336 | @XmlAttribute(name = "Id", required = true) |
||
| 337 | @XmlJavaTypeAdapter(CollapsedStringAdapter.class) |
||
| 338 | @XmlID |
||
| 339 | protected String id; |
||
| 340 | |||
| 341 | /** |
||
| 342 | * Obtém o valor da propriedade cOrgao. |
||
| 343 | * |
||
| 344 | * @return |
||
| 345 | * possible object is |
||
| 346 | * {@link String } |
||
| 347 | * |
||
| 348 | */ |
||
| 349 | public String getCOrgao() { |
||
| 350 | return cOrgao; |
||
| 351 | } |
||
| 352 | |||
| 353 | /** |
||
| 354 | * Define o valor da propriedade cOrgao. |
||
| 355 | * |
||
| 356 | * @param value |
||
| 357 | * allowed object is |
||
| 358 | * {@link String } |
||
| 359 | * |
||
| 360 | */ |
||
| 361 | public void setCOrgao(String value) { |
||
| 362 | this.cOrgao = value; |
||
| 363 | } |
||
| 364 | |||
| 365 | /** |
||
| 366 | * Obtém o valor da propriedade tpAmb. |
||
| 367 | * |
||
| 368 | * @return |
||
| 369 | * possible object is |
||
| 370 | * {@link String } |
||
| 371 | * |
||
| 372 | */ |
||
| 373 | public String getTpAmb() { |
||
| 374 | return tpAmb; |
||
| 375 | } |
||
| 376 | |||
| 377 | /** |
||
| 378 | * Define o valor da propriedade tpAmb. |
||
| 379 | * |
||
| 380 | * @param value |
||
| 381 | * allowed object is |
||
| 382 | * {@link String } |
||
| 383 | * |
||
| 384 | */ |
||
| 385 | public void setTpAmb(String value) { |
||
| 386 | this.tpAmb = value; |
||
| 387 | } |
||
| 388 | |||
| 389 | /** |
||
| 390 | * Obtém o valor da propriedade cnpj. |
||
| 391 | * |
||
| 392 | * @return |
||
| 393 | * possible object is |
||
| 394 | * {@link String } |
||
| 395 | * |
||
| 396 | */ |
||
| 397 | public String getCNPJ() { |
||
| 398 | return cnpj; |
||
| 399 | } |
||
| 400 | |||
| 401 | /** |
||
| 402 | * Define o valor da propriedade cnpj. |
||
| 403 | * |
||
| 404 | * @param value |
||
| 405 | * allowed object is |
||
| 406 | * {@link String } |
||
| 407 | * |
||
| 408 | */ |
||
| 409 | public void setCNPJ(String value) { |
||
| 410 | this.cnpj = value; |
||
| 411 | } |
||
| 412 | |||
| 413 | /** |
||
| 414 | * Obtém o valor da propriedade cpf. |
||
| 415 | * |
||
| 416 | * @return |
||
| 417 | * possible object is |
||
| 418 | * {@link String } |
||
| 419 | * |
||
| 420 | */ |
||
| 421 | public String getCPF() { |
||
| 422 | return cpf; |
||
| 423 | } |
||
| 424 | |||
| 425 | /** |
||
| 426 | * Define o valor da propriedade cpf. |
||
| 427 | * |
||
| 428 | * @param value |
||
| 429 | * allowed object is |
||
| 430 | * {@link String } |
||
| 431 | * |
||
| 432 | */ |
||
| 433 | public void setCPF(String value) { |
||
| 434 | this.cpf = value; |
||
| 435 | } |
||
| 436 | |||
| 437 | /** |
||
| 438 | * Obtém o valor da propriedade chNFe. |
||
| 439 | * |
||
| 440 | * @return |
||
| 441 | * possible object is |
||
| 442 | * {@link String } |
||
| 443 | * |
||
| 444 | */ |
||
| 445 | public String getChNFe() { |
||
| 446 | return chNFe; |
||
| 447 | } |
||
| 448 | |||
| 449 | /** |
||
| 450 | * Define o valor da propriedade chNFe. |
||
| 451 | * |
||
| 452 | * @param value |
||
| 453 | * allowed object is |
||
| 454 | * {@link String } |
||
| 455 | * |
||
| 456 | */ |
||
| 457 | public void setChNFe(String value) { |
||
| 458 | this.chNFe = value; |
||
| 459 | } |
||
| 460 | |||
| 461 | /** |
||
| 462 | * Obtém o valor da propriedade dhEvento. |
||
| 463 | * |
||
| 464 | * @return |
||
| 465 | * possible object is |
||
| 466 | * {@link String } |
||
| 467 | * |
||
| 468 | */ |
||
| 469 | public String getDhEvento() { |
||
| 470 | return dhEvento; |
||
| 471 | } |
||
| 472 | |||
| 473 | /** |
||
| 474 | * Define o valor da propriedade dhEvento. |
||
| 475 | * |
||
| 476 | * @param value |
||
| 477 | * allowed object is |
||
| 478 | * {@link String } |
||
| 479 | * |
||
| 480 | */ |
||
| 481 | public void setDhEvento(String value) { |
||
| 482 | this.dhEvento = value; |
||
| 483 | } |
||
| 484 | |||
| 485 | /** |
||
| 486 | * Obtém o valor da propriedade tpEvento. |
||
| 487 | * |
||
| 488 | * @return |
||
| 489 | * possible object is |
||
| 490 | * {@link String } |
||
| 491 | * |
||
| 492 | */ |
||
| 493 | public String getTpEvento() { |
||
| 494 | return tpEvento; |
||
| 495 | } |
||
| 496 | |||
| 497 | /** |
||
| 498 | * Define o valor da propriedade tpEvento. |
||
| 499 | * |
||
| 500 | * @param value |
||
| 501 | * allowed object is |
||
| 502 | * {@link String } |
||
| 503 | * |
||
| 504 | */ |
||
| 505 | public void setTpEvento(String value) { |
||
| 506 | this.tpEvento = value; |
||
| 507 | } |
||
| 508 | |||
| 509 | /** |
||
| 510 | * Obtém o valor da propriedade nSeqEvento. |
||
| 511 | * |
||
| 512 | * @return |
||
| 513 | * possible object is |
||
| 514 | * {@link String } |
||
| 515 | * |
||
| 516 | */ |
||
| 517 | public String getNSeqEvento() { |
||
| 518 | return nSeqEvento; |
||
| 519 | } |
||
| 520 | |||
| 521 | /** |
||
| 522 | * Define o valor da propriedade nSeqEvento. |
||
| 523 | * |
||
| 524 | * @param value |
||
| 525 | * allowed object is |
||
| 526 | * {@link String } |
||
| 527 | * |
||
| 528 | */ |
||
| 529 | public void setNSeqEvento(String value) { |
||
| 530 | this.nSeqEvento = value; |
||
| 531 | } |
||
| 532 | |||
| 533 | /** |
||
| 534 | * Obtém o valor da propriedade verEvento. |
||
| 535 | * |
||
| 536 | * @return |
||
| 537 | * possible object is |
||
| 538 | * {@link String } |
||
| 539 | * |
||
| 540 | */ |
||
| 541 | public String getVerEvento() { |
||
| 542 | return verEvento; |
||
| 543 | } |
||
| 544 | |||
| 545 | /** |
||
| 546 | * Define o valor da propriedade verEvento. |
||
| 547 | * |
||
| 548 | * @param value |
||
| 549 | * allowed object is |
||
| 550 | * {@link String } |
||
| 551 | * |
||
| 552 | */ |
||
| 553 | public void setVerEvento(String value) { |
||
| 554 | this.verEvento = value; |
||
| 555 | } |
||
| 556 | |||
| 557 | /** |
||
| 558 | * Obtém o valor da propriedade detEvento. |
||
| 559 | * |
||
| 560 | * @return |
||
| 561 | * possible object is |
||
| 562 | * {@link TEvento.InfEvento.DetEvento } |
||
| 563 | * |
||
| 564 | */ |
||
| 565 | public TEvento.InfEvento.DetEvento getDetEvento() { |
||
| 566 | return detEvento; |
||
| 567 | } |
||
| 568 | |||
| 569 | /** |
||
| 570 | * Define o valor da propriedade detEvento. |
||
| 571 | * |
||
| 572 | * @param value |
||
| 573 | * allowed object is |
||
| 574 | * {@link TEvento.InfEvento.DetEvento } |
||
| 575 | * |
||
| 576 | */ |
||
| 577 | public void setDetEvento(TEvento.InfEvento.DetEvento value) { |
||
| 578 | this.detEvento = value; |
||
| 579 | } |
||
| 580 | |||
| 581 | /** |
||
| 582 | * Obtém o valor da propriedade id. |
||
| 583 | * |
||
| 584 | * @return |
||
| 585 | * possible object is |
||
| 586 | * {@link String } |
||
| 587 | * |
||
| 588 | */ |
||
| 589 | public String getId() { |
||
| 590 | return id; |
||
| 591 | } |
||
| 592 | |||
| 593 | /** |
||
| 594 | * Define o valor da propriedade id. |
||
| 595 | * |
||
| 596 | * @param value |
||
| 597 | * allowed object is |
||
| 598 | * {@link String } |
||
| 599 | * |
||
| 600 | */ |
||
| 601 | public void setId(String value) { |
||
| 602 | this.id = value; |
||
| 603 | } |
||
| 604 | |||
| 605 | |||
| 606 | /** |
||
| 607 | * <p>Classe Java de anonymous complex type. |
||
| 608 | * |
||
| 609 | * <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe. |
||
| 610 | * |
||
| 611 | * <pre> |
||
| 612 | * <complexType> |
||
| 613 | * <complexContent> |
||
| 614 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
||
| 615 | * <sequence> |
||
| 616 | * <element name="descEvento"> |
||
| 617 | * <simpleType> |
||
| 618 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> |
||
| 619 | * <whiteSpace value="preserve"/> |
||
| 620 | * <enumeration value="Confirmacao da Operacao"/> |
||
| 621 | * <enumeration value="Ciencia da Operacao"/> |
||
| 622 | * <enumeration value="Desconhecimento da Operacao"/> |
||
| 623 | * <enumeration value="Operacao nao Realizada"/> |
||
| 624 | * </restriction> |
||
| 625 | * </simpleType> |
||
| 626 | * </element> |
||
| 627 | * <element name="xJust" minOccurs="0"> |
||
| 628 | * <simpleType> |
||
| 629 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> |
||
| 630 | * <whiteSpace value="preserve"/> |
||
| 631 | * <minLength value="15"/> |
||
| 632 | * <maxLength value="255"/> |
||
| 633 | * <pattern value="[!-ÿ]{1}[ -ÿ]{0,}[!-ÿ]{1}|[!-ÿ]{1}"/> |
||
| 634 | * </restriction> |
||
| 635 | * </simpleType> |
||
| 636 | * </element> |
||
| 637 | * </sequence> |
||
| 638 | * <attribute name="versao" use="required"> |
||
| 639 | * <simpleType> |
||
| 640 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> |
||
| 641 | * <whiteSpace value="preserve"/> |
||
| 642 | * <enumeration value="1.00"/> |
||
| 643 | * </restriction> |
||
| 644 | * </simpleType> |
||
| 645 | * </attribute> |
||
| 646 | * </restriction> |
||
| 647 | * </complexContent> |
||
| 648 | * </complexType> |
||
| 649 | * </pre> |
||
| 650 | * |
||
| 651 | * |
||
| 652 | */ |
||
| 653 | @XmlAccessorType(XmlAccessType.FIELD) |
||
| 654 | @XmlType(name = "", propOrder = { |
||
| 655 | "descEvento", |
||
| 656 | "xJust" |
||
| 657 | }) |
||
| 658 | public static class DetEvento { |
||
| 659 | |||
| 660 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe", required = true) |
||
| 661 | protected String descEvento; |
||
| 662 | @XmlElement(namespace = "http://www.portalfiscal.inf.br/nfe") |
||
| 663 | protected String xJust; |
||
| 664 | @XmlAttribute(name = "versao", required = true) |
||
| 665 | protected String versao; |
||
| 666 | |||
| 667 | /** |
||
| 668 | * Obtém o valor da propriedade descEvento. |
||
| 669 | * |
||
| 670 | * @return |
||
| 671 | * possible object is |
||
| 672 | * {@link String } |
||
| 673 | * |
||
| 674 | */ |
||
| 675 | public String getDescEvento() { |
||
| 676 | return descEvento; |
||
| 677 | } |
||
| 678 | |||
| 679 | /** |
||
| 680 | * Define o valor da propriedade descEvento. |
||
| 681 | * |
||
| 682 | * @param value |
||
| 683 | * allowed object is |
||
| 684 | * {@link String } |
||
| 685 | * |
||
| 686 | */ |
||
| 687 | public void setDescEvento(String value) { |
||
| 688 | this.descEvento = value; |
||
| 689 | } |
||
| 690 | |||
| 691 | /** |
||
| 692 | * Obtém o valor da propriedade xJust. |
||
| 693 | * |
||
| 694 | * @return |
||
| 695 | * possible object is |
||
| 696 | * {@link String } |
||
| 697 | * |
||
| 698 | */ |
||
| 699 | public String getXJust() { |
||
| 700 | return xJust; |
||
| 701 | } |
||
| 702 | |||
| 703 | /** |
||
| 704 | * Define o valor da propriedade xJust. |
||
| 705 | * |
||
| 706 | * @param value |
||
| 707 | * allowed object is |
||
| 708 | * {@link String } |
||
| 709 | * |
||
| 710 | */ |
||
| 711 | public void setXJust(String value) { |
||
| 712 | this.xJust = value; |
||
| 713 | } |
||
| 714 | |||
| 715 | /** |
||
| 716 | * Obtém o valor da propriedade versao. |
||
| 717 | * |
||
| 718 | * @return |
||
| 719 | * possible object is |
||
| 720 | * {@link String } |
||
| 721 | * |
||
| 722 | */ |
||
| 723 | public String getVersao() { |
||
| 724 | return versao; |
||
| 725 | } |
||
| 726 | |||
| 727 | /** |
||
| 728 | * Define o valor da propriedade versao. |
||
| 729 | * |
||
| 730 | * @param value |
||
| 731 | * allowed object is |
||
| 732 | * {@link String } |
||
| 733 | * |
||
| 734 | */ |
||
| 735 | public void setVersao(String value) { |
||
| 736 | this.versao = value; |
||
| 737 | } |
||
| 738 | |||
| 739 | } |
||
| 740 | |||
| 741 | } |
||
| 742 | |||
| 743 | } |