Documento.java 26.4 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853
/**
 * Documento.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
 */

package Sei;

public class Documento  implements java.io.Serializable {
    private String tipo;

    private String idProcedimento;

    private String protocoloProcedimento;

    private String idSerie;

    private String numero;

    private String data;

    private String descricao;

    private String idTipoConferencia;

    private Remetente remetente;

    private Interessado[] interessados;

    private Destinatario[] destinatarios;

    private String observacao;

    private String nomeArquivo;

    private String nivelAcesso;

    private String idHipoteseLegal;

    private String conteudo;

    private byte[] conteudoMTOM;

    private String idArquivo;

    private Campo[] campos;

    private String sinBloqueado;

    public Documento() {
    }

    public Documento(
           String tipo,
           String idProcedimento,
           String protocoloProcedimento,
           String idSerie,
           String numero,
           String data,
           String descricao,
           String idTipoConferencia,
           Remetente remetente,
           Interessado[] interessados,
           Destinatario[] destinatarios,
           String observacao,
           String nomeArquivo,
           String nivelAcesso,
           String idHipoteseLegal,
           String conteudo,
           byte[] conteudoMTOM,
           String idArquivo,
           Campo[] campos,
           String sinBloqueado) {
           this.tipo = tipo;
           this.idProcedimento = idProcedimento;
           this.protocoloProcedimento = protocoloProcedimento;
           this.idSerie = idSerie;
           this.numero = numero;
           this.data = data;
           this.descricao = descricao;
           this.idTipoConferencia = idTipoConferencia;
           this.remetente = remetente;
           this.interessados = interessados;
           this.destinatarios = destinatarios;
           this.observacao = observacao;
           this.nomeArquivo = nomeArquivo;
           this.nivelAcesso = nivelAcesso;
           this.idHipoteseLegal = idHipoteseLegal;
           this.conteudo = conteudo;
           this.conteudoMTOM = conteudoMTOM;
           this.idArquivo = idArquivo;
           this.campos = campos;
           this.sinBloqueado = sinBloqueado;
    }


    /**
     * Gets the tipo value for this Documento.
     * 
     * @return tipo
     */
    public String getTipo() {
        return tipo;
    }


    /**
     * Sets the tipo value for this Documento.
     * 
     * @param tipo
     */
    public void setTipo(String tipo) {
        this.tipo = tipo;
    }


    /**
     * Gets the idProcedimento value for this Documento.
     * 
     * @return idProcedimento
     */
    public String getIdProcedimento() {
        return idProcedimento;
    }


    /**
     * Sets the idProcedimento value for this Documento.
     * 
     * @param idProcedimento
     */
    public void setIdProcedimento(String idProcedimento) {
        this.idProcedimento = idProcedimento;
    }


    /**
     * Gets the protocoloProcedimento value for this Documento.
     * 
     * @return protocoloProcedimento
     */
    public String getProtocoloProcedimento() {
        return protocoloProcedimento;
    }


    /**
     * Sets the protocoloProcedimento value for this Documento.
     * 
     * @param protocoloProcedimento
     */
    public void setProtocoloProcedimento(String protocoloProcedimento) {
        this.protocoloProcedimento = protocoloProcedimento;
    }


    /**
     * Gets the idSerie value for this Documento.
     * 
     * @return idSerie
     */
    public String getIdSerie() {
        return idSerie;
    }


    /**
     * Sets the idSerie value for this Documento.
     * 
     * @param idSerie
     */
    public void setIdSerie(String idSerie) {
        this.idSerie = idSerie;
    }


    /**
     * Gets the numero value for this Documento.
     * 
     * @return numero
     */
    public String getNumero() {
        return numero;
    }


    /**
     * Sets the numero value for this Documento.
     * 
     * @param numero
     */
    public void setNumero(String numero) {
        this.numero = numero;
    }


    /**
     * Gets the data value for this Documento.
     * 
     * @return data
     */
    public String getData() {
        return data;
    }


    /**
     * Sets the data value for this Documento.
     * 
     * @param data
     */
    public void setData(String data) {
        this.data = data;
    }


    /**
     * Gets the descricao value for this Documento.
     * 
     * @return descricao
     */
    public String getDescricao() {
        return descricao;
    }


    /**
     * Sets the descricao value for this Documento.
     * 
     * @param descricao
     */
    public void setDescricao(String descricao) {
        this.descricao = descricao;
    }


    /**
     * Gets the idTipoConferencia value for this Documento.
     * 
     * @return idTipoConferencia
     */
    public String getIdTipoConferencia() {
        return idTipoConferencia;
    }


    /**
     * Sets the idTipoConferencia value for this Documento.
     * 
     * @param idTipoConferencia
     */
    public void setIdTipoConferencia(String idTipoConferencia) {
        this.idTipoConferencia = idTipoConferencia;
    }


    /**
     * Gets the remetente value for this Documento.
     * 
     * @return remetente
     */
    public Remetente getRemetente() {
        return remetente;
    }


    /**
     * Sets the remetente value for this Documento.
     * 
     * @param remetente
     */
    public void setRemetente(Remetente remetente) {
        this.remetente = remetente;
    }


    /**
     * Gets the interessados value for this Documento.
     * 
     * @return interessados
     */
    public Interessado[] getInteressados() {
        return interessados;
    }


    /**
     * Sets the interessados value for this Documento.
     * 
     * @param interessados
     */
    public void setInteressados(Interessado[] interessados) {
        this.interessados = interessados;
    }


    /**
     * Gets the destinatarios value for this Documento.
     * 
     * @return destinatarios
     */
    public Destinatario[] getDestinatarios() {
        return destinatarios;
    }


    /**
     * Sets the destinatarios value for this Documento.
     * 
     * @param destinatarios
     */
    public void setDestinatarios(Destinatario[] destinatarios) {
        this.destinatarios = destinatarios;
    }


    /**
     * Gets the observacao value for this Documento.
     * 
     * @return observacao
     */
    public String getObservacao() {
        return observacao;
    }


    /**
     * Sets the observacao value for this Documento.
     * 
     * @param observacao
     */
    public void setObservacao(String observacao) {
        this.observacao = observacao;
    }


    /**
     * Gets the nomeArquivo value for this Documento.
     * 
     * @return nomeArquivo
     */
    public String getNomeArquivo() {
        return nomeArquivo;
    }


    /**
     * Sets the nomeArquivo value for this Documento.
     * 
     * @param nomeArquivo
     */
    public void setNomeArquivo(String nomeArquivo) {
        this.nomeArquivo = nomeArquivo;
    }


    /**
     * Gets the nivelAcesso value for this Documento.
     * 
     * @return nivelAcesso
     */
    public String getNivelAcesso() {
        return nivelAcesso;
    }


    /**
     * Sets the nivelAcesso value for this Documento.
     * 
     * @param nivelAcesso
     */
    public void setNivelAcesso(String nivelAcesso) {
        this.nivelAcesso = nivelAcesso;
    }


    /**
     * Gets the idHipoteseLegal value for this Documento.
     * 
     * @return idHipoteseLegal
     */
    public String getIdHipoteseLegal() {
        return idHipoteseLegal;
    }


    /**
     * Sets the idHipoteseLegal value for this Documento.
     * 
     * @param idHipoteseLegal
     */
    public void setIdHipoteseLegal(String idHipoteseLegal) {
        this.idHipoteseLegal = idHipoteseLegal;
    }


    /**
     * Gets the conteudo value for this Documento.
     * 
     * @return conteudo
     */
    public String getConteudo() {
        return conteudo;
    }


    /**
     * Sets the conteudo value for this Documento.
     * 
     * @param conteudo
     */
    public void setConteudo(String conteudo) {
        this.conteudo = conteudo;
    }


    /**
     * Gets the conteudoMTOM value for this Documento.
     * 
     * @return conteudoMTOM
     */
    public byte[] getConteudoMTOM() {
        return conteudoMTOM;
    }


    /**
     * Sets the conteudoMTOM value for this Documento.
     * 
     * @param conteudoMTOM
     */
    public void setConteudoMTOM(byte[] conteudoMTOM) {
        this.conteudoMTOM = conteudoMTOM;
    }


    /**
     * Gets the idArquivo value for this Documento.
     * 
     * @return idArquivo
     */
    public String getIdArquivo() {
        return idArquivo;
    }


    /**
     * Sets the idArquivo value for this Documento.
     * 
     * @param idArquivo
     */
    public void setIdArquivo(String idArquivo) {
        this.idArquivo = idArquivo;
    }


    /**
     * Gets the campos value for this Documento.
     * 
     * @return campos
     */
    public Campo[] getCampos() {
        return campos;
    }


    /**
     * Sets the campos value for this Documento.
     * 
     * @param campos
     */
    public void setCampos(Campo[] campos) {
        this.campos = campos;
    }


    /**
     * Gets the sinBloqueado value for this Documento.
     * 
     * @return sinBloqueado
     */
    public String getSinBloqueado() {
        return sinBloqueado;
    }


    /**
     * Sets the sinBloqueado value for this Documento.
     * 
     * @param sinBloqueado
     */
    public void setSinBloqueado(String sinBloqueado) {
        this.sinBloqueado = sinBloqueado;
    }

    private Object __equalsCalc = null;
    public synchronized boolean equals(Object obj) {
        if (!(obj instanceof Documento)) return false;
        Documento other = (Documento) obj;
        if (obj == null) return false;
        if (this == obj) return true;
        if (__equalsCalc != null) {
            return (__equalsCalc == obj);
        }
        __equalsCalc = obj;
        boolean _equals;
        _equals = true && 
            ((this.tipo==null && other.getTipo()==null) || 
             (this.tipo!=null &&
              this.tipo.equals(other.getTipo()))) &&
            ((this.idProcedimento==null && other.getIdProcedimento()==null) || 
             (this.idProcedimento!=null &&
              this.idProcedimento.equals(other.getIdProcedimento()))) &&
            ((this.protocoloProcedimento==null && other.getProtocoloProcedimento()==null) || 
             (this.protocoloProcedimento!=null &&
              this.protocoloProcedimento.equals(other.getProtocoloProcedimento()))) &&
            ((this.idSerie==null && other.getIdSerie()==null) || 
             (this.idSerie!=null &&
              this.idSerie.equals(other.getIdSerie()))) &&
            ((this.numero==null && other.getNumero()==null) || 
             (this.numero!=null &&
              this.numero.equals(other.getNumero()))) &&
            ((this.data==null && other.getData()==null) || 
             (this.data!=null &&
              this.data.equals(other.getData()))) &&
            ((this.descricao==null && other.getDescricao()==null) || 
             (this.descricao!=null &&
              this.descricao.equals(other.getDescricao()))) &&
            ((this.idTipoConferencia==null && other.getIdTipoConferencia()==null) || 
             (this.idTipoConferencia!=null &&
              this.idTipoConferencia.equals(other.getIdTipoConferencia()))) &&
            ((this.remetente==null && other.getRemetente()==null) || 
             (this.remetente!=null &&
              this.remetente.equals(other.getRemetente()))) &&
            ((this.interessados==null && other.getInteressados()==null) || 
             (this.interessados!=null &&
              java.util.Arrays.equals(this.interessados, other.getInteressados()))) &&
            ((this.destinatarios==null && other.getDestinatarios()==null) || 
             (this.destinatarios!=null &&
              java.util.Arrays.equals(this.destinatarios, other.getDestinatarios()))) &&
            ((this.observacao==null && other.getObservacao()==null) || 
             (this.observacao!=null &&
              this.observacao.equals(other.getObservacao()))) &&
            ((this.nomeArquivo==null && other.getNomeArquivo()==null) || 
             (this.nomeArquivo!=null &&
              this.nomeArquivo.equals(other.getNomeArquivo()))) &&
            ((this.nivelAcesso==null && other.getNivelAcesso()==null) || 
             (this.nivelAcesso!=null &&
              this.nivelAcesso.equals(other.getNivelAcesso()))) &&
            ((this.idHipoteseLegal==null && other.getIdHipoteseLegal()==null) || 
             (this.idHipoteseLegal!=null &&
              this.idHipoteseLegal.equals(other.getIdHipoteseLegal()))) &&
            ((this.conteudo==null && other.getConteudo()==null) || 
             (this.conteudo!=null &&
              this.conteudo.equals(other.getConteudo()))) &&
            ((this.conteudoMTOM==null && other.getConteudoMTOM()==null) || 
             (this.conteudoMTOM!=null &&
              java.util.Arrays.equals(this.conteudoMTOM, other.getConteudoMTOM()))) &&
            ((this.idArquivo==null && other.getIdArquivo()==null) || 
             (this.idArquivo!=null &&
              this.idArquivo.equals(other.getIdArquivo()))) &&
            ((this.campos==null && other.getCampos()==null) || 
             (this.campos!=null &&
              java.util.Arrays.equals(this.campos, other.getCampos()))) &&
            ((this.sinBloqueado==null && other.getSinBloqueado()==null) || 
             (this.sinBloqueado!=null &&
              this.sinBloqueado.equals(other.getSinBloqueado())));
        __equalsCalc = null;
        return _equals;
    }

    private boolean __hashCodeCalc = false;
    public synchronized int hashCode() {
        if (__hashCodeCalc) {
            return 0;
        }
        __hashCodeCalc = true;
        int _hashCode = 1;
        if (getTipo() != null) {
            _hashCode += getTipo().hashCode();
        }
        if (getIdProcedimento() != null) {
            _hashCode += getIdProcedimento().hashCode();
        }
        if (getProtocoloProcedimento() != null) {
            _hashCode += getProtocoloProcedimento().hashCode();
        }
        if (getIdSerie() != null) {
            _hashCode += getIdSerie().hashCode();
        }
        if (getNumero() != null) {
            _hashCode += getNumero().hashCode();
        }
        if (getData() != null) {
            _hashCode += getData().hashCode();
        }
        if (getDescricao() != null) {
            _hashCode += getDescricao().hashCode();
        }
        if (getIdTipoConferencia() != null) {
            _hashCode += getIdTipoConferencia().hashCode();
        }
        if (getRemetente() != null) {
            _hashCode += getRemetente().hashCode();
        }
        if (getInteressados() != null) {
            for (int i=0;
                 i<java.lang.reflect.Array.getLength(getInteressados());
                 i++) {
                Object obj = java.lang.reflect.Array.get(getInteressados(), i);
                if (obj != null &&
                    !obj.getClass().isArray()) {
                    _hashCode += obj.hashCode();
                }
            }
        }
        if (getDestinatarios() != null) {
            for (int i=0;
                 i<java.lang.reflect.Array.getLength(getDestinatarios());
                 i++) {
                Object obj = java.lang.reflect.Array.get(getDestinatarios(), i);
                if (obj != null &&
                    !obj.getClass().isArray()) {
                    _hashCode += obj.hashCode();
                }
            }
        }
        if (getObservacao() != null) {
            _hashCode += getObservacao().hashCode();
        }
        if (getNomeArquivo() != null) {
            _hashCode += getNomeArquivo().hashCode();
        }
        if (getNivelAcesso() != null) {
            _hashCode += getNivelAcesso().hashCode();
        }
        if (getIdHipoteseLegal() != null) {
            _hashCode += getIdHipoteseLegal().hashCode();
        }
        if (getConteudo() != null) {
            _hashCode += getConteudo().hashCode();
        }
        if (getConteudoMTOM() != null) {
            for (int i=0;
                 i<java.lang.reflect.Array.getLength(getConteudoMTOM());
                 i++) {
                Object obj = java.lang.reflect.Array.get(getConteudoMTOM(), i);
                if (obj != null &&
                    !obj.getClass().isArray()) {
                    _hashCode += obj.hashCode();
                }
            }
        }
        if (getIdArquivo() != null) {
            _hashCode += getIdArquivo().hashCode();
        }
        if (getCampos() != null) {
            for (int i=0;
                 i<java.lang.reflect.Array.getLength(getCampos());
                 i++) {
                Object obj = java.lang.reflect.Array.get(getCampos(), i);
                if (obj != null &&
                    !obj.getClass().isArray()) {
                    _hashCode += obj.hashCode();
                }
            }
        }
        if (getSinBloqueado() != null) {
            _hashCode += getSinBloqueado().hashCode();
        }
        __hashCodeCalc = false;
        return _hashCode;
    }

    // Type metadata
    private static org.apache.axis.description.TypeDesc typeDesc =
        new org.apache.axis.description.TypeDesc(Documento.class, true);

    static {
        typeDesc.setXmlType(new javax.xml.namespace.QName("Sei", "Documento"));
        org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("tipo");
        elemField.setXmlName(new javax.xml.namespace.QName("", "Tipo"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("idProcedimento");
        elemField.setXmlName(new javax.xml.namespace.QName("", "IdProcedimento"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setMinOccurs(0);
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("protocoloProcedimento");
        elemField.setXmlName(new javax.xml.namespace.QName("", "ProtocoloProcedimento"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setMinOccurs(0);
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("idSerie");
        elemField.setXmlName(new javax.xml.namespace.QName("", "IdSerie"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("numero");
        elemField.setXmlName(new javax.xml.namespace.QName("", "Numero"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setMinOccurs(0);
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("data");
        elemField.setXmlName(new javax.xml.namespace.QName("", "Data"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setMinOccurs(0);
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("descricao");
        elemField.setXmlName(new javax.xml.namespace.QName("", "Descricao"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setMinOccurs(0);
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("idTipoConferencia");
        elemField.setXmlName(new javax.xml.namespace.QName("", "IdTipoConferencia"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setMinOccurs(0);
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("remetente");
        elemField.setXmlName(new javax.xml.namespace.QName("", "Remetente"));
        elemField.setXmlType(new javax.xml.namespace.QName("Sei", "Remetente"));
        elemField.setMinOccurs(0);
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("interessados");
        elemField.setXmlName(new javax.xml.namespace.QName("", "Interessados"));
        elemField.setXmlType(new javax.xml.namespace.QName("Sei", "Interessado"));
        elemField.setMinOccurs(0);
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("destinatarios");
        elemField.setXmlName(new javax.xml.namespace.QName("", "Destinatarios"));
        elemField.setXmlType(new javax.xml.namespace.QName("Sei", "Destinatario"));
        elemField.setMinOccurs(0);
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("observacao");
        elemField.setXmlName(new javax.xml.namespace.QName("", "Observacao"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setMinOccurs(0);
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("nomeArquivo");
        elemField.setXmlName(new javax.xml.namespace.QName("", "NomeArquivo"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setMinOccurs(0);
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("nivelAcesso");
        elemField.setXmlName(new javax.xml.namespace.QName("", "NivelAcesso"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setMinOccurs(0);
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("idHipoteseLegal");
        elemField.setXmlName(new javax.xml.namespace.QName("", "IdHipoteseLegal"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setMinOccurs(0);
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("conteudo");
        elemField.setXmlName(new javax.xml.namespace.QName("", "Conteudo"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setMinOccurs(0);
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("conteudoMTOM");
        elemField.setXmlName(new javax.xml.namespace.QName("", "ConteudoMTOM"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "base64Binary"));
        elemField.setMinOccurs(0);
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("idArquivo");
        elemField.setXmlName(new javax.xml.namespace.QName("", "IdArquivo"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setMinOccurs(0);
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("campos");
        elemField.setXmlName(new javax.xml.namespace.QName("", "Campos"));
        elemField.setXmlType(new javax.xml.namespace.QName("Sei", "Campo"));
        elemField.setMinOccurs(0);
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("sinBloqueado");
        elemField.setXmlName(new javax.xml.namespace.QName("", "SinBloqueado"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setMinOccurs(0);
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
    }

    /**
     * Return type metadata object
     */
    public static org.apache.axis.description.TypeDesc getTypeDesc() {
        return typeDesc;
    }

    /**
     * Get Custom Serializer
     */
    public static org.apache.axis.encoding.Serializer getSerializer(
           String mechType,
           Class _javaType,
           javax.xml.namespace.QName _xmlType) {
        return 
          new  org.apache.axis.encoding.ser.BeanSerializer(
            _javaType, _xmlType, typeDesc);
    }

    /**
     * Get Custom Deserializer
     */
    public static org.apache.axis.encoding.Deserializer getDeserializer(
           String mechType,
           Class _javaType,
           javax.xml.namespace.QName _xmlType) {
        return 
          new  org.apache.axis.encoding.ser.BeanDeserializer(
            _javaType, _xmlType, typeDesc);
    }

}