Projeto camada REST do sistema ADV.
There is a WADL document available that describes the resources API.
You may also enjoy the interactive interface provided for this API by Swagger.
name | path | methods | description |
---|---|---|---|
Andamento |
|
|
Interface responsável por disponibilizar todos os serviços de andamento. |
Apontamento |
|
|
|
Arquivo |
|
|
Interface responsável por disponibilizar todos os serviços genericos de Arquivo. |
Assunto |
|
|
|
Atendimento |
|
|
Interface responsável por disponibilizar os serviços rest de Atendimento. |
Auditoria |
|
|
|
Campo Dinâmico |
|
|
|
Captura de Processos |
|
|
|
ChatGpt |
|
|
|
Checkout |
|
|
Interface responsável por disponibilizar todos os serviços do Checkout. |
Comentário |
|
|
Interface responsável por disponibilizar todos os serviços de comentario. |
Comum |
|
|
|
Contrato |
|
|
Interface responsável por disponibilizar todos os serviços de Contrato. |
Controle de franquia |
|
|
|
Cronometro |
|
|
Interface responsável por disponibilizar todos os serviços de Cronometro. |
Feriado |
|
|
Interface responsável por disponibilizar todos os serviços de feriado. |
FiltroPersonalizado |
|
|
|
Financeiro |
|
|
|
Importação |
|
|
|
Indicador |
|
|
Interface responsável por disponibilizar todos os serviços de indicadores. |
Intimação |
|
|
|
Intimação Eletrônica |
|
|
|
Marcadores |
|
|
|
Modelo de Documentos |
|
|
|
Modulo |
|
|
Interface responsável por disponibilizar todos os serviços do modulo. |
Notificação |
|
|
Interface responsável por disponibilizar os serviços rest de Notificacao. |
Pessoa |
|
|
|
Processo |
|
|
Interface responsável por disponibilizar os serviços de processos. |
Quadro Kanban |
|
|
|
Relatório |
|
|
Interface responsável por disponibilizar os serviços remrest de relatorio. |
Sistema |
|
|
|
SolicitacaoCancelamento |
|
|
Interface responsável por disponibilizar os serviços de solicitacao de cancelamento. |
Tarefa |
|
|
|
Usuário |
|
|
type | description |
---|---|
AcaoCapturaEnvolvidoType | Java class for acaoCapturaEnvolvidoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="acaoCapturaEnvolvidoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CADASTRAR_PESSOA_NOVA"/> <enumeration value="VINCULAR_PESSOA_EXISTENTE"/> <enumeration value="DESCARTAR_ENVOLVIDO"/> </restriction> </simpleType> |
AcaoEmLoteAlterarDatasReceitaDespesaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoData" type="{http://www.softplan.com.br/unj/schema/adv}tipoDataReceitaDespesaType"/> <element name="data" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="codigosPagamentos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> |
AcaoEmLoteAssuntoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigosEntidade" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="nomeAssuntoNovo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AcaoEmLoteExcluirPessoasWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AcaoEmLoteExcluirReceitaDespesaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigosReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosPagamentos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoExclusao" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoExclusaoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AcaoEmLoteExcluirReceitasDespesasWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}acaoEmLoteExcluirReceitaDespesaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AcaoEmLoteExcluirResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="qtdItensExcluidos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="qtdItensDesabilitados" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AcaoEmLoteExibirKanbanResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="registrosAtualizados" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AcaoEmLoteExibirKanbanWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTarefaEvento" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoNovoQuadro" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeNovoQuadro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AcaoEmLoteGrupoTrabalhoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigosEntidade" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoGrupoTrabalhoAtual" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoGrupoTrabalhoNovo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AcaoEmLoteNovasTarefasIntimacaoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}acaoEmLoteNovasTarefasType"> <sequence> <element name="codigosIntimacaoProcesso" type="{http://www.softplan.com.br/unj/schema/adv}intimacaoProcessoAcaoEmLoteType" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoDataBaseTarefaIntimacao" type="{http://www.softplan.com.br/unj/schema/adv}dataBaseTarefaIntimacaoType" minOccurs="0"/> <element name="prazoPrevisto" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="prazoFatal" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
AcaoEmLoteNovasTarefasProcessoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}acaoEmLoteNovasTarefasType"> <sequence> <element name="codigosProcesso" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
AcaoEmLoteNovasTarefasType | Java class for acaoEmLoteNovasTarefasType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="acaoEmLoteNovasTarefasType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaWs" minOccurs="0"/> <element name="tipoTemplateUsuario" type="{http://www.softplan.com.br/unj/schema/adv}tipoTemplateUsuarioGrupoType" minOccurs="0"/> <element name="tipoTemplateGrupo" type="{http://www.softplan.com.br/unj/schema/adv}tipoTemplateUsuarioGrupoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AcaoEmLoteNovosAndamentosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}andamentoWs" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AcaoEmLoteResponsavelResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="entidadesNaoAtualizadas" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AcaoEmLoteResponsavelWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigosEntidade" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoResponsavelAtual" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoResponsavelNovo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AcaoEmLoteTarefaDataWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigosEntidade" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="dataLimite" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataBase" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataConclusaoPrevista" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AdminTarefaEtapaWorkflowWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}tarefaEtapaWorkflowWs"> <sequence> <element name="codigoArrendatario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
AdvogadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="oab" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AnaliseJulgamentoComPedidoLiminar | Java class for analiseJulgamentoComPedidoLiminar complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="analiseJulgamentoComPedidoLiminar"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codAnaliseJulgamentoComPedidoLiminar" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="tipoDecisao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="indeferidos" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="deferidos" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="deferidosEmParte" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AndamentoAlteracaoTipoType | Java class for andamentoAlteracaoTipoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="andamentoAlteracaoTipoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="USUARIO"/> <enumeration value="FONTE_EXTERNA"/> <enumeration value="EXCLUIDO_FONTE_EXTERNA"/> </restriction> </simpleType> |
AndamentoClassifiacaoType | Java class for andamentoClassifiacaoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="andamentoClassifiacaoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoAndamentoClassificacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoAndamentoGrupo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeGrupo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="probabilidadeGrupo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="possuiPrazo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="possuiValor" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="confirmado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AndamentoClassificacaoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="andamentoClassificacoes" type="{http://www.softplan.com.br/unj/schema/adv}andamentoClassifiacaoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AndamentoConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoConsultaFiltrosType"> <sequence> <element name="codigoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricaoAndamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataInicioAndamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFimAndamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="codigoAndamentoTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flSouResponsavel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoClassificacaoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="cadastroManual" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
AndamentoConsultaGeralFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="modulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigosModulo" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosTipoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigosUsuariosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosUsuarioCriador" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="dataInicioAndamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFimAndamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoDataAndamento" type="{http://www.softplan.com.br/unj/schema/adv}tipoDataAndamentoType" minOccurs="0"/> <element name="atualizadoDesde" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AndamentoDadosBasicosType | Java class for andamentoDadosBasicosType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="andamentoDadosBasicosType"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeMultiModuloType"> <sequence> <element name="codigoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="lido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="descricaoAndamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="processoInstancia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataAndamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horaAndamento" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/> <element name="codigoTipoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTipoAndamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="privado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoCapturaMovimento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="totalArquivos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="flStatusClassificacao" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="cadastroManual" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="simplificacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
AndamentoDetalheVinculoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}andamentoDadosBasicosType"> <sequence> <element name="andamentoClassificacoes" type="{http://www.softplan.com.br/unj/schema/adv}andamentoClassifiacaoType" minOccurs="0"/> <element name="responsaveisAndamento" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}entidadeDetalhesIndicadorWs" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
AndamentoGrupoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoAndamentoGrupo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeGrupo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeGrupoPai" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="principal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AndamentoLidoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="lido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AndamentoProcessoClassificadoFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dataAndamentoInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataAndamentoFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosJaObtidos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="quantidadeAndamentos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="exibirApenasAndamentosPeriodo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ordenacaoDataAndamentoCrescente" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AndamentoProcessoClassificadoType | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificadorAndamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataAndamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horaAndamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoAndamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricaoAndamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoAndamentoClassificacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoAndamentoGrupo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="possuiPrazo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="possuiValor" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="confirmado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="nomeGrupo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AndamentoProcessoClassificadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <element ref="{http://www.softplan.com.br/unj/schema/adv}andamentoProcessoClassificadoType" maxOccurs="unbounded" minOccurs="0"/> </restriction> </complexContent> </complexType> |
AndamentoProcessoHistoricoType | Java class for andamentoProcessoHistoricoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="andamentoProcessoHistoricoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataAndamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="descricaoAndamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AndamentoProcessoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}andamentoDadosBasicosType"> <sequence> <element name="andamentoAlteracaoTipo" type="{http://www.softplan.com.br/unj/schema/adv}andamentoAlteracaoTipoType" minOccurs="0"/> <element name="andamentoDadosRecaptura" type="{http://www.softplan.com.br/unj/schema/adv}andamentoDadosBasicosType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
AndamentoProcessosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataUltimaCaptura" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataProximaCaptura" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataUltimaSolicitacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="situacaoSolicitacao" type="{http://www.softplan.com.br/unj/schema/adv}situacaoSolicitacaoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}andamentoProcessoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
AndamentoTipoConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulos" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AndamentoTipoConsultaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoAndamentoTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AndamentoTipoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoAndamentoTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulos" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AndamentoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}andamentoDadosBasicosType"> </extension> </complexContent> </complexType> |
AndamentosTipoConsultaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}andamentoTipoConsultaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AndamentosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}andamentoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ApontamentoDataHoraConsultaResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}apontamentoDataHoraWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ApontamentoDataHoraWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoApontamentoDataHora" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoApontamentoHorasPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificadorApontamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeApontamentoHorasTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataApontamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horasApontamento" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="/^\d{2}:\d{2}$/"/> </restriction> </simpleType> </element> <element name="descricaoApontamentoDataHora" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="faturarApontamentoHoras" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="nomeResponsavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="fotoResponsavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificadorModulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="moduloVinculo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ApontamentoHoraTipoConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nomeApontamentoHoraTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="tempo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ApontamentoHoraTipoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTipoApontamentoHora" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTipoApontamentoHora" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorHora" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="tempoPadrao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ApontamentoHoraTiposWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}apontamentoHoraTipoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ApontamentoHorasConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="faturar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="responsavelApontamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="apontamentoDataHoraInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="apontamentoDataHoraFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="apontamentoHoraTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="apontamentoHorasTipos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="apontamentoHorasTipoData" type="{http://www.softplan.com.br/unj/schema/adv}apontamentoHorasTipoDataType" minOccurs="0"/> <element name="exibirApontamentos" type="{http://www.softplan.com.br/unj/schema/adv}apontamentoHorasExibirType" minOccurs="0"/> <element name="codigoModulo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoClientes" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoMarcadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ApontamentoHorasConsultaResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoApontamentoHoras" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="faturarApontamentoHoras" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="nomeResponsavelApontamentoHoras" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="totalHorasApontamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorHoraTipoApontamento" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorTotal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="fotoResponsavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricaoApontamentoHoras" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeApontamentoHorasTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}apontamentoDataHoraWs" maxOccurs="unbounded" minOccurs="0"/> <element name="privado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="identificadorModulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ApontamentoHorasConsultaResultadosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalHoras" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}apontamentoHorasConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ApontamentoHorasExibirType | Java class for apontamentoHorasExibirType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="apontamentoHorasExibirType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="TODOS"/> <enumeration value="PENDENTES_LIBERACAO"/> <enumeration value="LIBERADOS_FATURAMENTO"/> </restriction> </simpleType> |
ApontamentoHorasTipoDataType | Java class for apontamentoHorasTipoDataType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="apontamentoHorasTipoDataType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DATA_CADASTRO"/> <enumeration value="DATA_LANCAMENTO"/> </restriction> </simpleType> |
ApontamentoHorasWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeMultiModuloType"> <sequence> <element name="codigoApontamentoHoras" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}apontamentoHoraTipoWs" minOccurs="0"/> <element name="descricaoApontamentoHoras" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="responsavelApontamentoHoras" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="faturarApontamentoHoras" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="horaApontamento" type="{http://www.softplan.com.br/unj/schema/adv}horaApontamentoType" maxOccurs="unbounded" minOccurs="0"/> <element name="privado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="totalHorasApontamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="fotoResponsavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}marcadorWs" maxOccurs="unbounded" minOccurs="0"/> <element name="moduloVinculo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificadorModulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}entidadeDetalhesIndicadorWs" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
ApontamentosHorasWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}apontamentoHorasWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ArquivoCompactadoRetornoStatusWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="statusArquivoCompactado" type="{http://www.softplan.com.br/unj/schema/adv}relatorioStatusType" minOccurs="0"/> <element name="urlArquivo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ArquivoConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dataInicioPeriodo" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFimPeriodo" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="arquivoTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="arquivoTipos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="nuTamanhoArquivo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="nomeArquivo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="arquivoExtensaoTipos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="sigiloso" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType" minOccurs="0"/> <element name="codigoArquivo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoUsuariosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ArquivoMetadadosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}arquivoTypeWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ArquivoTipoConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulos" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ArquivoTipoConsultaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoArquivoTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="possuiArrendatario" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
ArquivoTipoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoArquivoTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="abreviacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulos" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ArquivoTypeWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}modulosEntidadeType"> <sequence> <element name="codigoArquivo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="arquivoExtensao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoArquivo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="arquivoSigiloso" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="nomeOrigem" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeFinal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tamanho" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="caminhoArquivo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeUsuarioCriador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataEnvio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="nomeModuloPrincipal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="editorArquivoStatusType" type="{http://www.softplan.com.br/unj/schema/adv}editorArquivoStatusType" minOccurs="0"/> <element name="privado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="fotoResponsavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="boletoSituacao" type="{http://www.softplan.com.br/unj/schema/adv}boletoSituacaoType"/> <element name="clienteCriador" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="resumoPeticao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}entidadeDetalhesIndicadorWs" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
ArquivosTiposConsultaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}arquivoTipoConsultaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ArrendatarioTotalizadoresWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalProcessosCadastrados" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalTarefasCadastradas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalAtendimentosCadastrados" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalPessoasCadastradas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalArquivosCadastrados" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIntimacoesCadastradas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AssuntoConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nomeAssunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoModulo" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AssuntoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoAssunto" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeAssunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoModulo" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AssuntosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}assuntoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AtendimentoConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoConsultaFiltrosType"> <sequence> <element name="codigoSituacaoAtendimento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoSituacoesAtendimento" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="nomeAssunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoUnidadesOrganizacionais" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoUsuariosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoGruposResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="nomeClienteOuAdverso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoClienteOuAdverso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePasta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataInicioAtendimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFimAtendimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="flagHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="atendimentoTipoData" type="{http://www.softplan.com.br/unj/schema/adv}atendimentoTipoDataType" minOccurs="0"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoMarcadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="somenteAtivos" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="somenteEncerrados" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
AtendimentoConsultaType | Java class for atendimentoConsultaType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="atendimentoConsultaType"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoConsultaResultadoType"> <sequence> <element name="codigoAtendimento" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="dataAtendimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="nomeSituacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeAssunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="observacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeResponsaveis" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeClientes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeContrarios" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}atendimentoEnvolvidoConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataUltimaModificacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="bloqueado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}grupoUsuarioWs" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
AtendimentoConsultaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="atendimentoConsulta" type="{http://www.softplan.com.br/unj/schema/adv}atendimentoConsultaType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AtendimentoDadosBasicosComApontamentosDeHorasType | Java class for atendimentoDadosBasicosComApontamentosDeHorasType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="atendimentoDadosBasicosComApontamentosDeHorasType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}atendimentoDadosBasicosWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}apontamentosHorasWs" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AtendimentoDadosBasicosComApontamentosDeHorasWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="atendimentoDadosBasicosComApontamentosDeHoras" type="{http://www.softplan.com.br/unj/schema/adv}atendimentoDadosBasicosComApontamentosDeHorasType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AtendimentoDadosBasicosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="codigoAtendimento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeAssunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="pastaAtendimento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="situacao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="observacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeContrario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposTrabalho" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}marcadorWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}atendimentoPessoaWs" maxOccurs="unbounded" minOccurs="0"/> <element name="dataAtendimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataUltimaModificacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="envolvidos" type="{http://www.softplan.com.br/unj/schema/adv}envolvidoEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="operacoesAuditoria" type="{http://www.softplan.com.br/unj/schema/adv}operacaoAuditoriaType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
AtendimentoEnvolvidoConsultaResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoAtendimento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AtendimentoEnvolvidoTipoType | Java class for atendimentoEnvolvidoTipoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="atendimentoEnvolvidoTipoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CLIENTE"/> <enumeration value="CONTRARIO"/> </restriction> </simpleType> |
AtendimentoIndicadoresWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalIndicadorTodos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorAtivos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorEncerrados" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AtendimentoPessoaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="codigoAtendimentoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="flagPrincipal" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="atendimentoPessoaTipo" type="{http://www.softplan.com.br/unj/schema/adv}atendimentoEnvolvidoTipoType" minOccurs="0"/> <element name="pessoa" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
AtendimentoResumoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoAtendimento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeAssunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataAtendimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="pastaAtendimento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposTrabalho" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeContrario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="situacao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="dataUltimaModificacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AtendimentoTipoDataType | Java class for atendimentoTipoDataType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="atendimentoTipoDataType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DATA_CADASTRO"/> <enumeration value="DATA_MOVIMENTACAO"/> <enumeration value="DATA_ATUALIZACAO"/> <enumeration value="DATA_ATENDIMENTO"/> </restriction> </simpleType> |
AtualizacaoColunaKanbanTarefaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoColuna" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoQuadro" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="atualizarSituacaoTarefa" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoTarefaAnterior" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTarefaPosterior" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AtualizacaoPosicaoTarefaKanbanWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTarefaAnterior" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTarefaPosterior" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
BoletoAtualizacaoRespostaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
BoletoLoteItemWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoBoleto" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="urlBoleto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="linhaDigitavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataPagamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="motivoRejeicao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorPago" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="registroSistemaBancario" type="{http://www.softplan.com.br/unj/schema/adv}registroSistemaBancarioType"/> <element name="pagamentoDuplicado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="enviarBoletoCliente" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="boletoSituacao" type="{http://www.softplan.com.br/unj/schema/adv}boletoSituacaoType"/> <element name="codigoPagamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoConta" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="instrucaoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
BoletoLoteWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoCidade" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="logradouro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="complementoLogradouro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroLogradouro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bairro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cep" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="juros" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="multa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}boletoLoteItemWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
BoletoSituacaoType | Java class for boletoSituacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="boletoSituacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PENDENTE"/> <enumeration value="RECEBIDO"/> <enumeration value="CANCELADO"/> <enumeration value="SENDO_GERADO"/> <enumeration value="ERRO"/> <enumeration value="ERRO_NOME_CLIENTE_INVALIDO"/> <enumeration value="ERRO_PENDENCIA_CREDENCIAMENTO"/> <enumeration value="REJEITADO"/> <enumeration value="BAIXADO"/> <enumeration value="CONFIRMADO"/> </restriction> </simpleType> |
BoletoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoBoleto" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoConta" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoCidade" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="logradouro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="complementoLogradouro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroLogradouro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bairro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cep" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPagamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="juros" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="multa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorPago" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="instrucaoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlBoleto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="linhaDigitavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="pagamentoDuplicado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="motivoRejeicao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="registroSistemaBancario" type="{http://www.softplan.com.br/unj/schema/adv}registroSistemaBancarioType"/> <element name="boletoSituacao" type="{http://www.softplan.com.br/unj/schema/adv}boletoSituacaoType"/> <element name="enviarBoletoCliente" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
CadastroTipoConsultaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="modulosPossiveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}cadastroTipoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CadastroTipoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCadastroTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagPossuiModulo" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flagPossuiArrendatario" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="modulos" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CampoDinamicoConsultaFiltroType | Java class for campoDinamicoConsultaFiltroType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="campoDinamicoConsultaFiltroType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCampoDinamico" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeCampoDinamico" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="campoDinamicoTipo" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoTipoType" minOccurs="0"/> <element name="valorPesquisaTexto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorPesquisaNumero" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="valorPesquisaData" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorPesquisaBoolean" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="valorPesquisaLista" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="valorPesquisaLabel" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CampoDinamicoConsultaFiltrosType | Java class for campoDinamicoConsultaFiltrosType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="campoDinamicoConsultaFiltrosType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="campoDinamicoConsultaFiltro" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoConsultaFiltroType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CampoDinamicoConsultaModuloWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="listaMultipla" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="campoDinamicoTipo" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoTipoType" minOccurs="0"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CampoDinamicoConsultaResultadoType | Java class for campoDinamicoConsultaResultadoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="campoDinamicoConsultaResultadoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="valoresCamposDinamicos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CampoDinamicoDadoConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType"/> <element name="codigosCamposDinamico" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosRegistrosVinculo" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CampoDinamicoDadoConsultaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="campoDinamicoDado" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadoRegistroVinculoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CampoDinamicoDadoRegistroVinculoType | Java class for campoDinamicoDadoRegistroVinculoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="campoDinamicoDadoRegistroVinculoType"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadoType"> <sequence> <element name="modulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
CampoDinamicoDadoType | Java class for campoDinamicoDadoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="campoDinamicoDadoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCampoDinamicoDado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoCampoDinamico" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoAba" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeCampoDinamico" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="campoDinamicoTipo" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoTipoType" minOccurs="0"/> <element name="valorCampoTexto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorCampoNumero" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="valorCampoData" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorCampoBoolean" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="visivel" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="obrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="campoDinamicoItemLista" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoItemListaType" maxOccurs="unbounded" minOccurs="0"/> <element name="campoDinamicoItemLabel" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoItemLabelType" maxOccurs="unbounded" minOccurs="0"/> <element name="itensSelecionadosLista" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="itensSelecionadosLabel" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="campoDinamicoItemListaSelecionado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="textoAjuda" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CampoDinamicoDadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadoType"> </extension> </complexContent> </complexType> |
CampoDinamicoDadosEntidadeMultiModuloType | Java class for campoDinamicoDadosEntidadeMultiModuloType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="campoDinamicoDadosEntidadeMultiModuloType"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}modulosEntidadeType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
CampoDinamicoDadosEntidadeType | Java class for campoDinamicoDadosEntidadeType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="campoDinamicoDadosEntidadeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CampoDinamicoItemLabelType | Java class for campoDinamicoItemLabelType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="campoDinamicoItemLabelType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="padrao" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
CampoDinamicoItemLabelsWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="campoDinamicoItemLabel" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoItemLabelType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CampoDinamicoItemListaType | Java class for campoDinamicoItemListaType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="campoDinamicoItemListaType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="posicao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="padrao" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
CampoDinamicoItemListasWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="campoDinamicoItemLista" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoItemListaType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CampoDinamicoTipoType | Java class for campoDinamicoTipoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="campoDinamicoTipoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="TEXTO_LONGO"/> <enumeration value="TEXTO_CURTO"/> <enumeration value="NUMERO"/> <enumeration value="DATA"/> <enumeration value="LISTA_SELECAO_UNICA"/> <enumeration value="LISTA_MULTIPLA_SELECAO"/> <enumeration value="CHECKBOX"/> <enumeration value="LABEL"/> </restriction> </simpleType> |
CampoDinamicoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="textoAjuda" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="visivel" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="obrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="listaMultipla" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="campoDinamicoTipo" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoTipoType" minOccurs="0"/> <element name="valorPadraoCampoTexto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorPadraoCampoNumero" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="valorPadraoCampoData" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorPadraoCampoBoolean" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="aba" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType" minOccurs="0"/> <element name="posicaoTela" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="campoDinamicoItemLista" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoItemListaType" maxOccurs="unbounded" minOccurs="0"/> <element name="campoDinamicoItemLabel" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoItemLabelType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CamposDinamicosConsultaModuloWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoConsultaModuloWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CamposDinamicosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CapturaOabConsultaResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataCadastro" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="numeroOabFormatado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeUsuarioVinculado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="fotoUsuarioVinculado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="totalProcessosEncontrados" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CapturaOabWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="numeroOab" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoEstado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="situacaoOabType" type="{http://www.softplan.com.br/unj/schema/adv}situacaoCapturaOabType" minOccurs="0"/> <element name="numeroQuantidadeLimite" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="monitorarProcesso" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CapturaProcessoDataProximaCapturaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoArrendatario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataProximaCaptura" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CapturaProcessoFrequenciaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoFrequencia" type="{http://www.softplan.com.br/unj/schema/adv}tipoFrequenciaCentralCapturaProcessoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CapturaProcessoHistoricoComplementoConsultaResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCapturaProcessoHistorico" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificadorProcessoVinculado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataCaptura" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="totalEnvolvidos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalAndamentoInserido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalAndamentoExcluido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalAndamentoAlterado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="origemHistorico" type="{http://www.softplan.com.br/unj/schema/adv}origemCapturaHistoricoType" minOccurs="0"/> <element name="usuarioCaptura" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CapturaProcessoHistoricoComplementoConsultaResultadosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}capturaProcessoHistoricoComplementoConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CapturaProcessoHistoricoConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoJustica" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTribunal" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataCapturaInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataCapturaFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CapturaProcessoHistoricoConsultaResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="justica" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tribunal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoInstancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> <element name="localidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoCaptura" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="paramentroCaptura" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataUltimaCaptura" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataDistribuicao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="totalIntegracaoTribunal" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CapturaProcessoHistoricoConsultaResultadosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalGeralIntegracao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIntegracaoPagina" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}capturaProcessoHistoricoConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CapturaProcessoInstanciasWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoInstancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CapturaProcessoParametrosFiltrosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoNumeros" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoLocais" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CentralCapturaProcessoBrolyWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCentralCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoInstancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> <element name="valorCaptura" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cadastroAutomatico" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CentralCapturaProcessoConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoJusticaIntegracao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTribunalIntegracao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoCentralCaptura" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoCredencialOrgaoSistema" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificadorProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoFrequencia" type="{http://www.softplan.com.br/unj/schema/adv}tipoFrequenciaCentralCapturaProcessoType" minOccurs="0"/> <element name="tipoFiltroConsulta" type="{http://www.softplan.com.br/unj/schema/adv}tipoFiltroCapturaProcessoConsultaType" minOccurs="0"/> <element name="dataPeriodoInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPeriodoFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CentralCapturaProcessoDetalheWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCentralCaptura" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoCaptura" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="justica" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tribunal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoInstancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> <element name="dataCadastro" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="status" type="{http://www.softplan.com.br/unj/schema/adv}tipoStatusCentralCapturaProcessoType" minOccurs="0"/> <element name="tipoFrequencia" type="{http://www.softplan.com.br/unj/schema/adv}tipoFrequenciaCentralCapturaProcessoType" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}entidadeDetalhesIndicadorWs" minOccurs="0"/> <element name="responsavel" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" minOccurs="0"/> <element name="tipoJustica" type="{http://www.softplan.com.br/unj/schema/adv}tipoProcessoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoCadastroAutomaticoWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}numeroInstanciaWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}credencialOrgaoSistemaConsultaType" minOccurs="0"/> <element name="processoCapturados" type="{http://www.softplan.com.br/unj/schema/adv}processoCapturadoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CentralCapturaProcessoIndicadoresWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalIndicadorPendente" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorEmAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorErro" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorVinculado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorTodos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CentralCapturaProcessoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCentralCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoJusticaIntegracao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTribunalIntegracao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoInstancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> <element name="codigoProcessoPreVinculado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoLocalIntegracao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoLocalidadeIntegracao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTipoCapturaIntegracao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="valorCaptura" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoFrequencia" type="{http://www.softplan.com.br/unj/schema/adv}tipoFrequenciaCentralCapturaProcessoType" minOccurs="0"/> <element name="status" type="{http://www.softplan.com.br/unj/schema/adv}tipoStatusCentralCapturaProcessoType" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tipoCadastroCapturaProcesso" type="{http://www.softplan.com.br/unj/schema/adv}tipoCadastroCapturaProcessoType" minOccurs="0"/> <element name="usuario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="senha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cadastroAutomatico" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="cadastroAutomaticoEnvolvido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="deveVincularSomenteNumero" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}CredencialOrgaoSistemaWs" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CentroCustoConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nomeCentroCusto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="abreviacaoCentroCusto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="centroCustoPai" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="flagHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CentroCustoConsultaResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCentroCusto" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CentroCustoConsultaResultadosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}centroCustoConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CentroCustoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCentroCusto" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeCentroCusto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="abreviacaoCentroCusto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="centroCustoPai" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CertificadoDigitalConsultaType | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCertificadoDigital" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeArquivo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataValidade" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="qtdCredenciaisVinculadas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="cpf" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="usuarioResponsavel" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" minOccurs="0"/> <element name="isVencido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CertificadoDigitalConsultaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}certificadoDigitalConsultaType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ChatGptPromptRequestWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="prompt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="contextMessages" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ChatGptPromptResponseWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoMensagemUsuario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoMensagemAssistente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="mensagemAssistente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataRespostaAssistente" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="contabilizarFranquia" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="respostaChatGpt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tituloConversa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataUltimaMensagem" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ChaveFiltroTiposConsultaType | Java class for chaveFiltroTiposConsultaType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="chaveFiltroTiposConsultaType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filtro" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="valorDefaultFiltro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="filtroObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
ChavePaginacaoTiposConsultaType | Java class for chavePaginacaoTiposConsultaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="chavePaginacaoTiposConsultaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="NAO_POSSUI"/> <enumeration value="NAO_OBRIGATORIO"/> <enumeration value="OBRIGATORIO"/> </restriction> </simpleType> |
ChaveTipoConsultaType | Java class for chaveTipoConsultaType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="chaveTipoConsultaType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="chaveTipo" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="paginacaoTiposConsulta" type="{http://www.softplan.com.br/unj/schema/adv}chavePaginacaoTiposConsultaType"/> <element name="filtroTiposConsulta" type="{http://www.softplan.com.br/unj/schema/adv}chaveFiltroTiposConsultaType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ChaveTiposConsultaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoConsulta" type="{http://www.softplan.com.br/unj/schema/adv}chaveTipoConsultaType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ChecklistItemWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoChecklistItem" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoChecklist" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeItem" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="numeroOrdem" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="checked" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
ChecklistOrdenacaoType | Java class for checklistOrdenacaoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="checklistOrdenacaoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoChecklistItem" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="ordem" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ChecklistOrdenacaoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoChecklist" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="checklistOrdenacao" type="{http://www.softplan.com.br/unj/schema/adv}checklistOrdenacaoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ChecklistTemplateItemType | Java class for checklistTemplateItemType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="checklistTemplateItemType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoItem" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeItem" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroOrdem" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ChecklistTemplateWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTemplate" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTemplate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricaoTemplate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="itens" type="{http://www.softplan.com.br/unj/schema/adv}checklistTemplateItemType" maxOccurs="unbounded" minOccurs="0"/> <element name="numeroItens" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ChecklistWizardAgrupadoType | Java class for checklistWizardAgrupadoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="checklistWizardAgrupadoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoChecklistWizard" type="{http://www.softplan.com.br/unj/schema/adv}checklistWizardTipoType"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}checklistWizardControleWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ChecklistWizardAgrupadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="checkListWizardType" type="{http://www.softplan.com.br/unj/schema/adv}checklistWizardAgrupadoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ChecklistWizardControleWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoChecklistWizard" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="checklistWizardEnumType" type="{http://www.softplan.com.br/unj/schema/adv}checklistWizardEnumType" minOccurs="0"/> <element name="visualizado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="concluido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ChecklistWizardEnumType | Java class for checklistWizardEnumType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="checklistWizardEnumType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="SAJADV"/> <enumeration value="PROCESSO"/> <enumeration value="ATENDIMENTO"/> <enumeration value="PAINEL_DE_CONTROLE"/> <enumeration value="COLABORADOR"/> </restriction> </simpleType> |
ChecklistWizardTipoType | Java class for checklistWizardTipoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="checklistWizardTipoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="INTRODUCAO"/> <enumeration value="VIDEO"/> <enumeration value="CONFIGURACAO"/> </restriction> </simpleType> |
ChecklistWizardTotalConcluidoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalChecklistWizard" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalChecklistWizardConcluido" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType> |
ChecklistWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}modulosEntidadeType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}checklistItemWs" maxOccurs="unbounded" minOccurs="0"/> <element name="numeroItens" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroItensConcluidos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
CheckoutCartaoWs | Java class for checkoutCartaoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="checkoutCartaoWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nomeCartao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numero" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="mesValidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="anoValidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoSeguranca" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CheckoutCobrancaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pixQrCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorTotal" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="nomeFormaPagamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoBoleto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CheckoutContatoWs | Java class for checkoutContatoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="checkoutContatoWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nomeCompleto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cpfCnpj" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}enderecoSimplesWs" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CheckoutPerfilCountWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="quantidadeUsuariosCriados" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="quantidadeProcessosCriados" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CheckoutPerfilWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="quantidadeUsuarios" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="quantidadeProcessos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="habilitarFinanceiro" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="habilitarModeloDocumentos" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="habilitarWorkflow" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CheckoutServicoResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="checkoutServicos" type="{http://www.softplan.com.br/unj/schema/adv}checkoutServicoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="valorTotalServicosMensal" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="valorTotalServicosAnual" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CheckoutServicoWs | Java class for checkoutServicoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="checkoutServicoWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="agrupador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="quantidade" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="quantidadeMinima" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="unitario" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="obrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="valorUnitario" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="valorTotal" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CheckoutWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="checkoutServicos" type="{http://www.softplan.com.br/unj/schema/adv}checkoutServicoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="checkoutContato" type="{http://www.softplan.com.br/unj/schema/adv}checkoutContatoWs" minOccurs="0"/> <element name="checkoutCartao" type="{http://www.softplan.com.br/unj/schema/adv}checkoutCartaoWs" minOccurs="0"/> <element name="pagamentoBoleto" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="periodicidadeMensal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="qtdParcelasOnboarding" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="valorParcelaOnboarding" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ColunaKanbanTarefaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="titulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="posicao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="situacaoTarefa" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ComentarioConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="descricaoComentario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="usuarioCriador" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="usuariosCitados" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="dataInicioComentario" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFimComentario" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="codigoComentario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoComentarioPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ComentarioWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoComentario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="descricaoComentario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaConsultaAutoCompleteSimplesWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaConsultaAutoCompleteDtoWs" minOccurs="0"/> <element name="dataModificado" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="codigoRegistroVinculoPrincipal" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="moduloPrincipal" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="codigoComentarioPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalRespostas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}comentarioWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ComentariosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}comentarioWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CompromissoDetalhesResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTarefa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTarefaEvento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="ativo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="convidados" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="titulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}checklistWs" minOccurs="0"/> <element name="codigoTipoCompromisso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoCompromisso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horaInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataTermino" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horaTermino" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="diaTodo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="local" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="concluido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="acessoPrivado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ConfigNotificacaoTipoItemType | Java class for configNotificacaoTipoItemType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="configNotificacaoTipoItemType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoConfigNotificacaoItem" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="configNotificacaoTipoType" type="{http://www.softplan.com.br/unj/schema/adv}configNotificacaoTipoType"/> <element name="habilitarRecebimento" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
ConfigNotificacaoTipoType | Java class for configNotificacaoTipoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="configNotificacaoTipoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="SISTEMA"/> <enumeration value="EMAIL"/> <enumeration value="MOBILE"/> </restriction> </simpleType> |
ConfigNotificacaoWs | Java class for configNotificacaoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="configNotificacaoWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoConfigNotificacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeConfigNotificacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tokenConfigNotificacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoConfigNotificacaoPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="configNotificacoesFilhosWs" type="{http://www.softplan.com.br/unj/schema/adv}configNotificacaoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="configNotificacaoTipoItemType" type="{http://www.softplan.com.br/unj/schema/adv}configNotificacaoTipoItemType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ConfiguracaoNotificacaoMobileWs | Java class for configuracaoNotificacaoMobileWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="configuracaoNotificacaoMobileWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="mobileId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="mobileToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="mobileConfig" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ConfiguracaoNotificacaoType | Java class for configuracaoNotificacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="configuracaoNotificacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PROCESSO_PRONTO_PETICIONAR"/> <enumeration value="INTIMACAO_IMPORTADA"/> <enumeration value="INTIMACAO_IMPORTADA_ANDAMENTO"/> </restriction> </simpleType> |
ConfiguracaoNotificacoesWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="configNotificacaoWs" type="{http://www.softplan.com.br/unj/schema/adv}configNotificacaoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ConsultaDadosPessoaBuscaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="busca" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="atualizar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ConsultaGlobalWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoEntidade" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoEntidadePrincipal" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificadorEntidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="textoPrincipal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="textoComplementar" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType" minOccurs="0"/> <element name="moduloComplementar" type="{http://www.softplan.com.br/unj/schema/adv}moduloType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ConsultaGlobalsWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}consultaGlobalWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ConsultaTipoRetornoType | Java class for consultaTipoRetornoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="consultaTipoRetornoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="chaveTipo" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="quantidadeRegistros" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="simpleDto" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ConsultaTiposRetornoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="consultaTipoRetorno" type="{http://www.softplan.com.br/unj/schema/adv}consultaTipoRetornoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ConsumoCreditoConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigosServico" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosUsuarioConsumidor" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="dataInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ConsumoCreditoConsultaResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}consumoCreditoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ConsumoCreditoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoConsumoCredito" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="servico" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="creditoConsumido" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="dataConsumo" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="nomeUsuarioConsumidor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="fotoUsuarioConsumidor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContaBancoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}contaComunsType"> <sequence> <element name="banco" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="numeroAgencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="digitoAgencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="digitoConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="limiteCredito" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="credenciarConta" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="telefoneDdd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telefoneNumero" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cep" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="logradouro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bairro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cidadeTitular" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="estadoTitular" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="contaCredenciada" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="credenciamentoStatus" type="{http://www.softplan.com.br/unj/schema/adv}credenciamentoStatusType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
ContaCaixaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}contaComunsType"> </extension> </complexContent> </complexType> |
ContaCartaoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}contaComunsType"> <sequence> <element name="bandeiraCartao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="ultimosDigitos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="limiteCredito" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="diaVencimento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataValidade" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
ContaComunsType | Java class for contaComunsType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="contaComunsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoConta" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoConta" type="{http://www.softplan.com.br/unj/schema/adv}tipoContaType" minOccurs="0"/> <element name="titular" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="saldoInicial" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContaConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoConta" type="{http://www.softplan.com.br/unj/schema/adv}tipoContaType" minOccurs="0"/> <element name="nomeConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="titular" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="situacao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="somenteCredenciado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="documentoIgnorado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="contasIgnoradas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContaConsultaResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoConta" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="nomeConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="titular" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="fotoTitular" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="contaCredenciada" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="credenciamentoStatus" type="{http://www.softplan.com.br/unj/schema/adv}credenciamentoStatusType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContaConsultaResultadosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}contaConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoCobrancaParcelaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoContratoCobrancaParcela" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="numeroParcela" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="tipoParcela" type="{http://www.softplan.com.br/unj/schema/adv}tipoParcelaType" minOccurs="0"/> <element name="pagamentoTipo" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="conta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoCobrancaRegraWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoContratoCobrancaRegra" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoCobrancaRegra" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="parametroCobrancaRegra" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoCobrancaType | Java class for contratoCobrancaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="contratoCobrancaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ENTRADA"/> <enumeration value="VALOR_MENSAL"/> <enumeration value="RESULTADO_PROCESSO"/> <enumeration value="POR_ATO"/> <enumeration value="POR_TIMESHEET"/> <enumeration value="VALOR_UNICO"/> </restriction> </simpleType> |
ContratoCobrancaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoContratoCobranca" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataTermino" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="diaVencimento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="contratoCobrancaTipo" type="{http://www.softplan.com.br/unj/schema/adv}contratoCobrancaType" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="conta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="pagamentoTipo" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="condicaoPagamento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="numeroParcelas" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="periodicidade" type="{http://www.softplan.com.br/unj/schema/adv}tipoRecorrenciaType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}contratoCobrancaRegraWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}contratoCobrancaParcelaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="situacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoEnvolvidos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoContratoTipos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="intervaloInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="intervaloFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="vigenciaInicial" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoMarcadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoConsultaResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoContrato" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="contratoTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="titulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataVigenciaInicial" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataVigenciaFinal" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}grupoUsuarioWs" maxOccurs="unbounded" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cobrancas" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoConsultaResultadosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}contratoConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoEntradaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoContratoEntrada" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroParcela" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="conta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="pagamentoTipo" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoParteType | Java class for contratoParteType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="contratoParteType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CONTRATANTE"/> <enumeration value="CONTRATADO"/> <enumeration value="PRIMEIRA_TESTEMUNHA"/> <enumeration value="SEGUNDA_TESTEMUNHA"/> </restriction> </simpleType> |
ContratoParteWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoContratoParte" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="contratoParteTipo" type="{http://www.softplan.com.br/unj/schema/adv}contratoParteType" minOccurs="0"/> <element name="nomePessoaEnvolvida" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoPessoaEnvolvida" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="responsavelPagamento" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoResumoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoContrato" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeContratoTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="titulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoSituacaoType | Java class for contratoSituacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="contratoSituacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ATIVO"/> <enumeration value="ENCERRADO"/> </restriction> </simpleType> |
ContratoVinculoConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoContrato" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoVinculoConsultaResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeEnvolvido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="assunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoModulo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoVinculoConsultaResultadosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}contratoVinculoConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoVinculoModuloWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="modulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigosRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoContrato" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="titulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="mesReajuste" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroTotalParcelas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="periodicidade" type="{http://www.softplan.com.br/unj/schema/adv}tipoRecorrenciaType" minOccurs="0"/> <element name="correcaoMonetariaTipo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="contratoTipo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="dataVigenciaInicial" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataVigenciaFinal" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="contratoSituacao" type="{http://www.softplan.com.br/unj/schema/adv}contratoSituacaoType" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}marcadorWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}contratoParteWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}contratoCobrancaWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}contratoEntradaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ControleFranquiaEdicaoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="quantidadeContratada" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType"/> <element name="manterDegustacao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ControleFranquiaServicoConsumidorWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="quantidadeCosumoUnitario" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="name" type="{http://www.softplan.com.br/unj/schema/adv}tipoFranquiaCreditoServicoConsumidorType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ControleFranquiaUtilizadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="quantidadeMaxima" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="quantidadeMinima" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="quantidadeIncremento" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="quantidadeUtilizada" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="degustacao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="valorIndividual" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="servico" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bloqueioAtivo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="servicoDisponivel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="quantidadeContratada" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}controleFranquiaServicoConsumidorWs" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> |
CredencialOrgaoSistemaConsultaType | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCredencialOrgaoSistema" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="login" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="versao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="usuarioResponsavel" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" minOccurs="0"/> <element name="orgaoSistema" type="{http://www.softplan.com.br/unj/schema/adv}orgaoSistemaConsultaType" minOccurs="0"/> <element name="erroCredencialInvalida" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="capturaConfigurada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="autenticacaoDoisFatores" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="certificadoDigital" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="erroQrCodeInvalido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="erroQrCodeObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="erroCertificadoObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CredencialOrgaoSistemaConsultaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}credencialOrgaoSistemaConsultaType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CredencialOrgaoSistemaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCredencialOrgaoSistema" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoOrgaoSistema" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricaoOrgaoSistema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoUsuarioResponsavel" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeUsuarioResponsavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="login" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="senha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="erroCredencialInvalida" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="capturaConfigurada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="descricaoAutenticacaoDoisFatores" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoCertificadoDigital" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CredenciamentoStatusType | Java class for credenciamentoStatusType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="credenciamentoStatusType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="SUCESSO"/> <enumeration value="PENDENTE"/> <enumeration value="PENDENTE_CREDENCIAMENTO"/> <enumeration value="ERRO"/> <enumeration value="ERRO_BANCO_REPASSE_INVALIDO"/> <enumeration value="ERRO_AGENCIA_REPASSE_INVALIDO"/> <enumeration value="ERRO_CONTA_REPASSE_INVALIDO"/> <enumeration value="ERRO_CONTA_BANCO_REPASSE_INVALIDO"/> <enumeration value="ERRO_NOME_EMPRESA_INVALIDO"/> </restriction> </simpleType> |
CronometroStatusType | Java class for cronometroStatusType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="cronometroStatusType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="INATIVO"/> <enumeration value="PAUSADO"/> <enumeration value="EM_EXECUCAO"/> </restriction> </simpleType> |
CronometroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="status" type="{http://www.softplan.com.br/unj/schema/adv}cronometroStatusType" minOccurs="0"/> <element name="segundosDecorridos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
DadosArrendatarioWs | Java class for dadosArrendatarioWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="dadosArrendatarioWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dataInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
DadosBancariosType | Java class for dadosBancariosType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="dadosBancariosType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoDadosBancarios" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataInclusaoDadosBancarios" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="agenciaDadosBancarios" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroContaDadosBancarios" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoBancoDadosBancarios" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeBancoDadosBancarios" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoTipoContaDadosBancarios" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTipoContaDadosBancarios" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="pixDadosBancarios" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="observacaoDadosBancarios" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
DadosBancariosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}dadosBancariosType"> </extension> </complexContent> </complexType> |
DadosPreditivo | Java class for dadosPreditivo complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="dadosPreditivo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tribunal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orgaoJulgador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="classeCnj" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoClasseCnj" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="assuntos" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="listaJulgamento" type="{http://www.softplan.com.br/unj/schema/adv}listaJulgamento" maxOccurs="unbounded" minOccurs="0"/> <element name="analiseJulgamentoComPedidoLiminar" type="{http://www.softplan.com.br/unj/schema/adv}analiseJulgamentoComPedidoLiminar" maxOccurs="unbounded" minOccurs="0"/> <element name="pedidosLiminares" type="{http://www.softplan.com.br/unj/schema/adv}pedidosLiminares" minOccurs="0"/> <element name="mediaValorCausa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="mediaValorExecucao" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="mediaDiasTransitoJulgado" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="unidadeOrigemJudicial" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="mediaDiasAteArquivamento" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="mediaValorCondenacao" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="mediaDiasAteSentenca" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="resumoIApreditivo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="qtdProcessosAnalisados" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
DataBaseTarefaIntimacaoType | Java class for dataBaseTarefaIntimacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="dataBaseTarefaIntimacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DATA_DISPONIBILIZACAO"/> <enumeration value="DATA_PUBLICACAO"/> <enumeration value="DATA_MANUAL"/> </restriction> </simpleType> |
DepositoGarantiaConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoDepositoGarantia" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataPeriodoInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPeriodoFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoGarantiaOuDeposito" type="{http://www.softplan.com.br/unj/schema/adv}garantiaDepositoType" minOccurs="0"/> <element name="tipoGarantia" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoPessoa" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
DepositoGarantiaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="codigoDepositoGarantia" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoGarantia" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoGarantiaOuDeposito" type="{http://www.softplan.com.br/unj/schema/adv}garantiaDepositoType" minOccurs="0"/> <element name="dataInicioGarantia" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFimGarantia" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="tipoPessoa" type="{http://www.softplan.com.br/unj/schema/adv}garantiaTipoPessoaType" minOccurs="0"/> <element name="pessoa" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoCorrecaoMonetaria" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="envolvidos" type="{http://www.softplan.com.br/unj/schema/adv}envolvidoEntidadeWs" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
DepositoGarantiasWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}depositoGarantiaWs" maxOccurs="unbounded" minOccurs="0"/> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
DocumentoIdentificacaoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoDocumento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataEmissoDocumento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataValidadeDocumento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="orgaoExpedidorDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="paisDocumento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="estadoDocumento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="cidadeDocumento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoDocumento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoPessoa" type="{http://www.softplan.com.br/unj/schema/adv}tipoPessoaType"/> </sequence> </restriction> </complexContent> </complexType> |
EditorArquivoStatusType | Java class for editorArquivoStatusType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="editorArquivoStatusType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="EM_EDICAO"/> <enumeration value="EM_TRANSITO"/> <enumeration value="FINALIZADO"/> <enumeration value="AUTENTICACAO_INVALIDA"/> <enumeration value="ARQUIVO_NAO_ENCONTRADO"/> <enumeration value="FALHA_NO_DOWNLOAD"/> <enumeration value="FALHA_NO_UPLOAD"/> <enumeration value="LOCK_ATIVO"/> </restriction> </simpleType> |
EnderecoSimplesWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cep" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="logradouro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numero" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="complemento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bairro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="pais" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="estado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
EnderecoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoEndereco" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="cepEndereco" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="complementoEndereco" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricaoEndereco" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bairroEndereco" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="logradouroEndereco" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroEndereco" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoEndereco" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="cidadeEndereco" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="estadoEndereco" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="paisEndereco" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="siglaEstadoEstrangeiro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
EntidadeDetalhesIndicadorWs | Java class for entidadeDetalhesIndicadorWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="entidadeDetalhesIndicadorWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoEntidade" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoUsuarioCriador" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoModulo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="chaveModulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlNumeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="envolvidos" type="{http://www.softplan.com.br/unj/schema/adv}envolvidoEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposTrabalho" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposUsuarios" type="{http://www.softplan.com.br/unj/schema/adv}grupoUsuarioWs" maxOccurs="unbounded" minOccurs="0"/> <element name="planoContaNatureza" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataDisponibilizacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPublicacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPrevista" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horaPrevista" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFatal" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horaFatal" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoTarefa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="instancia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoPessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cpfOuCnpj" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="classificacoes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="assunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
EnvolvidoConsultaResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoVinculoEnvolvido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoParticipacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagPrincipal" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flagCliente" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="tipoEnvolvido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagCompleto" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
EnvolvidoEntidadeWs | Java class for envolvidoEntidadeWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="envolvidoEntidadeWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeCompleto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="envolvimento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlFoto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagCliente" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagPrincipal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoEnvolvimento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
EnvolvidosConsultaResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}envolvidoConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
EstadoRetornoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="simpleDto" type="{http://www.softplan.com.br/unj/schema/adv}estadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
EstadoWs | Java class for estadoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="estadoWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType"> <sequence> <element name="sigla" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
EstiloCorType | Java class for estiloCorType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="estiloCorType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="VERDE"/> <enumeration value="VERMELHO"/> <enumeration value="LARANJA"/> <enumeration value="PETROLEO"/> <enumeration value="AZUL"/> <enumeration value="ROXO"/> <enumeration value="DOURADO"/> </restriction> </simpleType> |
EventoAuditoriaType | Java class for eventoAuditoriaType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="eventoAuditoriaType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataEvento" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="codigoTransacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoUsuarioEvento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoOperacao" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="nomeTabela" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="codigoRegistroEvento" type="{http://www.w3.org/2001/XMLSchema}anyType"/> <element name="conteudo" type="{http://www.w3.org/2001/XMLSchema}anyType"/> <element name="conteudoAnterior" type="{http://www.w3.org/2001/XMLSchema}anyType"/> </sequence> </restriction> </complexContent> </complexType> |
EventoLinhaDoTempoType | Java class for eventoLinhaDoTempoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="eventoLinhaDoTempoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoEvento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoClassificacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoGrupo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataEvento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="nomeEvento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricaoEvento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flConfirmado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
EventoLinhaDoTempoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="eventosLinhaDoTempoType" type="{http://www.softplan.com.br/unj/schema/adv}eventoLinhaDoTempoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
EventosAuditoriaType | Java class for eventosAuditoriaType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="eventosAuditoriaType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="eventos" type="{http://www.softplan.com.br/unj/schema/adv}eventoAuditoriaType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
FeriadoCalendarioWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataFeriado" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoFeriado" type="{http://www.softplan.com.br/unj/schema/adv}tipoFeriadoType" minOccurs="0"/> <element name="siglaEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
FeriadoConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataPeriodoInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPeriodoFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="estado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="cidade" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoFeriado" type="{http://www.softplan.com.br/unj/schema/adv}tipoFeriadoType" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
FeriadoConsultaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoFeriado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataFeriado" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="estado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
FeriadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoFeriado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="possuiRecorrenciaAnual" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="estado" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="cidade" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="dataFeriado" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoFeriado" type="{http://www.softplan.com.br/unj/schema/adv}tipoFeriadoType" minOccurs="0"/> <element name="codigoArrendatario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="ativo" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="ignorarFeriado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
FeriadosCalendarioWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}feriadoCalendarioWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
FeriadosConsultaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}feriadoConsultaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
FiltroDataType | Java class for filtroDataType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="filtroDataType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="EMISSAO"/> <enumeration value="VENCIMENTO"/> <enumeration value="PAGAMENTO"/> </restriction> </simpleType> |
FiltroPersonalizadoWs | Java class for filtroPersonalizadoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="filtroPersonalizadoWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="titulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="conteudoFiltroJson" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="ativo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
FiltroRapidoAndamentoType | Java class for filtroRapidoAndamentoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="filtroRapidoAndamentoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="TODOS"/> <enumeration value="LIDOS"/> <enumeration value="NAO_LIDOS"/> </restriction> </simpleType> |
FiltroRapidoTarefaConsultaType | Java class for filtroRapidoTarefaConsultaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="filtroRapidoTarefaConsultaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="TODAS"/> <enumeration value="ATRASADAS"/> <enumeration value="HOJE"/> <enumeration value="FUTURAS"/> </restriction> </simpleType> |
FiltroTarefaCompromissoType | Java class for filtroTarefaCompromissoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="filtroTarefaCompromissoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="TAREFA"/> <enumeration value="COMPROMISSO"/> </restriction> </simpleType> |
FiltrosUteisReceitaDespesaType | Java class for filtrosUteisReceitaDespesaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="filtrosUteisReceitaDespesaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="VENCIDOS"/> <enumeration value="VENCIMENTO_HOJE"/> </restriction> </simpleType> |
FormaPagamentoType | Java class for formaPagamentoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="formaPagamentoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CHEQUE"/> <enumeration value="BOLETO"/> <enumeration value="DUPLICATA"/> <enumeration value="TRANSFERENCIA"/> <enumeration value="CARTAO"/> <enumeration value="DINHEIRO"/> <enumeration value="OUTROS"/> <enumeration value="DEBITO_EM_CONTA"/> <enumeration value="DEPOSITO_BANCARIO"/> <enumeration value="PIX"/> <enumeration value="CARTAO_DEBITO"/> </restriction> </simpleType> |
FuncaoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoFuncao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeFuncao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
FundoCorType | Java class for fundoCorType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="fundoCorType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="fundo-escuro"/> <enumeration value="fundo-claro"/> </restriction> </simpleType> |
GarantiaDepositoType | Java class for garantiaDepositoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="garantiaDepositoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="GARANTIA"/> <enumeration value="DEPOSITO"/> </restriction> </simpleType> |
GarantiaTipoPessoaType | Java class for garantiaTipoPessoaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="garantiaTipoPessoaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PARTE_ATIVA"/> <enumeration value="PARTE_PASSIVA"/> <enumeration value="TERCEIRO"/> </restriction> </simpleType> |
GeneroPessoaType | Java class for generoPessoaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="generoPessoaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="MASCULINO"/> <enumeration value="FEMININO"/> <enumeration value="NAO-BINARIO"/> <enumeration value="OUTROS"/> </restriction> </simpleType> |
GerarModeloDocumentoEmBrancoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nomeDocumento" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="descricaoDocumento" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="dataEnvio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="sigiloso" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="privado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="tipoArquivo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}modulosEntidadeWs" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
GerarModeloDocumentoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoModeloDocumento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeDocumento" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="descricaoDocumento" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="dataEnvio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="sigiloso" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="privado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="tipoArquivo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}modulosEntidadeWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}mapModeloTipoCodigoEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
GrupoFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="usuarios" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="administrador" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
GrupoResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoGrupo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeUsuarios" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="administrador" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
GrupoUsuarioWs | Java class for grupoUsuarioWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="grupoUsuarioWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoGrupo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeGrupo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
GrupoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoGrupo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="administrador" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="usuarios" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
GruposWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}grupoResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
HoraApontamentoType | Java class for horaApontamentoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="horaApontamentoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoHoraApontamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataApontamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horasApontamento" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="/^\d{2}:\d{2}$/"/> </restriction> </simpleType> </element> <element name="descricaoApontamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ImportacaoDadosCelulaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="colunaLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="colunaValor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ImportacaoDadosLinhaMotivoErroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="mensagem" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="parametros" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ImportacaoDadosLinhaMotivoErrosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}importacaoDadosLinhaMotivoErroWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ImportacaoDadosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="statusImportacaoDados" type="{http://www.softplan.com.br/unj/schema/adv}importacaoStatusType" minOccurs="0"/> <element name="dataImportacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="usuarioImportador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeArquivo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tamanhoArquivo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoArquivo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroLinhas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="marcadores" type="{http://www.softplan.com.br/unj/schema/adv}simpleValueType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> |
ImportacaoStatusType | Java class for importacaoStatusType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="importacaoStatusType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PENDENTE"/> <enumeration value="EXECUTADA"/> </restriction> </simpleType> |
ImportacoesDadosCelulasWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}importacaoDadosCelulaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IndicadorType | Java class for indicadorType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="indicadorType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="tarefa"/> <enumeration value="intimacao"/> <enumeration value="compromisso"/> <enumeration value="andamento"/> <enumeration value="audiencia"/> </restriction> </simpleType> |
IndicadorTypeWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoIndicador" type="{http://www.softplan.com.br/unj/schema/adv}indicadorType" minOccurs="0"/> <element name="total" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="indicadores" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IndicadoresWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}indicadorTypeWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoAssinanteErroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoIntimacaoAssinante" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="termoPrincipal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoAssinanteStatusMigracaoType | Java class for intimacaoAssinanteStatusMigracaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="intimacaoAssinanteStatusMigracaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="EM_MIGRACAO"/> <enumeration value="ERRO_MIGRACAO"/> <enumeration value="PROCESSANDO_CADASTRO_FORNECEDOR"/> <enumeration value="EM_HOMOLOGACAO"/> <enumeration value="AGUARDANDO_EXCLUSAO"/> <enumeration value="FINALIZADA"/> </restriction> </simpleType> |
IntimacaoAssinanteStatusType | Java class for intimacaoAssinanteStatusType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="intimacaoAssinanteStatusType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PENDENTE_CADASTRO_PROVEDOR"/> <enumeration value="CADASTRADO_COM_SUCESSO_PROVEDOR"/> <enumeration value="ERRO_CADASTRO_PROVEDOR"/> <enumeration value="ERRO_AUTENTICACAO_PROVEDOR"/> <enumeration value="EXCLUIDO_COM_SUCESSO_PROVEDOR"/> </restriction> </simpleType> |
IntimacaoAssinanteTermoType | Java class for intimacaoAssinanteTermoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="intimacaoAssinanteTermoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoIntimacaoAssinanteTermo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTermo" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="tipoTermoType" type="{http://www.softplan.com.br/unj/schema/adv}tipoTermoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoAssinanteWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoIntimacaoAssinante" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePesquisa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoAssinante" type="{http://www.softplan.com.br/unj/schema/adv}tipoAssinanteType" minOccurs="0"/> <element name="status" type="{http://www.softplan.com.br/unj/schema/adv}intimacaoAssinanteStatusType" minOccurs="0"/> <element name="codigoUsuarioVinculado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="senhaProvedor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="loginProvedor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoEstadoProvedor" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="siglaEstadoProvedor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="oab" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="tipoOab" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoEstadoOab" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="siglaEstadoOab" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="intimacaoAssinanteTermos" type="{http://www.softplan.com.br/unj/schema/adv}intimacaoAssinanteTermoType" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoProvedor" type="{http://www.softplan.com.br/unj/schema/adv}tipoProvedorType" minOccurs="0"/> <element name="codigosEstadoPesquisa" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="siglasEstadoPesquisa" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="fotoResponsavel" type="{http://www.softplan.com.br/unj/schema/adv}pessoaFotoResponsavel" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoInscricaoOab" type="{http://www.softplan.com.br/unj/schema/adv}TipoInscricaoType" minOccurs="0"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}grupoUsuarioWs" maxOccurs="unbounded" minOccurs="0"/> <element name="siglaProvedor" type="{http://www.softplan.com.br/unj/schema/adv}siglaProvedorType"/> <element name="statusMigracao" type="{http://www.softplan.com.br/unj/schema/adv}intimacaoAssinanteStatusMigracaoType"/> <element name="tipoJustica" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="exibirApenasIntimacoesNumeroOab" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoConfiguracaoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoArrendatario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoUsuarioCriador" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoConfiguracaoIntimacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoConfiguracaoIntimacaoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoConfiguracoesWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}intimacaoConfiguracaoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoFiltroEspeciais" type="{http://www.softplan.com.br/unj/schema/adv}tipoFiltroEspeciasIntimacaoType" minOccurs="0"/> <element name="tipoDataFiltroIntimacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoDataFiltroIntimacaoType" minOccurs="0"/> <element name="tipoSituacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoSituacaoIntimacaoType" minOccurs="0"/> <element name="dataPeriodoInicial" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPeriodoFinal" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoJustica" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="estado" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="nomeOabAdvogado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigosUsuariosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosGruposResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigosUsuariosVinculados" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoInformacaoExclusao" type="{http://www.softplan.com.br/unj/schema/adv}tipoInformacaoExclusaoType" minOccurs="0"/> <element name="intimacoesDescartadas" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="consultaIndexada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dadosOrigemFiltro" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}intimacaoFiltrosAtivos" minOccurs="0"/> <element name="tipoIntimacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoIntimacaoType" minOccurs="0"/> <element name="codigoIntimacaoAssinante" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoConsultaPendenteFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="visaoEscritorio" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigosUsuarioVinculado" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosUsuariosResponsaveisProcesso" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoConsultaPendenteWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoIntimacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataDisponibilizacao" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="dataJornal" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="siglaOrgao" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="fotoResponsavel" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="nomeResponsavel" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="siglaNomeResponsavel" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoIntimacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoIntimacaoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoConsultaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoIntimacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="oabOrigem" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="dataDisponibilizacao" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="dataJornal" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="estado" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="cidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orgao" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="texto" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="tipoSituacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoSituacaoIntimacaoType" minOccurs="0"/> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="termoExcecao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="duplicada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="descartada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dataExclusao" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="nomePessoaExclusao" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="flAtivo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tarefasSugeridas" type="{http://www.softplan.com.br/unj/schema/adv}intimacaoSugestaoType" maxOccurs="unbounded" minOccurs="0"/> <element name="excluindo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="reportandoExcecao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="fotoResponsavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeResponsavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="siglaNomeResponsavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="isSelecionado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}grupoUsuarioWs" maxOccurs="unbounded" minOccurs="0"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoIntimacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoIntimacaoType" minOccurs="0"/> <element name="motivoDescarte" type="{http://www.softplan.com.br/unj/schema/adv}motivoDescarteType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoDetalheWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoIntimacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataDisponibilizacao" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="dataDisponibilizacaoProvedor" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="dataJornal" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="jornal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="justica" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orgao" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="texto" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="textoCortado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}advogadoWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}parteWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoDetalhesIndicadorType" minOccurs="0"/> <element name="situacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoSituacaoIntimacaoType" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tarefasSugeridas" type="{http://www.softplan.com.br/unj/schema/adv}intimacaoSugestaoType" maxOccurs="unbounded" minOccurs="0"/> <element name="dataExclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="usuarioExclusao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="usuarioExclusaoFoto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="termoExcecao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="duplicada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoIntimacaoAssinante" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="resumo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="simplificacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="motivoDescarte" type="{http://www.softplan.com.br/unj/schema/adv}motivoDescarteType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoEletronicaAssinanteConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCredencialOrgaoSistema" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoEletronicaAssinanteDetalheWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoIntimacaoEletronicaAssinante" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="justicaIntegracao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tribunalIntegracao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="intimacaoAssinante" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}CredencialOrgaoSistemaWs" minOccurs="0"/> <element name="tipoInstancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> <element name="status" type="{http://www.softplan.com.br/unj/schema/adv}statusIntimacaoEletronicaAssinanteType" minOccurs="0"/> <element name="gruposUsuarios" type="{http://www.softplan.com.br/unj/schema/adv}grupoUsuarioWs" maxOccurs="unbounded" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoEletronicaAssinanteWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoIntimacaoEletronicaAssinante" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoJusticaIntegracao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTribunalIntegracao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTribunalIntegracao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="intimacaoAssinante" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}CredencialOrgaoSistemaWs" minOccurs="0"/> <element name="tipoInstancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoFiltrosAtivos | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filtroPendentes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="filtroArquivadas" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="filtroProcessadas" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="filtroRapido" type="{http://www.softplan.com.br/unj/schema/adv}tipoSituacaoIntimacaoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoIndicadoresWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalIndicadorPendentes" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorArquivadas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorProcessadas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorTodos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoListaCodigosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="visaoEscritorio" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigosIntimacoes" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoProcessoAcaoEmLoteType | Java class for intimacaoProcessoAcaoEmLoteType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="intimacaoProcessoAcaoEmLoteType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoIntimacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoSugestaoType | Java class for intimacaoSugestaoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="intimacaoSugestaoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoIntimacaoSugestao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoIntimacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoArrendatario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTarefaTipoSugestao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="probabilidadeSugestao" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="nomeTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoIntimacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="oabOrigem" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="grauIntimacaoClassificacaoIntuitiva" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataDisponibilizacao" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="dataDisponibilizacaoProvedor" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="dataJornal" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="jornal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="uf" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="justica" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orgao" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="cidade" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="vara" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="paginaPublicacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="texto" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="textoCortado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="processosNumeros" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}advogadoWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}parteWs" maxOccurs="unbounded" minOccurs="0"/> <element name="processo" type="{http://www.softplan.com.br/unj/schema/adv}processoDadosComunsType"/> <element name="situacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoSituacaoIntimacaoType" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="termoExcecao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="duplicada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="descartada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tarefasSugeridas" type="{http://www.softplan.com.br/unj/schema/adv}intimacaoSugestaoType" maxOccurs="unbounded" minOccurs="0"/> <element name="resumo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="simplificacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacoesConsultaPendenteWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}intimacaoConsultaPendenteWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacoesConsultaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}intimacaoConsultaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ItemEventoAuditoriaType | Java class for itemEventoAuditoriaType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="itemEventoAuditoriaType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="campo" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="conteudo" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="conteudoAnterior" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> |
ItemValidacaoType | Java class for itemValidacaoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="itemValidacaoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="chaveErro" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="parametroErro" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ItensEventoAuditoriaType | Java class for itensEventoAuditoriaType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="itensEventoAuditoriaType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="itens" type="{http://www.softplan.com.br/unj/schema/adv}itemEventoAuditoriaType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
KanbanTarefaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="titulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}colunaKanbanTarefaWs" maxOccurs="unbounded" minOccurs="0"/> <element name="periodoExibicao" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="periodicidadeExibicaoTarefaConcluida" type="{http://www.softplan.com.br/unj/schema/adv}tipoRecorrenciaType" minOccurs="0"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="privado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
LancamentoFinanceiroConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataPeridoInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPeridoFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoResponsavelPagamento" type="{http://www.softplan.com.br/unj/schema/adv}tipoResponsavelPagamentoType" minOccurs="0"/> <element name="tiposResponsavelPagamento" type="{http://www.softplan.com.br/unj/schema/adv}tipoResponsavelPagamentoType" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoLancamentoFinanceiro" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="tiposSituacaoFinanceira" type="{http://www.softplan.com.br/unj/schema/adv}situacaoFinanceiraType" maxOccurs="unbounded" minOccurs="0"/> <element name="tiposSolicitacaoRecebimentoPagamento" type="{http://www.softplan.com.br/unj/schema/adv}solicitacaoRecebimentoPagtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="codigosPlanosConta" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="pessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigosPessoas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="tipoDataPeriodo" type="{http://www.softplan.com.br/unj/schema/adv}tipoDataPeriodoType" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
LancamentoFinanceiroConsultaResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoLancamentoFinanceiro" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataLancamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="favorecido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagReembolsar" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flagHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="lancamentoFinanceiroAprovacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="lancamentoFinanceiroSituacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="planoConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoLancamentoFinanceiro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorDocumento" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorDocumentoReal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="responsavelPagamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoResponsavelPagamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeTipoDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}solicitacaoRecebimentoPagtoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="flagPodeExcluir" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="totalSolicitacaoRecebimentoPagamento" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="totalArquivos" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="privado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="unidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> |
LancamentoFinanceiroConsultaResultadosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalValor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}lancamentoFinanceiroConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
LancamentoFinanceiroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="codigoLancamentoFinanceiro" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoLancamentoFinanceiro" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoResponsavelPagamento" type="{http://www.softplan.com.br/unj/schema/adv}tipoResponsavelPagamentoType" minOccurs="0"/> <element name="flagCobrarCliente" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flagReembolsarFuncionario" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="favorecido" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="data" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoDocumento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorDocumento" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}marcadorWs" maxOccurs="unbounded" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagRecorrencia" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}recorrenciaWs" minOccurs="0"/> <element name="responsavelPagamento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="cliente" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}solicitacaoRecebimentoPagtoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="totalArquivos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="privado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </extension> </complexContent> </complexType> |
LancamentosVinculadosWs | Java class for lancamentosVinculadosWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="lancamentosVinculadosWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoLancamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="moduloVinculo" type="{http://www.softplan.com.br/unj/schema/adv}moduloEntidadeType" minOccurs="0"/> <element name="valorTotal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="planoConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="planoContaNatureza" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
LayoutType | Java class for layoutType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="layoutType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="LAYOUT_V1"/> <enumeration value="LAYOUT_V2"/> </restriction> </simpleType> |
LembreteDataEspecificaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoLembrete" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoLembrete" type="{http://www.softplan.com.br/unj/schema/adv}tipoLembreteType" minOccurs="0"/> <element name="dataLembrete" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
LembreteWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoLembrete" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="quantidade" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="unidadeMedida" type="{http://www.softplan.com.br/unj/schema/adv}unidadeMedidaLembreteType" minOccurs="0"/> <element name="tipoLembrete" type="{http://www.softplan.com.br/unj/schema/adv}tipoLembreteType" minOccurs="0"/> <element name="pessoa" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ListaJulgamento | Java class for listaJulgamento complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="listaJulgamento"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codJulgamento" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="tipoDecisao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="mediaDiasAteDecisao" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="mediaValorCausa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="probabilidade" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="processos" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
LocalidadeDtoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nomeLocalidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoLocalidade" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="segredoJustica" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
LocalidadesDtoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}localidadeDtoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
LoteAndamentosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}andamentoLidoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
MapModeloTipoCodigoEntidadeWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="modeloDocumentoTipo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType"/> <element name="codigoEntidade" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
MapeamentoNovoPagamento | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPagamentoAntigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoPagamentoNovo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
MarcadorConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nomeMarcador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
MarcadorWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoMarcador" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeMarcador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
MarcadoresWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}marcadorWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ModeloDocumentoTipoType | Java class for modeloDocumentoTipoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="modeloDocumentoTipoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ATENDIMENTO"/> <enumeration value="PESSOA"/> <enumeration value="PROCESSO"/> <enumeration value="ATENDIMENTO_ENVOLVIDOS"/> </restriction> </simpleType> |
ModeloDocumentoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoArquivo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeDocumento" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="nomeArquivo" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="descricaoDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modeloDocumentoTipo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType"/> <element name="moduloTipo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoArquivo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="dataUltimaAtualizacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tamanhoArquivo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="ultimoUsuarioAlterou" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="criarModelo" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="editorArquivoStatusType" type="{http://www.softplan.com.br/unj/schema/adv}editorArquivoStatusType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ModuloAgrupadosRetornoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="moduloAreaRetorno" type="{http://www.softplan.com.br/unj/schema/adv}moduloAreaRetornoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ModuloAreaRetornoType | Java class for moduloAreaRetornoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="moduloAreaRetornoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="moduloArea" type="{http://www.softplan.com.br/unj/schema/adv}moduloAreaType"/> <element name="simpleValue" type="{http://www.softplan.com.br/unj/schema/adv}simpleValueType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ModuloAreaType | Java class for moduloAreaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="moduloAreaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="atendimento"/> <enumeration value="sistema"/> <enumeration value="processo"/> <enumeration value="financeiro"/> <enumeration value="atividades"/> <enumeration value="pessoa"/> </restriction> </simpleType> |
ModuloEntidadeType | Java class for moduloEntidadeType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="moduloEntidadeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="identificadorRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="vinculoPrincipal" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
ModuloTarefaType | Java class for moduloTarefaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="moduloTarefaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ATENDIMENTO"/> <enumeration value="PROCESSO"/> <enumeration value="RECEITA-DESPESA"/> <enumeration value="INTIMACAO"/> <enumeration value="TAREFA-EVENTO"/> </restriction> </simpleType> |
ModuloType | Java class for moduloType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="moduloType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="atendimento"/> <enumeration value="pessoa"/> <enumeration value="processo"/> <enumeration value="tarefa-evento"/> <enumeration value="tarefa-tipo"/> <enumeration value="compromisso-tipo"/> <enumeration value="lancamento-financeiro"/> <enumeration value="receita-despesa"/> <enumeration value="andamento-tipo"/> <enumeration value="apontamento-hora-tipo"/> <enumeration value="arquivo-tipo"/> <enumeration value="unidade-organizacional"/> <enumeration value="centro-custo"/> <enumeration value="conta"/> <enumeration value="conta-banco"/> <enumeration value="conta-cartao"/> <enumeration value="plano-conta"/> <enumeration value="intimacao"/> <enumeration value="processo-orgao"/> <enumeration value="feriado"/> <enumeration value="pessoa-contato-referencia"/> <enumeration value="pessoa-documento-identificacao"/> <enumeration value="pessoa-tipo-documento-identificacao"/> <enumeration value="pessoa-email"/> <enumeration value="pessoa-endereco"/> <enumeration value="pessoa-profissao"/> <enumeration value="pessoa-telefone"/> <enumeration value="processo-envolvido"/> <enumeration value="processo-garantia"/> <enumeration value="processo-numero"/> <enumeration value="processo-pedido"/> <enumeration value="atendimento-pessoa"/> <enumeration value="andamento"/> <enumeration value="compromisso"/> <enumeration value="grupo"/> <enumeration value="usuario"/> <enumeration value="perfil"/> <enumeration value="comentario"/> <enumeration value="acesso-sistema"/> <enumeration value="arquivo"/> <enumeration value="processo-area"/> <enumeration value="processo-fase"/> <enumeration value="processo-situacao"/> <enumeration value="atendimento-situacao"/> <enumeration value="processo-vara-tipo"/> <enumeration value="processo-vara-numero"/> <enumeration value="lancamento-financeiro-documento-tipo"/> <enumeration value="assunto"/> <enumeration value="relatorio"/> <enumeration value="pessoa-classificacao"/> <enumeration value="checklist-template"/> <enumeration value="checklist-item"/> <enumeration value="checklist"/> <enumeration value="solicitacoes-recebimento-pagamento"/> <enumeration value="intimacao-assinante"/> <enumeration value="intimacao-eletronica-assinante"/> <enumeration value="central-captura-processo"/> <enumeration value="central-captura-processo-vinculado"/> <enumeration value="processo-consulta-por-identificador"/> <enumeration value="andamento-processo"/> <enumeration value="processo-consulta-por-numero-orgao"/> <enumeration value="processo-captura"/> <enumeration value="editor-arquivo-notificacao-autenticacao-erro"/> <enumeration value="editor-arquivo-notificacao-arquivo-nao-encontrado-erro"/> <enumeration value="usuario-cliente"/> <enumeration value="modelo-documento"/> <enumeration value="processos-movimentados"/> <enumeration value="peticionamento"/> <enumeration value="campo-dinamico"/> <enumeration value="importacao-dados"/> <enumeration value="perfil-arrendatario"/> <enumeration value="arrendatario"/> <enumeration value="importacao-dados-linha"/> <enumeration value="processo-risco-tipo"/> <enumeration value="usuario-dados-rede-social"/> <enumeration value="processo-relacionado-agrupador-tipo"/> <enumeration value="processo-indexada"/> <enumeration value="processo-orgao-extra-judicial"/> <enumeration value="atendimento-indexada"/> <enumeration value="processo-orgao-judicial"/> <enumeration value="mesclagem-documento"/> <enumeration value="captura-oab"/> <enumeration value="boleto"/> <enumeration value="pagamento"/> <enumeration value="boleto-notificacao-emissao-erro"/> <enumeration value="boleto-notificacao-cancelado"/> <enumeration value="conta-notificacao-credenciamento-erro"/> <enumeration value="calculadora-prazos"/> <enumeration value="kanban-atividades"/> <enumeration value="aniversariantes-dia"/> <enumeration value="chat-gpt"/> <enumeration value="pessoa-dados-bancarios"/> <enumeration value="workflow"/> <enumeration value="etapa-workflow"/> <enumeration value="franquia-credito"/> <enumeration value="contrato"/> <enumeration value="dashboard"/> <enumeration value="arquivo-compactado"/> <enumeration value="pessoa-foto"/> <enumeration value="menssageria-acao-lote"/> </restriction> </simpleType> |
ModulosEntidadeType | Java class for modulosEntidadeType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="modulosEntidadeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="modulos" type="{http://www.softplan.com.br/unj/schema/adv}moduloEntidadeType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ModulosEntidadeWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="modulos" type="{http://www.softplan.com.br/unj/schema/adv}moduloEntidadeType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
MotivoDescarteType | Java class for motivoDescarteType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="motivoDescarteType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="TERMO_EXCECAO"/> <enumeration value="FILTRO_OAB"/> <enumeration value="FILTRO_JUSTICA"/> <enumeration value="DUPLICADA"/> </restriction> </simpleType> |
MovimentacaoContaConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="conta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="dataPeriodoInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPeriodoFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="historico" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="planoContaNatureza" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="saldoComTodasAsContas" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cliente" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="estorno" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
MovimentacaoContaIndicadoresWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalIndicadorRecebidas" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalIndicadorPagas" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalIndicadorTransferencias" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalIndicadorEstornos" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalIndicadorTodos" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType> |
MovimentacaoContaTotalizadoresWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="total" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="saldoUltimoMes" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="entradas" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="saidas" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
NodeWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="chave" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}nodeWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
NotificacaoCadastroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigosPessoa" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded"/> <element name="descricaoNotificacaoSistema" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="descricaoNotificacaoEmail" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="moduloEntidade" type="{http://www.softplan.com.br/unj/schema/adv}moduloEntidadeType"/> <element name="configuracaoNotificacao" type="{http://www.softplan.com.br/unj/schema/adv}configuracaoNotificacaoType"/> </sequence> </restriction> </complexContent> </complexType> |
NotificacaoConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dataFimNotificacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataInicioNotificacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="notificacaoLida" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="notificacaoVisualizada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoNotificacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
NotificacaoContarIndicadoresWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalIndicadorTodos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorLidos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorNaoLidos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
NotificacaoGeralAcaoType | Java class for notificacaoGeralAcaoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="notificacaoGeralAcaoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoNotificacaoGeralAcao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="chave" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="acao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="abrirEmNovaJanela" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="destaque" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tipoNotificacaoGeralAcao" type="{http://www.softplan.com.br/unj/schema/adv}tipoNotificacaoGeralAcaoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
NotificacaoGeralResultadoType | Java class for notificacaoGeralResultadoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="notificacaoGeralResultadoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoNotificacaoGeral" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="conteudo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="podeFechar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tipoApresentacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoApresentacaoType" minOccurs="0"/> <element name="notificacaoGeralAcao" type="{http://www.softplan.com.br/unj/schema/adv}notificacaoGeralAcaoType" maxOccurs="unbounded" minOccurs="0"/> <element name="urlApresentacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="titulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
NotificacaoGeralResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="notificacaoGeralResultado" type="{http://www.softplan.com.br/unj/schema/adv}notificacaoGeralResultadoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
NotificacaoWs | Java class for notificacaoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="notificacaoWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}modulosEntidadeType"> <sequence> <element name="codigoNotificacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricaoNotificacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaConsultaAutoCompleteSimplesWs" minOccurs="0"/> <element name="notificacaoLida" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="modulosEntidade" type="{http://www.softplan.com.br/unj/schema/adv}moduloEntidadeType" maxOccurs="unbounded" minOccurs="0"/> <element name="dataNotificacao" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
NotificacoesWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="notificacaoWs" type="{http://www.softplan.com.br/unj/schema/adv}notificacaoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
NumeroInstanciaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="numero" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="instancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ObterDadosMesclagemWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoEntidade" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="moduloTipo" type="{http://www.softplan.com.br/unj/schema/adv}modeloDocumentoTipoType"/> </sequence> </restriction> </complexContent> </complexType> |
OperacaoAuditoriaType | Java class for operacaoAuditoriaType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="operacaoAuditoriaType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="data" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="tipo" type="{http://www.softplan.com.br/unj/schema/adv}tipoOperacaoAuditoriaType"/> <element name="usuario" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
OrdenacaoConsultaType | Java class for ordenacaoConsultaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="ordenacaoConsultaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ASC"/> <enumeration value="DESC"/> </restriction> </simpleType> |
OrgaoConsultaType | Java class for orgaoConsultaType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="orgaoConsultaType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
OrgaoSistemaConsultaType | Java class for orgaoSistemaConsultaType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="orgaoSistemaConsultaType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orgao" type="{http://www.softplan.com.br/unj/schema/adv}orgaoConsultaType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
OrgaoSistemaRetornoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="orgaoSistemas" type="{http://www.softplan.com.br/unj/schema/adv}orgaoSistemaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
OrgaoSistemaWs | Java class for orgaoSistemaWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="orgaoSistemaWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType"> <sequence> <element name="certificadoDigitalObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
OrigemCapturaHistoricoType | Java class for origemCapturaHistoricoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="origemCapturaHistoricoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CAPTURA_INICIAL"/> <enumeration value="CAPTURA_MANUAL_ANDAMENTO"/> <enumeration value="CAPTURA_MANUAL_PROCESSO"/> <enumeration value="CAPTURA_AUTOMATICA"/> </restriction> </simpleType> |
PagamentoBoletoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}pagamentoDadosBasicosType"> <sequence> <element name="codigoBarras" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="gerarBoleto" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </extension> </complexContent> </complexType> |
PagamentoCartaoDebitoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}pagamentoDadosBasicosType"> </extension> </complexContent> </complexType> |
PagamentoCartaoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}pagamentoDadosBasicosType"> <sequence> <element name="bandeira" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="ultimosDigitos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataValidade" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoCartao" type="{http://www.softplan.com.br/unj/schema/adv}tipoCartaoType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PagamentoChequeWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}pagamentoDadosBasicosType"> <sequence> <element name="banco" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="numeroAgencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataEmissao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="numeroCheque" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroSerie" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoBarras" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PagamentoDadosBasicosType | Java class for pagamentoDadosBasicosType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="pagamentoDadosBasicosType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPagamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="conta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorEntrada" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorPagamento" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="pagamentoTipo" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="pagamentoTipoParcelado" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="dataBaixa" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorBaixa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="baixado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="numeroParcela" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoParcela" type="{http://www.softplan.com.br/unj/schema/adv}tipoParcelaType" minOccurs="0"/> <element name="possuiBoletoAtivo" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentoDebitoEmContaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}pagamentoDadosBasicosType"> <sequence> <element name="favorecido" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="banco" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="numeroAgencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="digitoAgencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="digitoConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PagamentoDepositoBancarioWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}pagamentoDadosBasicosType"> <sequence> <element name="favorecido" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="banco" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="numeroAgencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="digitoAgencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="digitoConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PagamentoDinheiroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}pagamentoDadosBasicosType"> </extension> </complexContent> </complexType> |
PagamentoDuplicataWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}pagamentoDadosBasicosType"> <sequence> <element name="numeroDuplicata" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataEmissao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PagamentoExclusaoType | Java class for pagamentoExclusaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="pagamentoExclusaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="SOMENTE_ESSE_PAGAMENTO"/> <enumeration value="ESSE_PAGAMENTO_E_PROXIMOS"/> <enumeration value="TODOS_PAGAMENTOS"/> </restriction> </simpleType> |
PagamentoIndicadoresWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalIndicadorBaixados" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalIndicadorPendentes" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalIndicadorAtrasadas" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalIndicadorTodos" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentoOutroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}pagamentoDadosBasicosType"> <sequence> <element name="observacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PagamentoParcelaWs | Java class for PagamentoParcelaWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="PagamentoParcelaWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPagamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorPagamento" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="pagamentoTipo" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="codigoPagamentoPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="possuiPagamentoParcialVinculado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="baixado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagarReceberBaixaWs" minOccurs="0"/> <element name="situacoesPagamento" type="{http://www.softplan.com.br/unj/schema/adv}situacaoPagamentoType" maxOccurs="unbounded" minOccurs="0"/> <element name="numeroParcela" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroTotalParcelas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="planoContaNatureza" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="identificadorReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="multiplosItens" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="planosConta" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoConta" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="contaCredenciada" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="possuiBoleto" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="boletoSituacao" type="{http://www.softplan.com.br/unj/schema/adv}boletoSituacaoType"/> <element name="flContaHabilitada" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigoBoleto" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentoPixWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}pagamentoDadosBasicosType"> </extension> </complexContent> </complexType> |
PagamentoTipoType | Java class for pagamentoTipoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="pagamentoTipoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CHEQUE"/> <enumeration value="BOLETO"/> <enumeration value="DUPLICATA"/> <enumeration value="TRANSFERENCIA"/> <enumeration value="CARTAO"/> <enumeration value="OUTROS"/> <enumeration value="DINHEIRO"/> <enumeration value="DEBITO_EM_CONTA"/> <enumeration value="DEPOSITO_BANCARIO"/> <enumeration value="PIX"/> <enumeration value="CARTAO_DEBITO"/> </restriction> </simpleType> |
PagamentoTotalizadoresWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalReceitaDespesaBaixada" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="ultimaReceitaDespesaBaixada" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="totalReceitaBaixada" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="ultimaReceitaBaixada" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="totalDespesaBaixada" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="ultimaDespesaBaixada" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="totalReceitaDespesaPendente" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="totalReceitaPendente" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="totalDespesaPendente" type="{http://www.w3.org/2001/XMLSchema}decimal"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentoTransferenciaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}pagamentoDadosBasicosType"> <sequence> <element name="favorecido" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="banco" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="numeroAgencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="digitoAgencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="digitoConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PagamentosBoletoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoBoletoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentosCartaoDebitoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoCartaoDebitoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentosCartaoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoCartaoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentosChequeWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoChequeWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentosDebitoEmContaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoDebitoEmContaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentosDepositoBancarioWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoDepositoBancarioWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentosDinheiroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoDinheiroWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentosDuplicataWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoDuplicataWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentosOutroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoOutroWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentosPixWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoPixWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentosTransferenciaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoTransferenciaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagarReceberBaixaUnitariaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoPagamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroParcela" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataBaixa" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorParcela" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorBaixa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="descontos" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="juros" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="multa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="conta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="planoContaNatureza" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="descricaoItensPlanoConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="pagamentoTipo" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagarReceberBaixaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPagarReceberBaixa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataBaixa" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataEstorno" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="documento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricaoItensPlanoConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorBaixa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="juros" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="conta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="planoContaNatureza" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="situacao" type="{http://www.softplan.com.br/unj/schema/adv}situacaoFinanceiraType" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificadorReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagarReceberBaixasWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalValor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagarReceberBaixaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagarReceberConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="planoContaNatureza" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="situacao" type="{http://www.softplan.com.br/unj/schema/adv}situacaoFinanceiraType" minOccurs="0"/> <element name="dataInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataExercicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="formaPagamento" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="marcadores" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="contaCaixaBanco" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="codigoPagamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoDataPagamentoConsultaFiltro" type="{http://www.softplan.com.br/unj/schema/adv}tipoDataPagamentoConsultaFiltroType" minOccurs="0"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="contasBanco" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="centrosCusto" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="solicitantes" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="unidadesOrganizacionais" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="formasPagamento" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" maxOccurs="unbounded" minOccurs="0"/> <element name="situacaoPagamento" type="{http://www.softplan.com.br/unj/schema/adv}situacaoPagamentoType" minOccurs="0"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoModulo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="somenteRepasses" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagarReceberDetalheWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPagamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoReceitaDespesaPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificadorReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="situacoesPagamento" type="{http://www.softplan.com.br/unj/schema/adv}situacaoPagamentoType" maxOccurs="unbounded" minOccurs="0"/> <element name="dataSolicitacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataEmissao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataExercicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataBaixa" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="pagamentoTipo" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="valorPagamento" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorTotal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorBaixado" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorRecebido" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="codigoConta" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="contaCredenciada" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="planosConta" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="centrosCusto" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="usuarioCriador" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" minOccurs="0"/> <element name="usuarioUltimaAlteracao" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="planoContaNatureza" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="parcelas" type="{http://www.softplan.com.br/unj/schema/adv}PagamentoParcelaWs" maxOccurs="unbounded" minOccurs="0"/> <element name="entidadeVinculoReceitaDespesa" type="{http://www.softplan.com.br/unj/schema/adv}entidadeDetalhesIndicadorWs"/> <element name="lancamentosVinculados" type="{http://www.softplan.com.br/unj/schema/adv}lancamentosVinculadosWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagarReceberBaixaWs" minOccurs="0"/> <element name="baixado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="numeroParcela" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroTotalParcelas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="solicitantes" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoParcela" type="{http://www.softplan.com.br/unj/schema/adv}tipoParcelaType" minOccurs="0"/> <element name="multiplosItens" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="possuiBoleto" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="boletoSituacao" type="{http://www.softplan.com.br/unj/schema/adv}boletoSituacaoType"/> <element name="linkBoleto" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="flContaHabilitada" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigoBoleto" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}grupoUsuarioWs" maxOccurs="unbounded" minOccurs="0"/> <element name="possuiRepasse" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
ParametrosAcoesCapturasProcessosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigosCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ParteWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="tipoParticipacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="processoParticipacaoTipo" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> |
PedidoConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoConsultaFiltrosType"> <sequence> <element name="codigoPedido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataPeriodoInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPeriodoFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataDecisao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorDeferido" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="situacaoPedido" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="codigosituacaoPedido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePedido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PedidoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="codigoPedido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePedido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataPedido" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorPedido" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorProvisionado" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="tipoCorrecaoMonetaria" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="situacaoPedido" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="dataDecisao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorDeferido" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="observacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="estimativaTipo" type="{http://www.softplan.com.br/unj/schema/adv}tipoEstimativaType" minOccurs="0"/> <element name="riscoPorcentagem" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="flagValorProvisionado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="usuarioCriador" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" minOccurs="0"/> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PedidosLiminares | Java class for pedidosLiminares complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="pedidosLiminares"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="indeferidos" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="total" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="deferidosEmParte" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="deferidos" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PedidosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pedidoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalPaginaValorPedido" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="totalPaginaValorProvisionado" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="totalPaginaValorDeferido" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="totalGeralValorPedido" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="totalGeralValorProvisionado" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="totalGeralValorDeferido" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PerfilArrendatarioWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPerfilArrendatario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePerfilArrendatario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoFuncionalidade" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PerfilConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="perfil" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="permissao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="usuario" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PerfilConsultaResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPerfil" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePerfil" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="usuario" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
PerfilConsultaResultadosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}perfilConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PerfilWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPerfil" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePerfil" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoPermissao" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PeriodoAndamentoType | Java class for periodoAndamentoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="periodoAndamentoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="TRINTA_DIAS"/> <enumeration value="CINCO_DIAS"/> <enumeration value="QUATRO_DIAS"/> <enumeration value="TRES_DIAS"/> <enumeration value="DOIS_DIAS"/> <enumeration value="UM_DIA"/> <enumeration value="HOJE"/> </restriction> </simpleType> |
PermissaoConsultaResultadosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}permissaoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PermissaoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoModulo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePermissao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaCadastroType | Java class for pessoaCadastroType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="pessoaCadastroType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="SISTEMA"/> <enumeration value="ARRENDATARIO"/> </restriction> </simpleType> |
PessoaClassificacaoType | Java class for pessoaClassificacaoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="pessoaClassificacaoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoClassificacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaConsultaAutoCompleteDtoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaConsultaAutoCompleteSimplesWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaConsultaAutoCompleteSimplesWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlPublicaFoto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoConsultaFiltrosType"> <sequence> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeOuRazaoSocial" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cpfOuCnpj" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoCidade" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoEstado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoPessoa" type="{http://www.softplan.com.br/unj/schema/adv}tipoPessoaType" minOccurs="0"/> <element name="genero" type="{http://www.softplan.com.br/unj/schema/adv}generoPessoaType" minOccurs="0"/> <element name="codigoClassificacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="diaAniversario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="mesAniversario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="atualizadoDesde" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataInclusaoInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataInclusaoFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="flagHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PessoaConsultaSimplesDtoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pessoaConsultaSimples" type="{http://www.softplan.com.br/unj/schema/adv}pessoaConsultaSimplesType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaConsultaSimplesType | Java class for pessoaConsultaSimplesType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="pessoaConsultaSimplesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cpfCnpj" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoPessoa" type="{http://www.softplan.com.br/unj/schema/adv}tipoPessoaType"/> <element name="telefonePrincipal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaConsultaType | Java class for pessoaConsultaType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="pessoaConsultaType"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoConsultaResultadoType"> <sequence> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cpfOuCnpj" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="emailPrincipal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telefonePrincipal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cidadePrincipal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="estadoPrincipal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="classificacoes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoPessoa" type="{http://www.softplan.com.br/unj/schema/adv}tipoPessoaType"/> <element name="dataNascimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bairro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cep" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="complemento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="logradouro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numero" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="isSelecionado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dtInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PessoaConsultaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="pessoaConsulta" type="{http://www.softplan.com.br/unj/schema/adv}pessoaConsultaType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaContatoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="codigoPessoaContato" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="observacaoPessoaContato" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeReferenciaPessoaContato" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telefonePessoaContato" type="{http://www.softplan.com.br/unj/schema/adv}telefoneType" minOccurs="0"/> <element name="pessoaRelacionada" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="relacao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PessoaContatosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaContatoWs" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaDadoBancarioWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoPessoaDadosBancarios" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="principal" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}dadosBancariosWs"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaDadosBancariosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaDadoBancarioWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaDadosBasicosType | Java class for pessoaDadosBasicosType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="pessoaDadosBasicosType"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="cpfCnpj" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="areaAtuacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="profissao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="flagSemCpfCnpj" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="justificativaSemCpfCnpj" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataNascimentoFundacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="nomePai" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeMae" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoEstadoCivil" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="naturalidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="razaoSocial" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoPessoa" type="{http://www.softplan.com.br/unj/schema/adv}tipoPessoaType"/> <element name="pessoaCadastroTipo" type="{http://www.softplan.com.br/unj/schema/adv}pessoaCadastroType" minOccurs="0"/> <element name="genero" type="{http://www.softplan.com.br/unj/schema/adv}generoPessoaType" minOccurs="0"/> <element name="urlFoto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="classificacao" type="{http://www.softplan.com.br/unj/schema/adv}pessoaClassificacaoType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoPessoaTelefone" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTelefone" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="telefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoTipoTelefone" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoEmail" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoTipoEmail" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaTelefonesWs"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaEmailsWs"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaDocumentosIdentificacaoWs" minOccurs="0"/> <element name="observacaoGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaEnderecosWs" minOccurs="0"/> <element name="codigoPessoaEndereco" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoEndereco" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoEndereco" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="cep" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="logradouro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numero" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="complemento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bairro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cidade" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="estado" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tratamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nacionalidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="inscricaoMunicipal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="inscricaoEstadual" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="regimeTributario" type="{http://www.softplan.com.br/unj/schema/adv}pessoaRegimeTributarioType" minOccurs="0"/> <element name="dadosBancarios" type="{http://www.softplan.com.br/unj/schema/adv}dadosBancariosType" minOccurs="0"/> <element name="qualificacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaContatosWs" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataObito" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PessoaDadosBasicosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}pessoaDadosBasicosType"> </extension> </complexContent> </complexType> |
PessoaDadosComplementaresWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="observacaoGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dadosBancarios" type="{http://www.softplan.com.br/unj/schema/adv}dadosBancariosType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PessoaDocumentosIdentificacaoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}documentoIdentificacaoWs" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaEmailWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoEmail" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="observacaoEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="principal" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigoEmailTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeEmailTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaEmailsWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaEmailWs" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaEnderecoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="pessoaHabilitada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoPessoaEndereco" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="principal" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}enderecoWs"/> </sequence> </extension> </complexContent> </complexType> |
PessoaEnderecosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaEnderecoWs" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaEntidadeBloqueioWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="moduloSistema" type="{http://www.softplan.com.br/unj/schema/adv}moduloType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaEnvolvidoSugestaoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoEnvolvido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeEnvolvido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="pessoaCadastradaNoProcesso" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaFotoResponsavel | Java class for pessoaFotoResponsavel complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="pessoaFotoResponsavel"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoResponsavel" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeResponsavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlFotoResponsavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaIndicadoresWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalIndicadorTodos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorPessoaFisica" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorPessoaJuridica" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaRegimeTributarioType | Java class for pessoaRegimeTributarioType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="pessoaRegimeTributarioType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="SIMPLES_NACIONAL"/> <enumeration value="LUCRO_PRESUMIDO"/> <enumeration value="LUCRO_REAL"/> </restriction> </simpleType> |
PessoaResumoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cpfCnpj" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoPessoa" type="{http://www.softplan.com.br/unj/schema/adv}tipoPessoaType"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaTelefoneWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPessoaTelefone" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="principal" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="linkWhatsapp" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="telefone" type="{http://www.softplan.com.br/unj/schema/adv}telefoneType"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaTelefonesWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaTelefoneWs" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> |
PessoasDadosBasicosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="pessoasDadosBasicos" type="{http://www.softplan.com.br/unj/schema/adv}pessoaDadosBasicosType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PessoasUnificarWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosUnificar" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PlanoContaConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoPlanoConta" type="{http://www.softplan.com.br/unj/schema/adv}tipoPlanoContaType" minOccurs="0"/> <element name="planoContaNatureza" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="nomePlanoConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagExibirTelaLancamentoFinanceiro" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagExibirDemonstrativoResultado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagReembolsavel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PlanoContaConsultaResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPlanoConta" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePlanoConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomePlanoContaArvore" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoPlanoConta" type="{http://www.softplan.com.br/unj/schema/adv}tipoPlanoContaType" minOccurs="0"/> <element name="planoContaNatureza" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="flagHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="nivelArvore" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoContabil" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PlanoContaConsultaResultadosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}planoContaConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PlanoContaNaturezaType | Java class for planoContaNaturezaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="planoContaNaturezaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="RECEITA"/> <enumeration value="DESPESA"/> <enumeration value="TRANSFERENCIA"/> </restriction> </simpleType> |
PlanoContaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPlanoConta" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePlanoConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="planoContaNatureza" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="tipoPlanoConta" type="{http://www.softplan.com.br/unj/schema/adv}tipoPlanoContaType" minOccurs="0"/> <element name="codigoPlanoContaPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="flagExibirTelaLancamentoFinanceiro" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagExibirDemonstrativoResultado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagExibirDemonstrativoFluxoCaixa" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagReembolsavel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PreferenciaUsuarioWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPreferenciaUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoUsuarioCliente" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="estiloCor" type="{http://www.softplan.com.br/unj/schema/adv}estiloCorType" minOccurs="0"/> <element name="fundoCor" type="{http://www.softplan.com.br/unj/schema/adv}fundoCorType" minOccurs="0"/> <element name="layout" type="{http://www.softplan.com.br/unj/schema/adv}layoutType" minOccurs="0"/> <element name="flUsaCaso" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flUsaCaptura" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flUsaPessoa" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flUsaAtendimento" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flDesagruparTarefas" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigoKanbanTarefaFavorito" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="kanbanTarefaOrdenacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="atividadeOrdenacao" type="{http://www.softplan.com.br/unj/schema/adv}ordenacaoConsultaType" minOccurs="0"/> <element name="flUsaKanbanPadrao" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flExibeCartoesSimplificados" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigoKanbanQuadroPadrao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoKanbanColunaPadrao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PreferenciasArrendatarioWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPreferenciasArrendatarioWs" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoArrendatarioWs" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="diasMovimentado" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="diasParado" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="cadastroAutomaticoEnvolvido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="iniciarWorkflowAutomatico" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProbabilidadeType | Java class for probabilidadeType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="probabilidadeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="EXITO"/> <enumeration value="PERDA"/> </restriction> </simpleType> |
ProcessoAndamentoContarIndicadoresWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalIndicadorTodos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorLidos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorNaoLidos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoAndamentoDetalhesWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="codigoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="data" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="lido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="tipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoDetalhesIndicadorType" minOccurs="0"/> <element name="classificacaoType" type="{http://www.softplan.com.br/unj/schema/adv}andamentoClassifiacaoType" minOccurs="0"/> <element name="historicoAndamentos" type="{http://www.softplan.com.br/unj/schema/adv}andamentoProcessoHistoricoType" maxOccurs="unbounded" minOccurs="0"/> <element name="responsaveisAndamento" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
ProcessoAndamentoIndicadorFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoConsultaFiltrosType"> <sequence> <element name="dataBase" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="visaoEscritorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoUsuariosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="periodoAndamento" type="{http://www.softplan.com.br/unj/schema/adv}periodoAndamentoType" minOccurs="0"/> <element name="filtroRapidoAndamento" type="{http://www.softplan.com.br/unj/schema/adv}filtroRapidoAndamentoType" minOccurs="0"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flSouResponsavel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoTipoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoClassificacaoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataInicioPeriodo" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataTerminoPeriodo" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="codigoOrgao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="processo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoEnvolvido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoGruposResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="cadastroManual" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="desconsiderarIntimacoes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
ProcessoAndamentoIndicadorWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="lido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="siglaOrgao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoAndamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="processoInstancia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificadorProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="dataAndamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="cadastroManual" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoAndamentoListaCodigosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="visaoEscritorio" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigosProcessoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoApensoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoProcessoPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoCadastroAutomaticoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="instanciaCadastrada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="mesmaInstancia" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="capturaCadastrada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoCapturadoType | Java class for processoCapturadoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="processoCapturadoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataDistribuicao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoFrequencia" type="{http://www.softplan.com.br/unj/schema/adv}tipoFrequenciaCentralCapturaProcessoType" minOccurs="0"/> <element name="processo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="assunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orgao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoInstancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> <element name="status" type="{http://www.softplan.com.br/unj/schema/adv}tipoStatusCapturaProcessoType" minOccurs="0"/> <element name="codigosCapturasAgrupadas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="capturaCapaPadrao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="origem" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="classe" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoConsultaDetalheWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flCompleto" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flMovimentado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flParado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flEncerrado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="tipoRelacionamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="classificacaoRelacionamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="processoTipo" type="{http://www.softplan.com.br/unj/schema/adv}tipoProcessoType" minOccurs="0"/> <element name="situacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="assunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orgao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="abreviacaoOrgao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="complementoVara" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orgaoJulgador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoOrgaoJulgador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="area" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="statusCaptura" type="{http://www.softplan.com.br/unj/schema/adv}statusCentralCapturaProcessoConsultaType" minOccurs="0"/> <element name="statusCentralCaptura" type="{http://www.softplan.com.br/unj/schema/adv}tipoStatusCentralCapturaProcessoType" minOccurs="0"/> <element name="codigoCentralCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="grupos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorAcao" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="nomePasta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomePastaCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlNumeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}entidadeDetalhesIndicadorWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}entidadesDetalhesIndicadorWs" maxOccurs="unbounded" minOccurs="0"/> <element name="envolvidos" type="{http://www.softplan.com.br/unj/schema/adv}envolvidoEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="dataEncerramento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataTransitado" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="resultado" type="{http://www.softplan.com.br/unj/schema/adv}resultadoEncerramentoType" minOccurs="0"/> <element name="valorEncerramento" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="descricaoEncerramento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="unidadeOrganizacionalOrigem" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="unidadeOrganizacionalAtual" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="justica" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="instancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType"/> <element name="dataDistribuicao" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="dataCitacao" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="dataRecebimento" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="dataArquivamento" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="fase" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="instanciaCnj" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="classeCnj" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="assuntosCnj" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="flSegredoJustica" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="senhaProcesso" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="valorProvisionado" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="probabilidade" type="{http://www.softplan.com.br/unj/schema/adv}probabilidadeType"/> <element name="provisionamento" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="risco" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="numeroProcessoPrincipal" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="numeroProcessoComplementar" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="urlNumeroProcessoPrincipal" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="codigoProcessoPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="operacoesAuditoria" type="{http://www.softplan.com.br/unj/schema/adv}operacaoAuditoriaType" maxOccurs="unbounded" minOccurs="0"/> <element name="sistemaProcesso" type="{http://www.softplan.com.br/unj/schema/adv}sistemaProcessoType" minOccurs="0"/> <element name="instanciaCapturaCapaPadrao" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> <element name="codigoPrognostico" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
ProcessoConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoConsultaFiltrosType"> <sequence> <element name="nomeAssunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoProcessoOrgao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoSituacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosSituacao" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoPessoaEnvolvido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeEnvolvido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="instancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> <element name="nomePasta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoMarcadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoUsuariosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoGruposResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="dataProcessoInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataProcessoFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoDataProcesso" type="{http://www.softplan.com.br/unj/schema/adv}tipoDataProcessoType" minOccurs="0"/> <element name="codigoTipoJustica" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoProcessoPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoEstado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="somenteProcessosSemAtendimento" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="somenteProcessosSemProcessoPai" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="somenteIncompleto" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="somenteCompleto" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoOab" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="flHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flSouResponsavel" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flEstouEnvolvido" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="atualizadoDesde" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="somenteMovimentado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="somenteParado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="somenteEncerrado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="diasMovimentado" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="diasParado" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="tipoProcesso" type="{http://www.softplan.com.br/unj/schema/adv}tipoProcessoType" minOccurs="0"/> <element name="marcadores" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoAtendimento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="capturaProcessualHabilitada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoProcessoIgnorar" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="resultados" type="{http://www.softplan.com.br/unj/schema/adv}resultadoEncerramentoType" maxOccurs="unbounded" minOccurs="0"/> <element name="valorAcao" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="sistemas" type="{http://www.softplan.com.br/unj/schema/adv}sistemaProcessoType" maxOccurs="unbounded" minOccurs="0"/> <element name="cpfCnpjCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
ProcessoConsultaIndicadoresWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalIndicadorIncompletos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorMovimentados" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorParados" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorTodos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoConsultaResumoResutadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoConsultaResumoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="total" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoConsultaResumoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoProcessoPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="envolvimentoCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeEnvolvido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="envolvimentoEnvolvido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="instancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> <element name="assunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orgao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orgaoJulgador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoOrgaoJulgador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="complementoVara" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoRelacionamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flOrigem" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flCompleto" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flMovimentado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flParado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flOrigemProcessoPai" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flProcessoTipo" type="{http://www.softplan.com.br/unj/schema/adv}tipoProcessoType" minOccurs="0"/> <element name="flEncerrado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="processosRelacionadoType" type="{http://www.softplan.com.br/unj/schema/adv}processoRelacionadoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoConsultaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoConsultaResultadoType"> <sequence> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoProcessoPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePasta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeMarcador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeEnvolvidos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeClientes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeAssunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeSituacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeProcessoOrgao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeUsuariosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeGruposResponsaveis" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeSituacaoProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataCitacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataDistribuicao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataEncerramento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataJulgamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataUltimaModificacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="flHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="processoRelacionadoTipoNome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoProcessoRelacionado" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="codigoCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoFrequecinciaCapturaProcesso" type="{http://www.softplan.com.br/unj/schema/adv}tipoFrequenciaCentralCapturaProcessoType" minOccurs="0"/> <element name="tipoInstancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> <element name="flBloqueado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dataRecebimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataArquivamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="flCompleto" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flMergeCaptura" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoCentralCaptura" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
ProcessoDadosComunsType | Java class for processoDadosComunsType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="processoDadosComunsType"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoAtendimento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataCadastroProcesso" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="nomePasta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="situacaoProcesso" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="unidadeOrganizacionalOrigem" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="unidadeOrganizacionalAtual" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposDeTrabalho" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="pastaCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="assunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}marcadorWs" maxOccurs="unbounded" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoProcesso" type="{http://www.softplan.com.br/unj/schema/adv}tipoProcessoType" minOccurs="0"/> <element name="tipoJustica" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="estado" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="cidade" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="vara" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoVara" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="complementoVara" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataDistribuicao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataCitacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="area" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="fase" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="dataJulgamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="estimativa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="tipoEstimativa" type="{http://www.softplan.com.br/unj/schema/adv}tipoEstimativaType" minOccurs="0"/> <element name="tipoInstancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tipoProcessoRelacionadoWs" minOccurs="0"/> <element name="codigoProcessoPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoIntimacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoEnvolvidoSimplificadoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoProbabilidade" type="{http://www.softplan.com.br/unj/schema/adv}probabilidadeType" minOccurs="0"/> <element name="tipoContingencia" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoRisco" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="valorAcao" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoNumeroWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoEnvolvidoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="dataUltimaModificacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="unidadeAtualArvore" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataRecebimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataArquivamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorProvisionado" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="identificadorProcessoPai" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroProcessoPai" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoCapturaCapaPadrao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="igualCapaPadrao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="completo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="capturaHabilitada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dataEncerramento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataTransitadoJulgado" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="resultadoEncerramento" type="{http://www.softplan.com.br/unj/schema/adv}resultadoEncerramentoType" minOccurs="0"/> <element name="valorCondenacao" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="descricaoEncerramento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}andamentoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="processoJudicialCapturado" type="{http://www.softplan.com.br/unj/schema/adv}processoJudicialDadosType" minOccurs="0"/> <element name="mergeCaptura" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="testeCodigoArrendatarioSpringContextView" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="testeCodigoUsuarioSpringContextView" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="testeValorAutenticacaoSpringContextView" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="testeCodigoArrendatarioSessionView" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="testeCodigoUsuarioSessionView" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="testeValorAutenticacaoSessionView" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="testeTrackView" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
ProcessoDetalhesIndicadorType | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="numero" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlNumero" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="instancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType"/> <element name="envolvidos" type="{http://www.softplan.com.br/unj/schema/adv}envolvidoEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="grupos" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposUsuarios" type="{http://www.softplan.com.br/unj/schema/adv}grupoUsuarioWs" maxOccurs="unbounded" minOccurs="0"/> <element name="responsavelProcessoType" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="sistemaProcesso" type="{http://www.softplan.com.br/unj/schema/adv}sistemaProcessoType" minOccurs="0"/> <element name="assunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoEncerramentoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataEncerramento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataTransitado" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="resultado" type="{http://www.softplan.com.br/unj/schema/adv}resultadoEncerramentoType" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagEncerrarCaptura" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoEnvolvidoConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoParticipacao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="nomePessoaEnvolvido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagCliente" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tipoEnvolvido" type="{http://www.softplan.com.br/unj/schema/adv}tipoEnvolvidoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoEnvolvidoSimplificadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoProcessoEnvolvido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePessoaEnvolvido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoPessoaEnvolvido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoParticipacaoTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="participacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoEnvolvidoType" minOccurs="0"/> <element name="participacaoTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagPrincipal" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flagCliente" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoEnvolvidoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="codigoProcessoEnvolvido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoParticipacao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="pessoaEnvolvido" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="flagPrincipal" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flagCliente" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="tipoEnvolvido" type="{http://www.softplan.com.br/unj/schema/adv}tipoEnvolvidoType" minOccurs="0"/> <element name="acaoCapturaEnvolvido" type="{http://www.softplan.com.br/unj/schema/adv}acaoCapturaEnvolvidoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaEnvolvidoSugestaoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
ProcessoEnvolvidosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoEnvolvidoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoExtraJudicialDadosType | Java class for processoExtraJudicialDadosType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="processoExtraJudicialDadosType"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}processoDadosComunsType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}centralCapturaProcessoWs" minOccurs="0"/> <element name="orgaoExtraJudicial" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
ProcessoExtraJudicialWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}processoExtraJudicialDadosType"> </extension> </complexContent> </complexType> |
ProcessoJudicialDadosType | Java class for processoJudicialDadosType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="processoJudicialDadosType"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}processoDadosComunsType"> <sequence> <element name="instanciaCnj" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="orgaoJudicial" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="orgaoJudicialConcatenado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="classeCnj" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="assuntoCnj" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="quantidadeAndamentosCapturados" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="segredoJustica" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="senhaProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="sistemaProcesso" type="{http://www.softplan.com.br/unj/schema/adv}sistemaProcessoType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
ProcessoJudicialWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}processoJudicialDadosType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}centralCapturaProcessoWs" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
ProcessoJusticaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoJustica" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeJustica" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoProcesso" type="{http://www.softplan.com.br/unj/schema/adv}tipoProcessoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoNumeroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoProcessoNumero" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoNumeracao" type="{http://www.softplan.com.br/unj/schema/adv}tipoNumeracaoType" minOccurs="0"/> <element name="numeroDoProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoInstancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> <element name="principal" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoNumerosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoNumeroWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoOrgaoExtraJudicialWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoOrgao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeOrgao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="abreviacaoOrgao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cidade" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="orgaoSuperior" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="classificacaoOrgao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoOrgaoJudicialResumidoWs | Java class for processoOrgaoJudicialResumidoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="processoOrgaoJudicialResumidoWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="justica" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="codigoOrgaoCNJ" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTribunalCNJ" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeFormatado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoOrgaoJudicialWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="sigla" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="estado" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="cidade" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="orgaoSuperior" type="{http://www.softplan.com.br/unj/schema/adv}processoOrgaoJudicialResumidoWs" minOccurs="0"/> <element name="justica" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="codigoOrgaoCNJ" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTribunalCNJ" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="flagHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="linkNumeracaoPadraoCnj" type="{http://www.softplan.com.br/unj/schema/adv}processoOrgaoLinkResultadoWs" minOccurs="0"/> <element name="linkNumeracaoOutro" type="{http://www.softplan.com.br/unj/schema/adv}processoOrgaoLinkResultadoWs" minOccurs="0"/> <element name="linkNumeracaoPadraoCnjOrgaoSuperior" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="linkNumeracaoOutroOrgaoSuperior" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoOrgaoLinkResultadoWs | Java class for processoOrgaoLinkResultadoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="processoOrgaoLinkResultadoWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="linkProcessoConsulta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoNumeracao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoProcessoOrgao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoOrgaoLinkResultadosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoOrgaoLinkResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoOrgaoSugestaoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nomeOrgao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoOrgao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoJustica" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoPaiWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="codigoProcessoPai" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tipoProcessoRelacionadoWs"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoRelacionadoType | Java class for processoRelacionadoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="processoRelacionadoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoRelacionamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlLinkOrgaoCNJ" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlLinkOrgaoOutro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoResponsaveisGruposWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposTrabalho" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoResumoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="processoOrgao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoNumeroWs" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoProcesso" type="{http://www.softplan.com.br/unj/schema/adv}tipoProcessoType" minOccurs="0"/> <element name="unidadeAtualArvore" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoEnvolvidoSimplificadoWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}marcadorWs" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposTrabalho" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="completo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dataDistribuicao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataUltimaModificacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoProcesso" type="{http://www.softplan.com.br/unj/schema/adv}tipoProcessoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoJudicialWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoExtraJudicialWs" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessosAndamentosIndicadorWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoAndamentoIndicadorWs" maxOccurs="unbounded" minOccurs="0"/> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessosConsultaCompletaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="processoDadosComunsType" type="{http://www.softplan.com.br/unj/schema/adv}processoDadosComunsType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessosConsultaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoConsultaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PrognosticoProcessoRequest | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="instancia" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PrognosticoProcessoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="codProcesso" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="instancia" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="dadosPreditivo" type="{http://www.softplan.com.br/unj/schema/adv}dadosPreditivo" minOccurs="0"/> <element name="dadosProcessoEncontrado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoArrendatario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="contabilizarFranquia" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="processando" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="erro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ativo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dataExclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataUltimaAtualizacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProjecaoGrupoRelatorioType | Java class for projecaoGrupoRelatorioType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="projecaoGrupoRelatorioType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="projecao" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}projecaoItemRelatorioType" maxOccurs="unbounded"/> <element name="grupo" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> |
ProjecaoItemRelatorioType | Java class for projecaoItemRelatorioType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="projecaoItemRelatorioType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identificadorColuna" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="labelColuna" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="tipoCampo" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}tipoProjecaoItemType"/> </sequence> </restriction> </complexContent> </complexType> |
ProjecaoRelatorioWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="projecaoRelatorio" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}projecaoGrupoRelatorioType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ReceitaDespesaConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="dataPeridoInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPeridoFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="planoContaNatureza" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="situacao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="nomeFavorecido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoFavorecido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoReceitaDespesaPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="marcadores" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="filtrosUteisReceitaDespesa" type="{http://www.softplan.com.br/unj/schema/adv}filtrosUteisReceitaDespesaType" minOccurs="0"/> <element name="dataFiltro" type="{http://www.softplan.com.br/unj/schema/adv}filtroDataType" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ReceitaDespesaConsultaResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="data" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="situacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="planoConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeFavorecido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorReal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificadorModulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoLancamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType"/> <element name="dataExercicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoDocumento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}receitaDespesaItemWs" maxOccurs="unbounded" minOccurs="0"/> <element name="pagamentoDadosBasico" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoDadosBasicosType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ReceitaDespesaConsultaResultadosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalValor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}receitaDespesaConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ReceitaDespesaItemWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoReceitaDespesaItem" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="centroCusto" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ReceitaDespesaRepasseWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoReceitaDespesaRepasse" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="conta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="pessoaFavorecida" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="taxaRepasse" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="pagamentoTipo" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ReceitaDespesaType | Java class for receitaDespesaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="receitaDespesaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="RECEITA"/> <enumeration value="DESPESA"/> </restriction> </simpleType> |
ReceitaDespesaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}modulosEntidadeType"> <sequence> <element name="codigoReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="planoContaNatureza" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="fonecedorPessoa" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="data" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataCompetencia" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoDocumento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="periodicidade" type="{http://www.softplan.com.br/unj/schema/adv}tipoRecorrenciaType" minOccurs="0"/> <element name="numeroTotalParcelas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="condicaoPagamento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="valorTotalReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}marcadorWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}recorrenciaWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}receitaDespesaItemWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}receitaDespesaRepasseWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoDinheiroWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoChequeWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoBoletoWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoDuplicataWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoTransferenciaWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoOutroWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoCartaoWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoDebitoEmContaWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoDepositoBancarioWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoPixWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoCartaoDebitoWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}mapeamentoNovoPagamento" maxOccurs="unbounded" minOccurs="0"/> <element name="possuiBoletoAtivo" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoReceitaDespesaPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
RecorrenciaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoRecorrencia" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoRecorrencia" type="{http://www.softplan.com.br/unj/schema/adv}tipoRecorrenciaType" minOccurs="0"/> <element name="numeroRecorrencia" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="tipoTerminoRecorrencia" type="{http://www.softplan.com.br/unj/schema/adv}tipoTerminoRecorrenciaType" minOccurs="0"/> <element name="prorrogarFinalDeSemana" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
RedeSocialType | Java class for redeSocialType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="redeSocialType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="FACEBOOK"/> <enumeration value="GOOGLE"/> <enumeration value="LINKEDIN"/> <enumeration value="WINDOWSLIVE"/> <enumeration value="TWITTER"/> </restriction> </simpleType> |
ReemitirBoletoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoBoleto" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoPagamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
RegistroConsumoCreditoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoArrendatario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoUsuarioConsumidor" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="servico" type="{http://www.softplan.com.br/unj/schema/adv}tipoFranquiaCreditoServicoConsumidorType" minOccurs="0"/> <element name="quantidadeServicoConsumido" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="devolucao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
RegistroSistemaBancarioType | Java class for registroSistemaBancarioType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="registroSistemaBancarioType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="REJEITADO"/> <enumeration value="CONFIRMADO"/> <enumeration value="PENDENTE"/> <enumeration value="BAIXADO"/> </restriction> </simpleType> |
RelatorioAndamentoConsultaFiltroWs | Java class for relatorioAndamentoConsultaFiltroWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioAndamentoConsultaFiltroWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="chaveModulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoAndamentoTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricaoAndamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosPessoaEnvolvido" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
RelatorioApontamentoFiltroWs | Java class for relatorioApontamentoFiltroWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioApontamentoFiltroWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="chaveModulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoApontamentoTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="pessoasEnvolvidos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
RelatorioConfiguracaoExclusaoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoConfigExclusao" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="periodo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="tipoExclusao" type="{http://www.softplan.com.br/unj/schema/adv}tipoExclusaoType" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
RelatorioConsultaFiltroAdvWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tiposRelatorio" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="areaRelatorio" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="dataInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="statusRelatorio" type="{http://www.softplan.com.br/unj/schema/adv}relatorioStatusType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
RelatorioConsultaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}relatorioType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
RelatorioDataFiltroType | Java class for relatorioDataFiltroType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="relatorioDataFiltroType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DATA_PEDIDO"/> <enumeration value="DATA_DECISAO"/> <enumeration value="DATA_VENCIMENTO"/> <enumeration value="DATA_CADASTRO"/> <enumeration value="DATA_CONCLUSAO"/> <enumeration value="DATA_PAGAMENTO"/> <enumeration value="DATA_LIMITE"/> </restriction> </simpleType> |
RelatorioDataInicioFimFiltroType | Java class for relatorioDataInicioFimFiltroType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioDataInicioFimFiltroType"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioFiltroType"> <sequence> <element name="dataInicio" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="dataFim" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
RelatorioFiltroAtendimentosPorClienteWs | Java class for relatorioFiltroAtendimentosPorClienteWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroAtendimentosPorClienteWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="codigosPessoaCliente" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoDataAtendimento" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}tipoDataAtendimentoType" minOccurs="0"/> <element name="codigosSituacoesAtendimento" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosGruposTrabalho" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosAssuntos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="flSomenteTarefasPendentes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flUltimosAndamentos" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="nuUltimosAndamentos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
RelatorioFiltroBensGarantiasPorProcessoWs | Java class for relatorioFiltroBensGarantiasPorProcessoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroBensGarantiasPorProcessoWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="codigosTipoBensGarantia" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosMarcadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="identificadorProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigosJusticas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoProcessoOrgao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosAreas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosFases" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="flExibirDescricaoProcesso" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigosParticipacaoTipo" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
RelatorioFiltroCamposDinamicosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCampoDinamico" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="modulo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoCampo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorPesquisaTexto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorPesquisaNumero" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="valorPesquisaData" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="valorPesquisaBoolean" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="valorPesquisaLista" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioSimpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="valorPesquisaLabel" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioSimpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
RelatorioFiltroContasPagarReceberPorDiaWs | Java class for relatorioFiltroContasPagarReceberPorDiaWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroContasPagarReceberPorDiaWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="tipoReceitaDespesa" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}receitaDespesaType" maxOccurs="unbounded" minOccurs="0"/> <element name="situacaoParcela" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}situacaoParcelaType" minOccurs="0"/> <element name="flSomenteVencidas" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tipoDataFiltro" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataFiltroType" minOccurs="0"/> <element name="codigosPessoas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosPlanosConta" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tiposFormasPagto" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}formaPagamentoType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoCentroCusto" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosConta" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="valorMinimo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorMaximo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="flMostrarDescricaoReceitaDespesaItem" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
RelatorioFiltroFinanceiroDfcWs | Java class for relatorioFiltroFinanceiroDfcWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroFinanceiroDfcWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="codigoCentroCusto" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoData" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}tipoDataDFCType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
RelatorioFiltroFinanceiroDreWs | Java class for relatorioFiltroFinanceiroDreWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroFinanceiroDreWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="dataExercicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataEmissao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="codigoCentroCusto" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
RelatorioFiltroFluxoCaixaPorContaWs | Java class for relatorioFiltroFluxoCaixaPorContaWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroFluxoCaixaPorContaWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="dataExercicio" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosConta" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
RelatorioFiltroPedidoWs | Java class for relatorioFiltroPedidoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroPedidoWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
RelatorioFiltroPedidosPorProcessoWs | Java class for relatorioFiltroPedidosPorProcessoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroPedidosPorProcessoWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="codigosSituacoesProcesso" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosSituacoesPedido" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoDataFiltro" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataFiltroType" minOccurs="0"/> <element name="codigosMarcadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="identificadorProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="pessoasEnvolvidos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosJusticas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoProcessoOrgao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosAreas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosFases" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="flExibirDescricaoProcesso" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigosParticipacaoTipo" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
RelatorioFiltroProcessoMovimentacaoWs | Java class for relatorioFiltroProcessoMovimentacaoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroProcessoMovimentacaoWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="diasSemMovimentacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoProcessoTypes" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioTipoProcessoType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoEstado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoProcessoOrgao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosSituacoesProcesso" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosGruposTrabalho" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosJusticas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosAreas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosFases" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoAssunto" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoClasse" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="pessoaEnvolvido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="flExibirDescricaoProcesso" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigosParticipacaoTipo" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
RelatorioFiltroProcessosEmPlanilhaWs | Java class for relatorioFiltroProcessosEmPlanilhaWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroProcessosEmPlanilhaWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="codigosPessoaEnvolvido" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoEnvolvimento" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}tipoEnvolvidoType" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoProcessoTypes" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioTipoProcessoType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosSituacoesProcesso" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosGruposTrabalho" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosJusticas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoEstado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosEstados" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoProcessoOrgao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosAreas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosFases" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoAssunto" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosAssuntoCnj" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosAssuntos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoClasse" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosClasse" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="flExibirDescricaoProcesso" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="filtroData" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}tipoFiltroDataProcessoType" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigosOrgaosJulgadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoPessoa" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}tipoPessoaType" minOccurs="0"/> <element name="codigosCategoriasPessoa" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="cpfCnpjPessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioFiltroCamposDinamicosWs" maxOccurs="unbounded" minOccurs="0"/> <element name="flExibirAndamentos" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoTipoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoClassificacaoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="quantidadeAndamentos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="periodoAndamentoInicio" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="periodoAndamentoFim" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="descricaoAndamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
RelatorioFiltroProcessosPorClienteWs | Java class for relatorioFiltroProcessosPorClienteWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroProcessosPorClienteWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="codigosPessoaCliente" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="flSomenteTarefasPendentes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flUltimosAndamentos" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="nuUltimosAndamentos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosSituacoesProcesso" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosGruposTrabalho" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosJusticas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoEstado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosEstados" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoProcessoOrgao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosProcessoOrgao" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosAreas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosFases" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoAssunto" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosAssuntoCnj" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosAssuntos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoClasse" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="flExibirTarefas" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flExibirAndamentos" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flExibirDescricaoProcesso" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigosParticipacaoTipo" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoProcessoTypes" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioTipoProcessoType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosOrgaosJulgadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="flHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="filtroData" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}tipoFiltroDataProcessoType" minOccurs="0"/> <element name="codigosClasse" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
RelatorioFiltroReceitaDespesaPorDiaWs | Java class for relatorioFiltroReceitaDespesaPorDiaWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroReceitaDespesaPorDiaWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="tipoReceitaDespesa" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}receitaDespesaType" maxOccurs="unbounded" minOccurs="0"/> <element name="flSomenteVencidas" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigosPessoas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosPlanosConta" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoCentroCusto" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosConta" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="valorMinimo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorMaximo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="flMostrarDescricaoReceitaDespesaItem" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
RelatorioFiltroReceitaDespesaPorPessoaWs | Java class for relatorioFiltroReceitaDespesaPorPessoaWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroReceitaDespesaPorPessoaWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="situacaoParcela" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}situacaoParcelaType" minOccurs="0"/> <element name="flSomenteVencidas" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tipoDataFiltro" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataFiltroType" minOccurs="0"/> <element name="codigosPessoas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosPlanosConta" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tiposFormasPagto" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}formaPagamentoType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoCentroCusto" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosConta" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="valorMinimo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorMaximo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="tipoReceitaDespesa" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}receitaDespesaType" minOccurs="0"/> <element name="codigosPessoaCliente" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="flMostrarDescricaoReceitaDespesaItem" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
RelatorioFiltroTarefasGeraisWs | Java class for relatorioFiltroTarefasGeraisWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroTarefasGeraisWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="chavesModulo" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosTipoTarefa" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosSituacaoTarefa" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoDataFiltro" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataFiltroType" minOccurs="0"/> <element name="codigosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosGruposTrabalho" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="pessoasEnvolvidos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosResponsaveisVinculo" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosGruposTrabalhoVinculo" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="nomeTipoTarefa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
RelatorioFiltroType | Java class for relatorioFiltroType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identificadoresProjecaoItem" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
RelatorioFiltroType | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
RelatorioFiltroWs | |
RelatorioOrdenacaoFiltroType | Java class for relatorioOrdenacaoFiltroType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioOrdenacaoFiltroType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="chaveOrdenacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoOrdenacao" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioTipoOrdenacaoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
RelatorioOrdenacaoType | Java class for relatorioOrdenacaoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioOrdenacaoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="chaveOrdenacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeOrdenacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
RelatorioOrdenacaoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="relatorioOrdenacao" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioOrdenacaoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
RelatorioRetornoStatusWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="statusRelatorio" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioStatusType" minOccurs="0"/> <element name="urlArquivo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
RelatorioSimpleDtoType | Java class for relatorioSimpleDtoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioSimpleDtoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="chave" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
RelatorioStatusType | Java class for relatorioStatusType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="relatorioStatusType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PROCESSANDO"/> <enumeration value="PROCESSADO"/> <enumeration value="PROCESSADO_COM_ERRO"/> </restriction> </simpleType> |
RelatorioStatusType | Java class for relatorioStatusType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="relatorioStatusType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PENDENTE"/> <enumeration value="PROCESSADO"/> <enumeration value="PROCESSADO_COM_ERRO"/> </restriction> </simpleType> |
RelatorioTarefaLoteWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tarefasSalvas" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="erros" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
RelatorioTipoExtensaoType | Java class for relatorioTipoExtensaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="relatorioTipoExtensaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="XLS"/> <enumeration value="XLSX"/> <enumeration value="PDF"/> <enumeration value="DOC"/> <enumeration value="DOCX"/> <enumeration value="HTML"/> </restriction> </simpleType> |
RelatorioTipoOrdenacaoType | Java class for relatorioTipoOrdenacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="relatorioTipoOrdenacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ASC"/> <enumeration value="DESC"/> </restriction> </simpleType> |
RelatorioTipoProcessoType | Java class for relatorioTipoProcessoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="relatorioTipoProcessoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="J"/> <enumeration value="E"/> </restriction> </simpleType> |
RelatorioTipoType | Java class for relatorioTipoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="relatorioTipoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="processos-sem-movimentacao"/> <enumeration value="processos-sem-movimentacao-sintetico"/> <enumeration value="processos-sem-movimentacao-planilha"/> <enumeration value="processos-sem-movimentacao-planilha-sintetico"/> <enumeration value="financeiro-dre"/> <enumeration value="financeiro-dfc"/> <enumeration value="processos-por-cliente"/> <enumeration value="processos-por-cliente-planilha"/> <enumeration value="processos-em-planilha"/> <enumeration value="andamentos-em-planilha"/> <enumeration value="bens-garantias-por-processo"/> <enumeration value="bens-garantias-por-processo-planilha"/> <enumeration value="atendimentos-por-cliente"/> <enumeration value="atendimentos-por-cliente-planilha"/> <enumeration value="pedidos-por-processo"/> <enumeration value="pedidos-por-processo-planilha"/> <enumeration value="fluxo-caixa-por-conta"/> <enumeration value="receita-despesa-por-pessoa"/> <enumeration value="receita-despesa-por-pessoa-sintetico"/> <enumeration value="contas-pagar-receber-por-dia"/> <enumeration value="contas-pagar-receber-por-dia-sintetico"/> <enumeration value="tarefas-gerais"/> <enumeration value="tarefas-gerais-planilha"/> <enumeration value="tarefas-audiencias"/> <enumeration value="processos-recebidos-arquivados"/> <enumeration value="pessoas-planilha"/> <enumeration value="apontamento-horas"/> <enumeration value="processos-simplificado-planilha"/> <enumeration value="receita-despesa-por-dia"/> <enumeration value="receita-despesa-por-dia-sintetico"/> </restriction> </simpleType> |
RelatorioType | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoRelatorio" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoRelatorio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataRelatorioGerado" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="statusRelatorio" type="{http://www.softplan.com.br/unj/schema/adv}relatorioStatusType" minOccurs="0"/> <element name="tamanhoArquivo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}relatorioFiltroType" maxOccurs="unbounded" minOccurs="0"/> <element name="nomeArquivoRelatorio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="extensaoArquivoRelatorio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="exibidoFiltroRelatorio" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
ResponsavelEntidadeWs | Java class for responsavelEntidadeWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="responsavelEntidadeWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeCompleto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlFoto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ResultadoEncerramentoType | Java class for resultadoEncerramentoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="resultadoEncerramentoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="EXITO"/> <enumeration value="EXITO_PARCIAL"/> <enumeration value="PERDA"/> <enumeration value="PERDA_PARCIAL"/> <enumeration value="ACORDO"/> <enumeration value="ARQUIVAMENTO"/> <enumeration value="EXTINTO_C_MRT"/> <enumeration value="EXTINTO_S_MRT"/> <enumeration value="IMPROCEDENTE"/> <enumeration value="PROCEDENTE"/> <enumeration value="PROCEDENTE_PT"/> </restriction> </simpleType> |
SiglaProvedorType | Java class for siglaProvedorType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="siglaProvedorType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="POL"/> <enumeration value="SOLUCIONARE"/> </restriction> </simpleType> |
SimpleDtoType | Java class for simpleDtoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="simpleDtoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="chave" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SimpleDtoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="simpleDto" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SimpleOneValueLongWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SimpleValueBooleanWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SimpleValueLongWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}simpleOneValueLongWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SimpleValueType | Java class for simpleValueType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="simpleValueType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SimpleValueWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="simpleValue" type="{http://www.softplan.com.br/unj/schema/adv}simpleValueType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SistemaProcessoType | Java class for sistemaProcessoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="sistemaProcessoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PJE"/> <enumeration value="ESAJ"/> <enumeration value="EPROC"/> <enumeration value="THEMIS"/> <enumeration value="PROJUDI"/> <enumeration value="CRETA"/> <enumeration value="TJRJLOCAL"/> <enumeration value="EDOC"/> <enumeration value="OUTROS"/> </restriction> </simpleType> |
SituacaoCapturaOabType | Java class for situacaoCapturaOabType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="situacaoCapturaOabType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="EM_ATIVACAO"/> <enumeration value="EM_ANDAMENTO"/> <enumeration value="CONCLUIDO"/> <enumeration value="CANCELADO"/> <enumeration value="REALIZADA_COM_ERRO"/> </restriction> </simpleType> |
SituacaoFinanceiraType | Java class for situacaoFinanceiraType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="situacaoFinanceiraType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ABERTO"/> <enumeration value="PAGO"/> <enumeration value="PENDENTE"/> <enumeration value="RECUSADA"/> </restriction> </simpleType> |
SituacaoPagamentoType | Java class for situacaoPagamentoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="situacaoPagamentoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PENDENTE"/> <enumeration value="RECEBIDA"/> <enumeration value="PAGA"/> <enumeration value="ATRASADA"/> <enumeration value="PROXIMO_VENCIMENTO"/> <enumeration value="VENCIMENTO_HOJE"/> </restriction> </simpleType> |
SituacaoParcelaType | Java class for situacaoParcelaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="situacaoParcelaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ABERTO"/> <enumeration value="PAGO"/> </restriction> </simpleType> |
SituacaoSolicitacaoType | Java class for situacaoSolicitacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="situacaoSolicitacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="EM_ANDAMENTO"/> <enumeration value="REALIZADA_COM_SUCESSO"/> <enumeration value="REALIZADA_COM_ERRO"/> </restriction> </simpleType> |
SolicitacaoCancelamentoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="detalhes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="solicitacaoCancelamentoMotivo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="solicitacaoCancelamentoProblemas" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="solicitacaoCancelamentoSolucao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="ticketSuporte" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SolicitacaoConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="situacaoSolicitacao" type="{http://www.softplan.com.br/unj/schema/adv}situacaoFinanceiraType" minOccurs="0"/> <element name="tipoSolicitacaoRecebimentoPagto" type="{http://www.softplan.com.br/unj/schema/adv}solicitacaoRecebimentoPagtoType" minOccurs="0"/> <element name="tipoDataPeriodo" type="{http://www.softplan.com.br/unj/schema/adv}tipoDataPeriodoConsultaSolicitacaoType" minOccurs="0"/> <element name="dataPeriodoInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPeriodoFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="pessoa" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoDocumento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorSolicitacaoInicial" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorSolicitacaoFinal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="formaPagamento" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" maxOccurs="unbounded" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType"/> <element name="identificadorModulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SolicitacaoConsultaResultadoIndividualWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="codigoLancamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType"/> <element name="codigoSolicitacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificadorLancamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificadorModuloVinculo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="justificativaSolicitacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorSolicitacao" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorSolicitacaoReal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="pessoaACobrar" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoSolicitacaoRecebimentoPagto" type="{http://www.softplan.com.br/unj/schema/adv}solicitacaoRecebimentoPagtoType" minOccurs="0"/> <element name="situacaoSolicitacao" type="{http://www.softplan.com.br/unj/schema/adv}situacaoFinanceiraType" minOccurs="0"/> <element name="totalArquivos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SolicitacaoConsultaResultadoPorPessoaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pessoa" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoSolicitacaoRecebimentoPagto" type="{http://www.softplan.com.br/unj/schema/adv}solicitacaoRecebimentoPagtoType" minOccurs="0"/> <element name="valorSolicitacao" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorSolicitacaoReal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="quantidadeSolicitacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosSolicitacao" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SolicitacaoConsultaResultadosIndividualWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalValor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}solicitacaoConsultaResultadoIndividualWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SolicitacaoConsultaResultadosPorPessoaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalValor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}solicitacaoConsultaResultadoPorPessoaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SolicitacaoIntegracaoAgrupadaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="condicaoPagamento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="valorEntrada" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="conta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="formaPagamento" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorSaldo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="numeroParcelas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="formaPagamentoParcelado" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="dataVencimentoParcela" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoRecorrencia" type="{http://www.softplan.com.br/unj/schema/adv}tipoRecorrenciaType" minOccurs="0"/> <element name="flagBaixarPagamento" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="dataBaixa" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorBaixa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="flagEnviarNotaDebitoCliente" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="emails" type="{http://www.softplan.com.br/unj/schema/adv}stringList"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}solicitacaoIntegracaoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="valorTotal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SolicitacaoIntegracaoIndividualWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}solicitacaoIntegracaoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SolicitacaoIntegracaoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoLancamentoFinanceiro" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoSolicitacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoSolicitacaoRecebimentoPagto" type="{http://www.softplan.com.br/unj/schema/adv}solicitacaoRecebimentoPagtoType" minOccurs="0"/> <element name="identificadorLancamentoFinanceiro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="pessoaACobrar" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="condicaoPagamento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="conta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="formaPagamento" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="formaPagamentoParcelado" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataVencimentoParcela" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorReal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorEntrada" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorSaldo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="numeroParcelas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="flagBaixarPagamento" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="dataBaixa" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorBaixa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="flagEnviarNotaDebitoCliente" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="tipoRecorrencia" type="{http://www.softplan.com.br/unj/schema/adv}tipoRecorrenciaType" minOccurs="0"/> <element name="totalArquivos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="emails" type="{http://www.softplan.com.br/unj/schema/adv}stringList"/> </sequence> </restriction> </complexContent> </complexType> |
SolicitacaoRecebimentoPagtoType | Java class for solicitacaoRecebimentoPagtoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="solicitacaoRecebimentoPagtoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="RECEITA"/> <enumeration value="DESPESA"/> <enumeration value="RECEITA_REEMBOLSO"/> <enumeration value="DESPESA_REEMBOLSO"/> </restriction> </simpleType> |
SolicitacaoRecebimentoPagtoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoSolicitacaoRecebimentoPagto" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoLancamentoFinanceiro" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoSolicitacaoRecebimentoPagto" type="{http://www.softplan.com.br/unj/schema/adv}solicitacaoRecebimentoPagtoType" minOccurs="0"/> <element name="dataSolicitacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPagamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorSolicitacao" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorSolicitacaoModulo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="pessoa" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="formaPagamento" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="numeroParcelas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoRecorrencia" type="{http://www.softplan.com.br/unj/schema/adv}tipoRecorrenciaType" minOccurs="0"/> <element name="flagNotificarResp" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="situacaoSolicitacao" type="{http://www.softplan.com.br/unj/schema/adv}situacaoFinanceiraType" minOccurs="0"/> <element name="dataUltimoPagto" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorPago" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorPendente" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="justificativa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorEntrada" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="formaPagamentoEntrada" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="valorSaldo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="dataPrimeiroVencto" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="condicaoPagamento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="receitaDespesa" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="boletoSituacao" type="{http://www.softplan.com.br/unj/schema/adv}boletoSituacaoType" minOccurs="0"/> <element name="tipoResponsavelPagamento" type="{http://www.softplan.com.br/unj/schema/adv}tipoResponsavelPagamentoType" minOccurs="0"/> <element name="favorecido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="planoContas" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}marcadorWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SolicitacaoRecusaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoSolicitacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="justificativa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SolicitacaoResultadoPorLancamentoFinanceiroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoSolicitacaoRecebimentoPagto" type="{http://www.softplan.com.br/unj/schema/adv}solicitacaoRecebimentoPagtoType" minOccurs="0"/> <element name="pessoaRecebimentoPagamento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="valorSolicitacao" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoSituacaoFinanceira" type="{http://www.softplan.com.br/unj/schema/adv}situacaoFinanceiraType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SolicitacaoResultadosPorLancamentoFinanceiroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}solicitacaoResultadoPorLancamentoFinanceiroWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
StatusCentralCapturaProcessoConsultaType | Java class for statusCentralCapturaProcessoConsultaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="statusCentralCapturaProcessoConsultaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="NAO_CONFIGURADO"/> <enumeration value="NAO_CAPTURAR"/> <enumeration value="CAPTURAR"/> </restriction> </simpleType> |
StatusIntimacaoEletronicaAssinanteType | Java class for statusIntimacaoEletronicaAssinanteType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="statusIntimacaoEletronicaAssinanteType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="EM_ATIVACAO"/> <enumeration value="PENDENTE_CADASTRO_PROVEDOR"/> <enumeration value="PENDENTE_VALIDACAO_CADASTRO_PROVEDOR"/> <enumeration value="SUCESSO_CADASTRO_PROVEDOR"/> <enumeration value="ERRO_CADASTRO_PROVEDOR"/> <enumeration value="CREDENCIAL_INVALIDA"/> <enumeration value="DESABILITADO"/> <enumeration value="QR_CODE_INVALIDO"/> <enumeration value="QR_CODE_OBRIGATORIO"/> <enumeration value="CERTIFICADO_DIGITAL_OBRIGATORIO"/> </restriction> </simpleType> |
StatusMesclagemDocumentoTipoType | |
StatusMesclagemDocumentoWs | |
StatusProcessoEnvolvidoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="flagCompleto" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="possuiCliente" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaCompromissoEventoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}tarefaEventoType"> <sequence> <element name="concluido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dataHoraInicio" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="dataHoraFim" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="convidados" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
TarefaConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filaTrabalho" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="concluidaPor" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="usuariosCriadores" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="convidados" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="moduloTarefa" type="{http://www.softplan.com.br/unj/schema/adv}moduloTarefaType" minOccurs="0"/> <element name="codigoTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoSituacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosSituacao" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="marcadores" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="tituloCompromisso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataTarefaInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataTarefaFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tarefaTipoData" type="{http://www.softplan.com.br/unj/schema/adv}tipoDataTarefaType" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomePessoaEnvolvido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomePasta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoOrgao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoCidade" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoEstado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeContrario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagSituacaoConcluida" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagVinculoPrincipal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="filtroTarefaCompromisso" type="{http://www.softplan.com.br/unj/schema/adv}filtroTarefaCompromissoType" minOccurs="0"/> <element name="flagConsultaDetalhada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagClassificacaoTarefa" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagClassificacaoAudiencia" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagCompromisso" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoTarefa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoFiltroTarefaConsulta" type="{http://www.softplan.com.br/unj/schema/adv}tipoFiltroTarefaConsultaType" minOccurs="0"/> <element name="tipoFiltroDataTarefaConsulta" type="{http://www.softplan.com.br/unj/schema/adv}tipoFiltroDataTarefaConsultaType" minOccurs="0"/> <element name="visaoPessoal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagSomenteCompromissoPrivado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagSomenteCompromissoPublico" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagAgruparDataFatal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagDadosCompletosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagAgruparSomentePorData" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagCompromissoConcluido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dataInclusaoInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataInclusaoFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataConclusaoMaiorQue" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="flagKanban" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoQuadroKanban" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="assuntoVinculo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoInformacaoExclusao" type="{http://www.softplan.com.br/unj/schema/adv}tipoInformacaoExclusaoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaConsultaResumoFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filtroTarefaCompromisso" type="{http://www.softplan.com.br/unj/schema/adv}filtroTarefaCompromissoType" minOccurs="0"/> <element name="flagEstouEnvolvido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagSouResponsavel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tipoClassificacao" type="{http://www.softplan.com.br/unj/schema/adv}tarefaTipoClassificacaoType" minOccurs="0"/> <element name="filtroRapidoTarefaConsulta" type="{http://www.softplan.com.br/unj/schema/adv}filtroRapidoTarefaConsultaType" minOccurs="0"/> <element name="visaoEscritorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoUsuariosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoFiltroTarefaEnvolvimento" type="{http://www.softplan.com.br/unj/schema/adv}tipoFiltroTarefaConsultaType" minOccurs="0"/> <element name="flagSomenteCompromissoPrivado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagSomenteCompromissoPublico" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaConsultaResumoResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTarefaEvento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="corTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoSituacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeSituacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="dataPrevista" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horaPrevista" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="titulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="diaTodo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="compromissoPrivado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isSelecionado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="clientes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaConsultaTarefaTipoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="data" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="codigoTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="moduloEntidade" type="{http://www.softplan.com.br/unj/schema/adv}moduloEntidadeType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaConsultaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTarefa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTarefaEvento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="ativo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="corTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="chaveModulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="usuarioResponsaveis" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataLimite" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataConclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataConclusaoPrevista" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horaConclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horaLimite" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="codigoSituacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="situacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagSituacaoConcluida" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="titulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagTarefaCompromisso" type="{http://www.softplan.com.br/unj/schema/adv}filtroTarefaCompromissoType" minOccurs="0"/> <element name="dataInicioCompromisso" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horaInicioCompromisso" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFimCompromisso" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="numeroComentarios" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="flagCompromissoConcluido" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="privado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="parteAtiva" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="partePassiva" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificadorModulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="clienteAtendimento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="contrarioAtendimento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tarefaTipoClassificacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tarefaPrivada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="acessoPrivado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dadosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="clientes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="diaTodo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dataInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="codigoSimulacaoCalculoPrazo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="concluidaPor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="operacoesAuditoria" type="{http://www.softplan.com.br/unj/schema/adv}operacaoAuditoriaType" maxOccurs="unbounded" minOccurs="0"/> <element name="identificadorApontamentosVinculados" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="totalHorasApontamentosVinculados" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaDetalhesResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTarefa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTarefaEvento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="ativo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposTrabalho" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposUsuarios" type="{http://www.softplan.com.br/unj/schema/adv}grupoUsuarioWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}entidadeDetalhesIndicadorWs" minOccurs="0"/> <element name="tarefaOrigem" type="{http://www.softplan.com.br/unj/schema/adv}entidadeDetalhesIndicadorWs" minOccurs="0"/> <element name="codigoTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="dataBase" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataConclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horaConclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFatal" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horaFatal" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}checklistWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}comentarioWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}arquivoMetadadosWs" minOccurs="0"/> <element name="situacao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoClassificacao" type="{http://www.softplan.com.br/unj/schema/adv}tarefaTipoClassificacaoType" minOccurs="0"/> <element name="descricaoComplementar" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="operacoesAuditoria" type="{http://www.softplan.com.br/unj/schema/adv}operacaoAuditoriaType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoSimulacaoCalculoPrazo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="flagKanban" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoKanbanTarefa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tituloKanbanTarefa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="kanbanTarefaColuna" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tituloTarefa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="localTarefa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaEtapaWorkflowWs | Java class for tarefaEtapaWorkflowWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="tarefaEtapaWorkflowWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoEtapaWorkflow" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="codigoModulo" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="dataBaseTarefas" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="codigoResponsavelTarefas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaEventoDadosComplementaresWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTarefaEventoDadosComplementares" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="textoComplementar" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaEventoSituacaoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTarefaEventoSituacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="situacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="situacaoConcluida" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaEventoType | Java class for tarefaEventoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="tarefaEventoType"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}modulosEntidadeType"> <sequence> <element name="codigoTarefaEvento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoUsuarioCriador" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricaoTarefa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataConclusao" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="dataConclusaoPrevista" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="horaConclusao" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/> <element name="horaLimite" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/> <element name="dataLimite" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataBase" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoTarefa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoTarefa" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="notificaClienteCriacao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="notificaResponsavelCriacao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="notificaTerceirosCriacao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="notificaClienteConclusao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="notificaResponsavelConclusao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="notificaTerceirosConclusao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoTarefaEventoPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="terceirosConclusao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="terceirosCriacao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}marcadorWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaEventoDadosComplementaresWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaEventoSituacaoWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}checklistWs" minOccurs="0"/> <element name="tipoEvento" type="{http://www.softplan.com.br/unj/schema/adv}tipoEventoType" minOccurs="0"/> <element name="local" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="titulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}lembreteWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}lembreteDataEspecificaWs" maxOccurs="unbounded" minOccurs="0"/> <element name="privado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tarefaPrivada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoSimulacaoCalculoPrazo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="kanban" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="quadroKanban" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="colunaKanban" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
TarefaEventoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}tarefaEventoType"> </extension> </complexContent> </complexType> |
TarefaIndicadoresWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalIndicadorTarefa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorCompromisso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorAudiencia" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorTodos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaKanbanColunaIndicadoresWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoColunaKanban" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicador" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaKanbanIndicadoresWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalIndicadorTodos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorSouResponsavel" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorEstouEnvolvido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorDelegadasPorMim" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaKanbanWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTarefa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTarefaEvento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="colunaKanbanNome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="usuariosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="situacao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="flagTarefaCompromisso" type="{http://www.softplan.com.br/unj/schema/adv}filtroTarefaCompromissoType" minOccurs="0"/> <element name="corTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="nomeTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeEnvolvido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificadorModulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="parteAtiva" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="partePassiva" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="clienteAtendimento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="contrarioAtendimento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroArquivos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagSituacaoConcluida" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dataConclusaoPrevista" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataConclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFatal" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dadosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoColunaKanban" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTarefaAnterior" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTarefaPosterior" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tituloTarefa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="concluidaPor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaPainelWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTarefaEvento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoPessoaResponsavel" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="situacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="chaveModulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataConclusaoPrevista" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaPrazosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dataLimite" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataConclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaSituacaoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoSituacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosTarefaEvento" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosTarefaComprisso" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaTipoClassificacaoType | Java class for tarefaTipoClassificacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tarefaTipoClassificacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="TAREFA"/> <enumeration value="AUDIENCIA"/> </restriction> </simpleType> |
TarefaTipoConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulos" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="filaTrabalho" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="nomeTipoTarefa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="prazoPadrao" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tipoPrazo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="marcadores" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaTipoConsultaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTipoTarefa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="prazoPadrao" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="prazoFatal" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="nomeResponsaveis" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeGrupos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeFilaTrabalho" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoTemplateUsuario" type="{http://www.softplan.com.br/unj/schema/adv}tipoTemplateUsuarioGrupoType" minOccurs="0"/> <element name="tipoTemplateGrupo" type="{http://www.softplan.com.br/unj/schema/adv}tipoTemplateUsuarioGrupoType" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="classificacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaTipoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTipoTarefa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricaoTarefa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cor" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="prazoPadrao" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="prazoFatal" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="tempoPadrao" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/> <element name="modulos" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="filaTrabalho" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoContagemPrazo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoPrazo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoTemplateUsuario" type="{http://www.softplan.com.br/unj/schema/adv}tipoTemplateUsuarioGrupoType" minOccurs="0"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoTemplateGrupo" type="{http://www.softplan.com.br/unj/schema/adv}tipoTemplateUsuarioGrupoType" minOccurs="0"/> <element name="terceirosConclusao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="terceirosCriacao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}marcadorWs" maxOccurs="unbounded" minOccurs="0"/> <element name="permiteAlterarDescricao" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="permiteAlterarTipo" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="possuiProrrogacao" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="notificaTerceiroConclusao" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="notificaClienteConclusao" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="notificaResponsavelConclusao" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="notificaTerceiroCriacao" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="notificaClienteCriacao" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="notificaResponsavelCriacao" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="checklistTemplate" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoClassificacao" type="{http://www.softplan.com.br/unj/schema/adv}tarefaTipoClassificacaoType" minOccurs="0"/> <element name="exibirKanban" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="quadroKanban" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="colunaKanban" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaTotalAbertaEConcluidaDoDiaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalTarefaAbertaDoDia" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalTarefaConcluidaDoDia" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="data" type="{http://www.w3.org/2001/XMLSchema}date"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaTotalDoDiaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalTarefaDoDia" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="dataTotalTarefaDoDia" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaTotalPorStatusWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tarefasNovas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tarefasAtrasadas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tarefasDoDia" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tarefasDoDiaSeguinte" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tarefasFuturas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaTotalPorTipoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTipoTarefa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTipoTarefa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="totalTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}modulosEntidadeType"> <sequence> <element name="codigoTarefa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="possuiRecorrencia" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="compromisso" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}recorrenciaWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaEventoWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaCompromissoEventoWs" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
TarefasAgrupadasDataTipoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="data" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFatal" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="nomeTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="totalRegistrosAgrupamento" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaConsultaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefasConsultaAgrupadasWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefasAgrupadasDataTipoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefasConsultaResumoResutadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaConsultaResumoResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefasConsultaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaConsultaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefasKanbanConsultaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="quadroKanbanNome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaKanbanWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaKanbanColunaIndicadoresWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefasListaCodigosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="visaoEscritorio" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigosTarefas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefasPainelWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaPainelWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefasTipoConsultaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaTipoConsultaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefasTotalAbertaEConcluidaDoDiaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaTotalAbertaEConcluidaDoDiaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefasTotalDoDiaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaTotalDoDiaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefasTotalPorTipoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaTotalPorTipoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TelefoneType | Java class for telefoneType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="telefoneType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTelefone" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="ramalTelefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroTelefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="observacaoTelefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoTipoTelefone" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTipoTelefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TemplateRelatorioGeradoType | Java class for templateRelatorioGeradoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="templateRelatorioGeradoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filtro" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioFiltroType" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataAgendamento" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="tipoRelatorio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TemplateRelatoriosGeradosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="relatoriosGerados" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}templateRelatorioGeradoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TermosValidacaoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoAssinante" type="{http://www.softplan.com.br/unj/schema/adv}tipoAssinanteType"/> <element name="termos" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> |
TipoApresentacaoType | Java class for tipoApresentacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoApresentacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="INFO"/> <enumeration value="WARN"/> <enumeration value="ALERT"/> </restriction> </simpleType> |
TipoAssinanteType | Java class for tipoAssinanteType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoAssinanteType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ADVOGADO"/> <enumeration value="TERMO_PESQUISA"/> </restriction> </simpleType> |
TipoAutenticacaoType | Java class for tipoAutenticacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoAutenticacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="SENHA"/> <enumeration value="CERTIFICADO_DIGITAL"/> <enumeration value="SENHA_OU_CERTIFICADO_DIGITAL"/> </restriction> </simpleType> |
TipoCadastroCapturaProcessoType | Java class for tipoCadastroCapturaProcessoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoCadastroCapturaProcessoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="COMPLETO"/> <enumeration value="SIMPLIFICADO"/> </restriction> </simpleType> |
TipoCartaoType | Java class for tipoCartaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoCartaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DEBITO"/> <enumeration value="CREDITO"/> </restriction> </simpleType> |
TipoConfiguracaoIntimacaoType | Java class for tipoConfiguracaoIntimacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoConfiguracaoIntimacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="EXCLUSAO_AUTOMATICA"/> <enumeration value="VISUALIZAR_POR_DATA_DISPONIBILIZACAO"/> <enumeration value="VISUALIZAR_POR_DATA_PUBLICACAO"/> <enumeration value="NAO_EXIBIR_DATA_DISPONIBILIZACAO"/> <enumeration value="NAO_CADASTRAR_AUDIENCIAS_AUTOMATICAMENTE"/> <enumeration value="EXCLUSAO_AUTOMATICA_ADICIONAIS_PROCESSO"/> <enumeration value="DISTRIBUICAO_RESPONSAVEL_PROCESSO"/> <enumeration value="DISTRIBUICAO_RESPONSAVEL_INTIMACAO"/> <enumeration value="DISTRIBUICAO_RESPONSAVEL_AMBOS"/> </restriction> </simpleType> |
TipoContaType | Java class for tipoContaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoContaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CX"/> <enumeration value="BA"/> <enumeration value="CA"/> </restriction> </simpleType> |
TipoDataAndamentoType | Java class for tipoDataAndamentoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoDataAndamentoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DATA_DO_CADASTRO"/> <enumeration value="DATA_DO_ANDAMENTO"/> </restriction> </simpleType> |
TipoDataAtendimentoType | Java class for tipoDataAtendimentoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoDataAtendimentoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CADASTRO_ATENDIMENTO"/> <enumeration value="ULTIMA_MOVIMENTACAO"/> </restriction> </simpleType> |
TipoDataDFCType | Java class for tipoDataDFCType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoDataDFCType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DATA_BAIXA"/> <enumeration value="DATA_VENCIMENTO"/> </restriction> </simpleType> |
TipoDataFiltroIntimacaoType | Java class for tipoDataFiltroIntimacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoDataFiltroIntimacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DATA_DA_DISPONIBILIZACAO"/> <enumeration value="DATA_DO_JORNAL"/> </restriction> </simpleType> |
TipoDataPagamentoConsultaFiltroType | Java class for tipoDataPagamentoConsultaFiltroType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoDataPagamentoConsultaFiltroType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="EMISSAO"/> <enumeration value="VENCIMENTO"/> <enumeration value="PAGAMENTO"/> <enumeration value="CADASTRO"/> </restriction> </simpleType> |
TipoDataPeriodoConsultaSolicitacaoType | Java class for tipoDataPeriodoConsultaSolicitacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoDataPeriodoConsultaSolicitacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="VENCIMENTO_SOLICITACAO"/> <enumeration value="EMISSAO_LANCAMENTO"/> </restriction> </simpleType> |
TipoDataPeriodoType | Java class for tipoDataPeriodoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoDataPeriodoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="LANCAMENTO_CADASTRO_FILTRO"/> <enumeration value="VENCIMENTO_LANCAMENTO_FILTRO"/> <enumeration value="VENCIMENTO_SOLICITACAO_FILTRO"/> </restriction> </simpleType> |
TipoDataProcessoType | Java class for tipoDataProcessoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoDataProcessoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DATA_DO_CADASTRO"/> <enumeration value="DATA_DA_DISTRIBUICAO"/> <enumeration value="DATA_DA_CITACAO"/> <enumeration value="DATA_DO_JULGAMENTO"/> <enumeration value="DATA_DO_ENCERRAMENTO"/> </restriction> </simpleType> |
TipoDataReceitaDespesaType | Java class for tipoDataReceitaDespesaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoDataReceitaDespesaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DATA_VENCIMENTO"/> </restriction> </simpleType> |
TipoDataTarefaType | Java class for tipoDataTarefaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoDataTarefaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DATA_LIMITE"/> <enumeration value="DATA_CONCLUSAO"/> <enumeration value="DATA_PREVISTA_CONCLUSAO"/> <enumeration value="DATA_INCLUSAO"/> <enumeration value="DATA_LIMITE_E_PREVISTA_CONCLUSAO"/> </restriction> </simpleType> |
TipoDocumentoIdentificacaoConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataEmissaoObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dataValidadeObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="orgaoEmissaoObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="localEmissaoObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TipoDocumentoIdentificacaoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTipoDocumento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoArrendatario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataEmissaoObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dataValidadeObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="orgaoEmissaoObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="localEmissaoObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
TipoDocumentoIdentificacoesWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tipoDocumentoIdentificacaoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TipoDominioType | Java class for tipoDominioType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoDominioType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ESCRITORIO"/> <enumeration value="CLIENTE"/> </restriction> </simpleType> |
TipoEnvolvidoType | Java class for tipoEnvolvidoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoEnvolvidoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PARTE_ATIVA"/> <enumeration value="PARTE_PASSIVA"/> <enumeration value="TERCEIRO"/> <enumeration value="ASSISTENTE"/> <enumeration value="FISCAL"/> <enumeration value="TESTEMUNHA"/> <enumeration value="VITIMA"/> <enumeration value="OUTROS"/> </restriction> </simpleType> |
TipoEnvolvidoType | Java class for tipoEnvolvidoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoEnvolvidoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PARTE_ATIVA"/> <enumeration value="PARTE_PASSIVA"/> <enumeration value="TERCEIRO"/> <enumeration value="ASSISTENTE"/> <enumeration value="FISCAL"/> <enumeration value="TESTEMUNHA"/> <enumeration value="VITIMA"/> <enumeration value="OUTROS"/> </restriction> </simpleType> |
TipoEstimativaType | Java class for tipoEstimativaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoEstimativaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="REMOTO"/> <enumeration value="PROVAVEL"/> <enumeration value="POSSIVEL"/> </restriction> </simpleType> |
TipoEventoType | Java class for tipoEventoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoEventoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="TAREFA"/> <enumeration value="COMPROMISSO"/> </restriction> </simpleType> |
TipoExclusaoType | Java class for tipoExclusaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoExclusaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DIA"/> <enumeration value="MES"/> <enumeration value="ANO"/> </restriction> </simpleType> |
TipoFeriadoType | Java class for tipoFeriadoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoFeriadoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="MUNICIPAL"/> <enumeration value="ESTADUAL"/> <enumeration value="FEDERAL"/> </restriction> </simpleType> |
TipoFiltroCapturaProcessoConsultaType | Java class for tipoFiltroCapturaProcessoConsultaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoFiltroCapturaProcessoConsultaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="TODOS"/> <enumeration value="FILTRO_PENDENTES"/> <enumeration value="FILTRO_EM_ANDAMENTO"/> <enumeration value="VINCULADOS"/> <enumeration value="FILTRO_PROCESSO_NAO_LOCALIZADO"/> <enumeration value="INDISPONIVEL"/> <enumeration value="ERRO"/> <enumeration value="PROCESSO_ARQUIVADO"/> <enumeration value="PROCESSO_EM_SEGREDO_JUSTICA"/> </restriction> </simpleType> |
TipoFiltroDataProcessoType | Java class for tipoFiltroDataProcessoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoFiltroDataProcessoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DATA_CITACAO"/> <enumeration value="DATA_DISTRIBUICAO"/> <enumeration value="DATA_CADASTRO"/> <enumeration value="DATA_ENCERRAMENTO"/> <enumeration value="DATA_JULGAMENTO"/> </restriction> </simpleType> |
TipoFiltroDataTarefaConsultaType | Java class for tipoFiltroDataTarefaConsultaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoFiltroDataTarefaConsultaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="TODOS"/> <enumeration value="DATA_PREVISTA"/> <enumeration value="DATA_FATAL"/> </restriction> </simpleType> |
TipoFiltroEspeciasIntimacaoType | Java class for tipoFiltroEspeciasIntimacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoFiltroEspeciasIntimacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PROCESSO_CADASTRADO"/> <enumeration value="PROCESSO_NAO_CADASTRADO"/> <enumeration value="SOMENTE_PENDENTES"/> </restriction> </simpleType> |
TipoFiltroTarefaConsultaType | Java class for tipoFiltroTarefaConsultaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoFiltroTarefaConsultaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="TODOS"/> <enumeration value="ESTOU_ENVOLVIDO"/> <enumeration value="SOU_RESPONSAVEL"/> <enumeration value="QUE_DELEGUEI"/> </restriction> </simpleType> |
TipoFranquiaCreditoServicoConsumidorType | Java class for tipoFranquiaCreditoServicoConsumidorType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoFranquiaCreditoServicoConsumidorType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CONSULTA_DADOS_PESSOA"/> <enumeration value="CAPTURA_PROCESSO_OAB"/> <enumeration value="CALCULADORA_PRAZO"/> <enumeration value="CHAT_GPT"/> <enumeration value="CHAT_GPT_DOCUMENTO"/> <enumeration value="CHAT_GPT_RESUMO_DOCUMENTO"/> <enumeration value="CHAT_GPT_RESUMO_INTIMACAO"/> <enumeration value="CHAT_GPT_TRADUCAO_INTIMACAO"/> <enumeration value="CHAT_GPT_TRADUCAO_ANDAMENTO"/> <enumeration value="PROGNOSTICO_JURIDICO"/> </restriction> </simpleType> |
TipoFrequenciaCentralCapturaProcessoType | Java class for tipoFrequenciaCentralCapturaProcessoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoFrequenciaCentralCapturaProcessoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="NAO_CAPTURAR"/> <enumeration value="DIARIA"/> </restriction> </simpleType> |
TipoInformacaoExclusaoType | Java class for tipoInformacaoExclusaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoInformacaoExclusaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="NAO_EXIBIR_EXCLUIDOS"/> <enumeration value="EXIBIR_EXCLUIDOS"/> <enumeration value="EXIBIR_SOMENTE_EXCLUIDOS"/> </restriction> </simpleType> |
TipoInscricaoType | Java class for TipoInscricaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="TipoInscricaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ADVOGADO"/> <enumeration value="ESTAGIARIO"/> <enumeration value="SUPLEMENTAR"/> </restriction> </simpleType> |
TipoInstanciaProcessoType | Java class for tipoInstanciaProcessoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoInstanciaProcessoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PRIMEIRA_INSTANCIA"/> <enumeration value="SEGUNDA_INSTANCIA"/> <enumeration value="TERCEIRA_INSTANCIA"/> <enumeration value="QUARTA_INSTANCIA"/> </restriction> </simpleType> |
TipoIntimacaoType | Java class for tipoIntimacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoIntimacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DIARIO"/> <enumeration value="ELETRONICA"/> </restriction> </simpleType> |
TipoLembreteType | Java class for tipoLembreteType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoLembreteType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="EMAIL"/> <enumeration value="NOTIFICACAO"/> </restriction> </simpleType> |
TipoNotificacaoGeralAcaoType | Java class for tipoNotificacaoGeralAcaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoNotificacaoGeralAcaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="LINK"/> <enumeration value="BOTAO"/> </restriction> </simpleType> |
TipoNumeracaoType | Java class for tipoNumeracaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoNumeracaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PADRAO_CNJ"/> <enumeration value="OUTROS"/> </restriction> </simpleType> |
TipoOperacaoAuditoriaType | Java class for tipoOperacaoAuditoriaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoOperacaoAuditoriaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="INCLUSAO"/> <enumeration value="EDICAO"/> <enumeration value="CONCLUSAO"/> <enumeration value="ENCERRAMENTO"/> </restriction> </simpleType> |
TipoParcelaType | Java class for tipoParcelaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoParcelaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ENTRADA"/> <enumeration value="PARCELA"/> </restriction> </simpleType> |
TipoPessoaType | Java class for tipoPessoaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoPessoaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="FISICA"/> <enumeration value="JURIDICA"/> </restriction> </simpleType> |
TipoPessoaType | Java class for tipoPessoaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoPessoaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="FISICA"/> <enumeration value="JURIDICA"/> </restriction> </simpleType> |
TipoPlanoContaType | Java class for tipoPlanoContaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoPlanoContaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="A"/> <enumeration value="S"/> </restriction> </simpleType> |
TipoProcessoRelacionadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTipoProcessoRelacionado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTipoProcessoRelacionado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoProcessoRelacionado" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TipoProcessoType | Java class for tipoProcessoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoProcessoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="J"/> <enumeration value="E"/> </restriction> </simpleType> |
TipoProjecaoItemType | Java class for tipoProjecaoItemType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoProjecaoItemType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="FIXO"/> <enumeration value="DINAMICO"/> </restriction> </simpleType> |
TipoProvedorType | Java class for tipoProvedorType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoProvedorType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CONTA_SAJADV"/> <enumeration value="PUBLICACOES_ONLINE"/> </restriction> </simpleType> |
TipoRecorrenciaType | Java class for tipoRecorrenciaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoRecorrenciaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="MENSAL"/> <enumeration value="DIARIO"/> <enumeration value="SEMANAL"/> <enumeration value="ANUAL"/> </restriction> </simpleType> |
TipoResponsavelPagamentoType | Java class for tipoResponsavelPagamentoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoResponsavelPagamentoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CLIENTE"/> <enumeration value="FUNCIONARIO"/> <enumeration value="ESCRITORIO"/> <enumeration value="TERCEIRO"/> </restriction> </simpleType> |
TipoSituacaoIntimacaoType | Java class for tipoSituacaoIntimacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoSituacaoIntimacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PENDENTE"/> <enumeration value="PROCESSADA"/> <enumeration value="ARQUIVADA"/> <enumeration value="ATIVA"/> </restriction> </simpleType> |
TipoStatusCapturaProcessoType | Java class for tipoStatusCapturaProcessoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoStatusCapturaProcessoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DESCARTADO"/> <enumeration value="PROCESSO_NAO_LOCALIZADO"/> <enumeration value="PROCESSO_VINCULADO"/> <enumeration value="AJUSTE"/> <enumeration value="PENDENTE"/> <enumeration value="EM_ATIVACAO"/> <enumeration value="EM_ANDAMENTO"/> <enumeration value="ERRO"/> <enumeration value="INDISPONIVEL"/> <enumeration value="PROCESSO_ARQUIVADO"/> <enumeration value="PROCESSO_EM_SEGREDO_JUSTICA"/> <enumeration value="CREDENCIAL_INVALIDA"/> </restriction> </simpleType> |
TipoStatusCentralCapturaProcessoType | Java class for tipoStatusCentralCapturaProcessoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoStatusCentralCapturaProcessoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PROCESSO_NAO_LOCALIZADO"/> <enumeration value="PROCESSO_VINCULADO"/> <enumeration value="AJUSTE"/> <enumeration value="PENDENTE"/> <enumeration value="EM_ATIVACAO"/> <enumeration value="EM_ANDAMENTO"/> <enumeration value="ERRO"/> <enumeration value="INDISPONIVEL"/> <enumeration value="PROCESSO_ARQUIVADO"/> <enumeration value="PROCESSO_EM_SEGREDO_JUSTICA"/> <enumeration value="CREDENCIAL_INVALIDA"/> </restriction> </simpleType> |
TipoTemplateUsuarioGrupoType | Java class for tipoTemplateUsuarioGrupoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoTemplateUsuarioGrupoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="AUTOMATICO_TAREFA"/> <enumeration value="AUTOMATICO"/> <enumeration value="PRE_DEFINIDO"/> <enumeration value="SEM_RESPONSAVEL"/> </restriction> </simpleType> |
TipoTerminoRecorrenciaType | Java class for tipoTerminoRecorrenciaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoTerminoRecorrenciaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DATA"/> <enumeration value="QUANTIDADE"/> </restriction> </simpleType> |
TipoTermoType | Java class for tipoTermoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoTermoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="EXCECAO"/> <enumeration value="ALTERNATIVO"/> </restriction> </simpleType> |
TipoUnidadeOrganizacionalType | Java class for tipoUnidadeOrganizacionalType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoUnidadeOrganizacionalType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="GRP"/> <enumeration value="EMP"/> <enumeration value="FIL"/> <enumeration value="DEP"/> <enumeration value="SET"/> <enumeration value="NUC"/> </restriction> </simpleType> |
TransferenciaContaDetalheWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="dataTransferencia" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataCadastro" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="nomeContaOrigem" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeContaDestino" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="responsavel" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TransferenciaContaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTransferencia" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="data" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="contaOrigem" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="contaDestino" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TreeWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}nodeWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UnidadeMedidaLembreteType | Java class for unidadeMedidaLembreteType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="unidadeMedidaLembreteType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="MINUTO"/> <enumeration value="HORA"/> <enumeration value="DIA"/> <enumeration value="SEMANA"/> <enumeration value="MES"/> </restriction> </simpleType> |
UnidadeOrganizacionalConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="unidadeOrganizacionalPai" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="nomeUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoUnidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}tipoUnidadeOrganizacionalType" minOccurs="0"/> <element name="situacao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UnidadeOrganizacionalConsultaResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UnidadeOrganizacionalConsultaResultadosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}unidadeOrganizacionalConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UnidadeOrganizacionalWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="abreviacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoUnidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}tipoUnidadeOrganizacionalType" minOccurs="0"/> <element name="codigoPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UsuarioAlteracaoSenhaWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="senhaAtual" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="senhaNova" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="senhaNovaConfirmacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UsuarioAlterarSenhaComHashWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="hashAcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="senhaNova" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="senhaNovaConfirmacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UsuarioAutenticacaoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="login" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="emailPrincipal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlFoto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlFotoArrendatario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="administrado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="cliente" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="arrendatario" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoAutenticacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoAutenticacaoType" minOccurs="0"/> <element name="statusArrendatario" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="gruposDeTrabalho" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="modulosLiberado" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="pessoaArrendatario" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="arrendatarioTipo" type="{http://www.softplan.com.br/unj/schema/adv}tipoDominioType" minOccurs="0"/> <element name="dominioArrendatario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="funcionalidades" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="permissoes" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="trocarSenha" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="dataInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dadosArrendatario" type="{http://www.softplan.com.br/unj/schema/adv}dadosArrendatarioWs" minOccurs="0"/> <element name="flRealizarOnboard" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flOnboardConfirmado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flAcessoSuporte" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}preferenciaUsuarioWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}preferenciasArrendatarioWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}arrendatarioTotalizadoresWs" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UsuarioClienteWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoUsuarioCliente" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoPessoaEmail" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="pessoa" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="senha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="permissoes" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UsuarioConsultaFiltroWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeUsuario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="perfil" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="grupo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="ativo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="desabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigosUsuario" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UsuarioConsultaResultadoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="login" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeUsuario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeCargo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomePerfis" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="administrador" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="urlFoto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UsuarioConsultaResultadosWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}usuarioConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UsuarioDadosComplementaresWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoUsuarioDadosComplementares" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="salario" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="dataContratacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataDemissao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="cargo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="observacaoGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}funcaoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UsuarioDadosRedeSocialWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="redeSocialType" type="{http://www.softplan.com.br/unj/schema/adv}redeSocialType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UsuarioDetalheWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeUsuario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="administrador" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="nomePerfis" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="login" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataCadastro" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoAutenticacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}usuarioDadosComplementaresWs" minOccurs="0"/> <element name="dataUltimoAcesso" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="urlFoto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="gruposTrabalho" type="{http://www.softplan.com.br/unj/schema/adv}grupoUsuarioWs" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UsuarioResumoType | Java class for usuarioResumoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="usuarioResumoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="login" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="administrador" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UsuarioWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="login" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="senha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="perfis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposDeTrabalho" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoAutenticacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoAutenticacaoType" minOccurs="0"/> <element name="trocarSenha" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flRealizarOnboard" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlFoto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}usuarioDadosComplementaresWs" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ValidacaoBoletoDocumentoType | Java class for validacaoBoletoDocumentoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="validacaoBoletoDocumentoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CPF_INVALIDO"/> <enumeration value="CNPJ_INVALIDO"/> <enumeration value="DOCUMENTO_IGUAL_CONTA"/> <enumeration value="DOCUMENTO_VALIDO"/> </restriction> </simpleType> |
ValidacaoBoletoDocumentoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="validacaoBoletoDocumento" type="{http://www.softplan.com.br/unj/schema/adv}validacaoBoletoDocumentoType"/> </sequence> </restriction> </complexContent> </complexType> |
VinculoCapturaProcessoWs | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCentralCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
type | description |
---|---|
RelatorioFiltroWs (Anonymous) | |
StatusMesclagemDocumentoWs (Anonymous) | |
AcaoEmLoteAlterarDatasReceitaDespesaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoData" type="{http://www.softplan.com.br/unj/schema/adv}tipoDataReceitaDespesaType"/> <element name="data" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="codigosPagamentos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> |
AcaoEmLoteAssuntoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigosEntidade" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="nomeAssuntoNovo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AcaoEmLoteExcluirPessoasWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AcaoEmLoteExcluirReceitaDespesaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigosReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosPagamentos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoExclusao" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoExclusaoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AcaoEmLoteExcluirReceitasDespesasWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}acaoEmLoteExcluirReceitaDespesaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AcaoEmLoteExcluirResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="qtdItensExcluidos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="qtdItensDesabilitados" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AcaoEmLoteExibirKanbanResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="registrosAtualizados" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AcaoEmLoteExibirKanbanWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTarefaEvento" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoNovoQuadro" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeNovoQuadro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AcaoEmLoteGrupoTrabalhoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigosEntidade" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoGrupoTrabalhoAtual" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoGrupoTrabalhoNovo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AcaoEmLoteNovasTarefasIntimacaoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}acaoEmLoteNovasTarefasType"> <sequence> <element name="codigosIntimacaoProcesso" type="{http://www.softplan.com.br/unj/schema/adv}intimacaoProcessoAcaoEmLoteType" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoDataBaseTarefaIntimacao" type="{http://www.softplan.com.br/unj/schema/adv}dataBaseTarefaIntimacaoType" minOccurs="0"/> <element name="prazoPrevisto" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="prazoFatal" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
AcaoEmLoteNovasTarefasProcessoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}acaoEmLoteNovasTarefasType"> <sequence> <element name="codigosProcesso" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
AcaoEmLoteNovosAndamentosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}andamentoWs" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AcaoEmLoteResponsavelResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="entidadesNaoAtualizadas" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AcaoEmLoteResponsavelWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigosEntidade" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoResponsavelAtual" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoResponsavelNovo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AcaoEmLoteTarefaDataWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigosEntidade" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="dataLimite" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataBase" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataConclusaoPrevista" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AdminTarefaEtapaWorkflowWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}tarefaEtapaWorkflowWs"> <sequence> <element name="codigoArrendatario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
AdvogadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="oab" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AndamentoClassificacaoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="andamentoClassificacoes" type="{http://www.softplan.com.br/unj/schema/adv}andamentoClassifiacaoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AndamentoConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoConsultaFiltrosType"> <sequence> <element name="codigoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricaoAndamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataInicioAndamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFimAndamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="codigoAndamentoTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flSouResponsavel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoClassificacaoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="cadastroManual" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
AndamentoConsultaGeralFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="modulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigosModulo" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosTipoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigosUsuariosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosUsuarioCriador" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="dataInicioAndamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFimAndamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoDataAndamento" type="{http://www.softplan.com.br/unj/schema/adv}tipoDataAndamentoType" minOccurs="0"/> <element name="atualizadoDesde" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AndamentoDetalheVinculoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}andamentoDadosBasicosType"> <sequence> <element name="andamentoClassificacoes" type="{http://www.softplan.com.br/unj/schema/adv}andamentoClassifiacaoType" minOccurs="0"/> <element name="responsaveisAndamento" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}entidadeDetalhesIndicadorWs" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
AndamentoGrupoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoAndamentoGrupo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeGrupo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeGrupoPai" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="principal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AndamentoLidoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="lido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AndamentoProcessoClassificadoFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dataAndamentoInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataAndamentoFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosJaObtidos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="quantidadeAndamentos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="exibirApenasAndamentosPeriodo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ordenacaoDataAndamentoCrescente" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AndamentoProcessoClassificadoType (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificadorAndamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataAndamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horaAndamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoAndamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricaoAndamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoAndamentoClassificacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoAndamentoGrupo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="possuiPrazo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="possuiValor" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="confirmado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="nomeGrupo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AndamentoProcessoClassificadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <element ref="{http://www.softplan.com.br/unj/schema/adv}andamentoProcessoClassificadoType" maxOccurs="unbounded" minOccurs="0"/> </restriction> </complexContent> </complexType> |
AndamentoProcessoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}andamentoDadosBasicosType"> <sequence> <element name="andamentoAlteracaoTipo" type="{http://www.softplan.com.br/unj/schema/adv}andamentoAlteracaoTipoType" minOccurs="0"/> <element name="andamentoDadosRecaptura" type="{http://www.softplan.com.br/unj/schema/adv}andamentoDadosBasicosType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
AndamentoProcessosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataUltimaCaptura" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataProximaCaptura" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataUltimaSolicitacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="situacaoSolicitacao" type="{http://www.softplan.com.br/unj/schema/adv}situacaoSolicitacaoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}andamentoProcessoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
AndamentoTipoConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulos" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AndamentoTipoConsultaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoAndamentoTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AndamentoTipoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoAndamentoTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulos" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AndamentoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}andamentoDadosBasicosType"> </extension> </complexContent> </complexType> |
AndamentosTipoConsultaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}andamentoTipoConsultaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AndamentosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}andamentoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ApontamentoDataHoraConsultaResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}apontamentoDataHoraWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ApontamentoDataHoraWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoApontamentoDataHora" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoApontamentoHorasPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificadorApontamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeApontamentoHorasTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataApontamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horasApontamento" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="/^\d{2}:\d{2}$/"/> </restriction> </simpleType> </element> <element name="descricaoApontamentoDataHora" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="faturarApontamentoHoras" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="nomeResponsavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="fotoResponsavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificadorModulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="moduloVinculo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ApontamentoHoraTipoConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nomeApontamentoHoraTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="tempo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ApontamentoHoraTipoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTipoApontamentoHora" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTipoApontamentoHora" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorHora" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="tempoPadrao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ApontamentoHoraTiposWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}apontamentoHoraTipoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ApontamentoHorasConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="faturar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="responsavelApontamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="apontamentoDataHoraInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="apontamentoDataHoraFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="apontamentoHoraTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="apontamentoHorasTipos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="apontamentoHorasTipoData" type="{http://www.softplan.com.br/unj/schema/adv}apontamentoHorasTipoDataType" minOccurs="0"/> <element name="exibirApontamentos" type="{http://www.softplan.com.br/unj/schema/adv}apontamentoHorasExibirType" minOccurs="0"/> <element name="codigoModulo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoClientes" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoMarcadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ApontamentoHorasConsultaResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoApontamentoHoras" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="faturarApontamentoHoras" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="nomeResponsavelApontamentoHoras" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="totalHorasApontamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorHoraTipoApontamento" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorTotal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="fotoResponsavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricaoApontamentoHoras" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeApontamentoHorasTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}apontamentoDataHoraWs" maxOccurs="unbounded" minOccurs="0"/> <element name="privado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="identificadorModulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ApontamentoHorasConsultaResultadosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalHoras" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}apontamentoHorasConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ApontamentoHorasWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeMultiModuloType"> <sequence> <element name="codigoApontamentoHoras" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}apontamentoHoraTipoWs" minOccurs="0"/> <element name="descricaoApontamentoHoras" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="responsavelApontamentoHoras" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="faturarApontamentoHoras" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="horaApontamento" type="{http://www.softplan.com.br/unj/schema/adv}horaApontamentoType" maxOccurs="unbounded" minOccurs="0"/> <element name="privado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="totalHorasApontamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="fotoResponsavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}marcadorWs" maxOccurs="unbounded" minOccurs="0"/> <element name="moduloVinculo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificadorModulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}entidadeDetalhesIndicadorWs" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
ApontamentosHorasWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}apontamentoHorasWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ArquivoCompactadoRetornoStatusWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="statusArquivoCompactado" type="{http://www.softplan.com.br/unj/schema/adv}relatorioStatusType" minOccurs="0"/> <element name="urlArquivo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ArquivoConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dataInicioPeriodo" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFimPeriodo" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="arquivoTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="arquivoTipos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="nuTamanhoArquivo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="nomeArquivo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="arquivoExtensaoTipos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="sigiloso" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType" minOccurs="0"/> <element name="codigoArquivo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoUsuariosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ArquivoMetadadosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}arquivoTypeWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ArquivoTipoConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulos" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ArquivoTipoConsultaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoArquivoTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="possuiArrendatario" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
ArquivoTipoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoArquivoTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="abreviacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulos" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ArquivoTypeWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}modulosEntidadeType"> <sequence> <element name="codigoArquivo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="arquivoExtensao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoArquivo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="arquivoSigiloso" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="nomeOrigem" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeFinal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tamanho" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="caminhoArquivo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeUsuarioCriador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataEnvio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="nomeModuloPrincipal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="editorArquivoStatusType" type="{http://www.softplan.com.br/unj/schema/adv}editorArquivoStatusType" minOccurs="0"/> <element name="privado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="fotoResponsavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="boletoSituacao" type="{http://www.softplan.com.br/unj/schema/adv}boletoSituacaoType"/> <element name="clienteCriador" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="resumoPeticao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}entidadeDetalhesIndicadorWs" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
ArquivosTiposConsultaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}arquivoTipoConsultaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ArrendatarioTotalizadoresWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalProcessosCadastrados" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalTarefasCadastradas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalAtendimentosCadastrados" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalPessoasCadastradas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalArquivosCadastrados" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIntimacoesCadastradas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AssuntoConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nomeAssunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoModulo" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AssuntoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoAssunto" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeAssunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoModulo" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AssuntosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}assuntoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AtendimentoConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoConsultaFiltrosType"> <sequence> <element name="codigoSituacaoAtendimento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoSituacoesAtendimento" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="nomeAssunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoUnidadesOrganizacionais" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoUsuariosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoGruposResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="nomeClienteOuAdverso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoClienteOuAdverso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePasta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataInicioAtendimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFimAtendimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="flagHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="atendimentoTipoData" type="{http://www.softplan.com.br/unj/schema/adv}atendimentoTipoDataType" minOccurs="0"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoMarcadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="somenteAtivos" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="somenteEncerrados" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
AtendimentoConsultaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="atendimentoConsulta" type="{http://www.softplan.com.br/unj/schema/adv}atendimentoConsultaType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AtendimentoDadosBasicosComApontamentosDeHorasWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="atendimentoDadosBasicosComApontamentosDeHoras" type="{http://www.softplan.com.br/unj/schema/adv}atendimentoDadosBasicosComApontamentosDeHorasType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AtendimentoDadosBasicosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="codigoAtendimento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeAssunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="pastaAtendimento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="situacao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="observacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeContrario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposTrabalho" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}marcadorWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}atendimentoPessoaWs" maxOccurs="unbounded" minOccurs="0"/> <element name="dataAtendimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataUltimaModificacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="envolvidos" type="{http://www.softplan.com.br/unj/schema/adv}envolvidoEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="operacoesAuditoria" type="{http://www.softplan.com.br/unj/schema/adv}operacaoAuditoriaType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
AtendimentoEnvolvidoConsultaResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoAtendimento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AtendimentoIndicadoresWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalIndicadorTodos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorAtivos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorEncerrados" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AtendimentoPessoaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="codigoAtendimentoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="flagPrincipal" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="atendimentoPessoaTipo" type="{http://www.softplan.com.br/unj/schema/adv}atendimentoEnvolvidoTipoType" minOccurs="0"/> <element name="pessoa" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
AtendimentoResumoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoAtendimento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeAssunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataAtendimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="pastaAtendimento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposTrabalho" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeContrario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="situacao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="dataUltimaModificacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AtualizacaoColunaKanbanTarefaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoColuna" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoQuadro" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="atualizarSituacaoTarefa" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoTarefaAnterior" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTarefaPosterior" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
AtualizacaoPosicaoTarefaKanbanWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTarefaAnterior" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTarefaPosterior" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
BoletoLoteItemWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoBoleto" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="urlBoleto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="linhaDigitavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataPagamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="motivoRejeicao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorPago" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="registroSistemaBancario" type="{http://www.softplan.com.br/unj/schema/adv}registroSistemaBancarioType"/> <element name="pagamentoDuplicado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="enviarBoletoCliente" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="boletoSituacao" type="{http://www.softplan.com.br/unj/schema/adv}boletoSituacaoType"/> <element name="codigoPagamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoConta" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="instrucaoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
BoletoLoteWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoCidade" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="logradouro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="complementoLogradouro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroLogradouro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bairro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cep" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="juros" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="multa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}boletoLoteItemWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
BoletoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoBoleto" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoConta" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoCidade" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="logradouro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="complementoLogradouro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroLogradouro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bairro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cep" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPagamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="juros" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="multa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorPago" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="instrucaoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlBoleto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="linhaDigitavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="pagamentoDuplicado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="motivoRejeicao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="registroSistemaBancario" type="{http://www.softplan.com.br/unj/schema/adv}registroSistemaBancarioType"/> <element name="boletoSituacao" type="{http://www.softplan.com.br/unj/schema/adv}boletoSituacaoType"/> <element name="enviarBoletoCliente" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
CadastroTipoConsultaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="modulosPossiveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}cadastroTipoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CadastroTipoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCadastroTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagPossuiModulo" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flagPossuiArrendatario" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="modulos" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CampoDinamicoConsultaModuloWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="listaMultipla" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="campoDinamicoTipo" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoTipoType" minOccurs="0"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CampoDinamicoDadoConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType"/> <element name="codigosCamposDinamico" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosRegistrosVinculo" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CampoDinamicoDadoConsultaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="campoDinamicoDado" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadoRegistroVinculoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CampoDinamicoDadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadoType"> </extension> </complexContent> </complexType> |
CampoDinamicoItemLabelsWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="campoDinamicoItemLabel" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoItemLabelType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CampoDinamicoItemListasWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="campoDinamicoItemLista" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoItemListaType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CampoDinamicoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="textoAjuda" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="visivel" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="obrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="listaMultipla" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="campoDinamicoTipo" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoTipoType" minOccurs="0"/> <element name="valorPadraoCampoTexto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorPadraoCampoNumero" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="valorPadraoCampoData" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorPadraoCampoBoolean" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="aba" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType" minOccurs="0"/> <element name="posicaoTela" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="campoDinamicoItemLista" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoItemListaType" maxOccurs="unbounded" minOccurs="0"/> <element name="campoDinamicoItemLabel" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoItemLabelType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CamposDinamicosConsultaModuloWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoConsultaModuloWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CamposDinamicosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CapturaOabConsultaResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataCadastro" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="numeroOabFormatado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeUsuarioVinculado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="fotoUsuarioVinculado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="totalProcessosEncontrados" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CapturaOabWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="numeroOab" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoEstado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="situacaoOabType" type="{http://www.softplan.com.br/unj/schema/adv}situacaoCapturaOabType" minOccurs="0"/> <element name="numeroQuantidadeLimite" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="monitorarProcesso" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CapturaProcessoDataProximaCapturaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoArrendatario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataProximaCaptura" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CapturaProcessoFrequenciaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoFrequencia" type="{http://www.softplan.com.br/unj/schema/adv}tipoFrequenciaCentralCapturaProcessoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CapturaProcessoHistoricoComplementoConsultaResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCapturaProcessoHistorico" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificadorProcessoVinculado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataCaptura" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="totalEnvolvidos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalAndamentoInserido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalAndamentoExcluido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalAndamentoAlterado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="origemHistorico" type="{http://www.softplan.com.br/unj/schema/adv}origemCapturaHistoricoType" minOccurs="0"/> <element name="usuarioCaptura" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CapturaProcessoHistoricoComplementoConsultaResultadosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}capturaProcessoHistoricoComplementoConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CapturaProcessoHistoricoConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoJustica" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTribunal" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataCapturaInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataCapturaFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CapturaProcessoHistoricoConsultaResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="justica" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tribunal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoInstancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> <element name="localidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoCaptura" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="paramentroCaptura" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataUltimaCaptura" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataDistribuicao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="totalIntegracaoTribunal" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CapturaProcessoHistoricoConsultaResultadosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalGeralIntegracao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIntegracaoPagina" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}capturaProcessoHistoricoConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CapturaProcessoInstanciasWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoInstancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CapturaProcessoParametrosFiltrosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoNumeros" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoLocais" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CentralCapturaProcessoBrolyWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCentralCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoInstancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> <element name="valorCaptura" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cadastroAutomatico" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CentralCapturaProcessoConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoJusticaIntegracao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTribunalIntegracao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoCentralCaptura" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoCredencialOrgaoSistema" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificadorProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoFrequencia" type="{http://www.softplan.com.br/unj/schema/adv}tipoFrequenciaCentralCapturaProcessoType" minOccurs="0"/> <element name="tipoFiltroConsulta" type="{http://www.softplan.com.br/unj/schema/adv}tipoFiltroCapturaProcessoConsultaType" minOccurs="0"/> <element name="dataPeriodoInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPeriodoFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CentralCapturaProcessoDetalheWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCentralCaptura" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoCaptura" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="justica" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tribunal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoInstancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> <element name="dataCadastro" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="status" type="{http://www.softplan.com.br/unj/schema/adv}tipoStatusCentralCapturaProcessoType" minOccurs="0"/> <element name="tipoFrequencia" type="{http://www.softplan.com.br/unj/schema/adv}tipoFrequenciaCentralCapturaProcessoType" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}entidadeDetalhesIndicadorWs" minOccurs="0"/> <element name="responsavel" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" minOccurs="0"/> <element name="tipoJustica" type="{http://www.softplan.com.br/unj/schema/adv}tipoProcessoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoCadastroAutomaticoWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}numeroInstanciaWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}credencialOrgaoSistemaConsultaType" minOccurs="0"/> <element name="processoCapturados" type="{http://www.softplan.com.br/unj/schema/adv}processoCapturadoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CentralCapturaProcessoIndicadoresWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalIndicadorPendente" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorEmAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorErro" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorVinculado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorTodos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CentralCapturaProcessoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCentralCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoJusticaIntegracao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTribunalIntegracao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoInstancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> <element name="codigoProcessoPreVinculado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoLocalIntegracao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoLocalidadeIntegracao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTipoCapturaIntegracao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="valorCaptura" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoFrequencia" type="{http://www.softplan.com.br/unj/schema/adv}tipoFrequenciaCentralCapturaProcessoType" minOccurs="0"/> <element name="status" type="{http://www.softplan.com.br/unj/schema/adv}tipoStatusCentralCapturaProcessoType" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tipoCadastroCapturaProcesso" type="{http://www.softplan.com.br/unj/schema/adv}tipoCadastroCapturaProcessoType" minOccurs="0"/> <element name="usuario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="senha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cadastroAutomatico" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="cadastroAutomaticoEnvolvido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="deveVincularSomenteNumero" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}CredencialOrgaoSistemaWs" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CentroCustoConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nomeCentroCusto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="abreviacaoCentroCusto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="centroCustoPai" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="flagHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CentroCustoConsultaResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCentroCusto" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CentroCustoConsultaResultadosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}centroCustoConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CentroCustoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCentroCusto" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeCentroCusto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="abreviacaoCentroCusto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="centroCustoPai" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CertificadoDigitalConsultaType (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCertificadoDigital" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeArquivo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataValidade" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="qtdCredenciaisVinculadas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="cpf" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="usuarioResponsavel" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" minOccurs="0"/> <element name="isVencido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CertificadoDigitalConsultaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}certificadoDigitalConsultaType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ChaveTiposConsultaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoConsulta" type="{http://www.softplan.com.br/unj/schema/adv}chaveTipoConsultaType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ChecklistItemWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoChecklistItem" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoChecklist" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeItem" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="numeroOrdem" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="checked" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
ChecklistOrdenacaoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoChecklist" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="checklistOrdenacao" type="{http://www.softplan.com.br/unj/schema/adv}checklistOrdenacaoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ChecklistTemplateWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTemplate" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTemplate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricaoTemplate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="itens" type="{http://www.softplan.com.br/unj/schema/adv}checklistTemplateItemType" maxOccurs="unbounded" minOccurs="0"/> <element name="numeroItens" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ChecklistWizardAgrupadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="checkListWizardType" type="{http://www.softplan.com.br/unj/schema/adv}checklistWizardAgrupadoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ChecklistWizardControleWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoChecklistWizard" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="checklistWizardEnumType" type="{http://www.softplan.com.br/unj/schema/adv}checklistWizardEnumType" minOccurs="0"/> <element name="visualizado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="concluido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ChecklistWizardTotalConcluidoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalChecklistWizard" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalChecklistWizardConcluido" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType> |
ChecklistWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}modulosEntidadeType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}checklistItemWs" maxOccurs="unbounded" minOccurs="0"/> <element name="numeroItens" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroItensConcluidos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
CheckoutCobrancaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pixQrCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorTotal" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="nomeFormaPagamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoBoleto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CheckoutPerfilCountWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="quantidadeUsuariosCriados" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="quantidadeProcessosCriados" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CheckoutPerfilWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="quantidadeUsuarios" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="quantidadeProcessos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="habilitarFinanceiro" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="habilitarModeloDocumentos" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="habilitarWorkflow" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CheckoutServicoResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="checkoutServicos" type="{http://www.softplan.com.br/unj/schema/adv}checkoutServicoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="valorTotalServicosMensal" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="valorTotalServicosAnual" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CheckoutWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="checkoutServicos" type="{http://www.softplan.com.br/unj/schema/adv}checkoutServicoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="checkoutContato" type="{http://www.softplan.com.br/unj/schema/adv}checkoutContatoWs" minOccurs="0"/> <element name="checkoutCartao" type="{http://www.softplan.com.br/unj/schema/adv}checkoutCartaoWs" minOccurs="0"/> <element name="pagamentoBoleto" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="periodicidadeMensal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="qtdParcelasOnboarding" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="valorParcelaOnboarding" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ComentarioConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="descricaoComentario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="usuarioCriador" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="usuariosCitados" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="dataInicioComentario" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFimComentario" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="codigoComentario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoComentarioPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ComentarioWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoComentario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="descricaoComentario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaConsultaAutoCompleteSimplesWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaConsultaAutoCompleteDtoWs" minOccurs="0"/> <element name="dataModificado" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="codigoRegistroVinculoPrincipal" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="moduloPrincipal" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="codigoComentarioPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalRespostas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}comentarioWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ComentariosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}comentarioWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CompromissoDetalhesResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTarefa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTarefaEvento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="ativo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="convidados" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="titulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}checklistWs" minOccurs="0"/> <element name="codigoTipoCompromisso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoCompromisso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horaInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataTermino" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horaTermino" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="diaTodo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="local" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="concluido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="acessoPrivado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ConfiguracaoNotificacoesWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="configNotificacaoWs" type="{http://www.softplan.com.br/unj/schema/adv}configNotificacaoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ConsultaDadosPessoaBuscaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="busca" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="atualizar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ConsultaGlobalWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoEntidade" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoEntidadePrincipal" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificadorEntidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="textoPrincipal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="textoComplementar" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType" minOccurs="0"/> <element name="moduloComplementar" type="{http://www.softplan.com.br/unj/schema/adv}moduloType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ConsultaGlobalsWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}consultaGlobalWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ConsultaTiposRetornoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="consultaTipoRetorno" type="{http://www.softplan.com.br/unj/schema/adv}consultaTipoRetornoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ConsumoCreditoConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigosServico" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosUsuarioConsumidor" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="dataInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ConsumoCreditoConsultaResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}consumoCreditoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ConsumoCreditoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoConsumoCredito" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="servico" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="creditoConsumido" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="dataConsumo" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="nomeUsuarioConsumidor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="fotoUsuarioConsumidor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContaBancoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}contaComunsType"> <sequence> <element name="banco" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="numeroAgencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="digitoAgencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="digitoConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="limiteCredito" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="credenciarConta" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="telefoneDdd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telefoneNumero" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cep" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="logradouro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bairro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cidadeTitular" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="estadoTitular" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="contaCredenciada" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="credenciamentoStatus" type="{http://www.softplan.com.br/unj/schema/adv}credenciamentoStatusType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
ContaCaixaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}contaComunsType"> </extension> </complexContent> </complexType> |
ContaCartaoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}contaComunsType"> <sequence> <element name="bandeiraCartao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="ultimosDigitos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="limiteCredito" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="diaVencimento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataValidade" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
ContaConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoConta" type="{http://www.softplan.com.br/unj/schema/adv}tipoContaType" minOccurs="0"/> <element name="nomeConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="titular" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="situacao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="somenteCredenciado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="documentoIgnorado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="contasIgnoradas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContaConsultaResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoConta" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="nomeConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="titular" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="fotoTitular" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="contaCredenciada" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="credenciamentoStatus" type="{http://www.softplan.com.br/unj/schema/adv}credenciamentoStatusType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContaConsultaResultadosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}contaConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoCobrancaParcelaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoContratoCobrancaParcela" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="numeroParcela" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="tipoParcela" type="{http://www.softplan.com.br/unj/schema/adv}tipoParcelaType" minOccurs="0"/> <element name="pagamentoTipo" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="conta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoCobrancaRegraWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoContratoCobrancaRegra" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoCobrancaRegra" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="parametroCobrancaRegra" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoCobrancaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoContratoCobranca" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataTermino" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="diaVencimento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="contratoCobrancaTipo" type="{http://www.softplan.com.br/unj/schema/adv}contratoCobrancaType" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="conta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="pagamentoTipo" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="condicaoPagamento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="numeroParcelas" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="periodicidade" type="{http://www.softplan.com.br/unj/schema/adv}tipoRecorrenciaType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}contratoCobrancaRegraWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}contratoCobrancaParcelaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="situacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoEnvolvidos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoContratoTipos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="intervaloInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="intervaloFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="vigenciaInicial" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoMarcadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoConsultaResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoContrato" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="contratoTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="titulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataVigenciaInicial" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataVigenciaFinal" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}grupoUsuarioWs" maxOccurs="unbounded" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cobrancas" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoConsultaResultadosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}contratoConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoEntradaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoContratoEntrada" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroParcela" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="conta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="pagamentoTipo" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoParteWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoContratoParte" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="contratoParteTipo" type="{http://www.softplan.com.br/unj/schema/adv}contratoParteType" minOccurs="0"/> <element name="nomePessoaEnvolvida" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoPessoaEnvolvida" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="responsavelPagamento" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoResumoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoContrato" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeContratoTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="titulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoVinculoConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoContrato" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoVinculoConsultaResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeEnvolvido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="assunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoModulo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoVinculoConsultaResultadosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}contratoVinculoConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoVinculoModuloWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="modulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigosRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ContratoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoContrato" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="titulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="mesReajuste" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroTotalParcelas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="periodicidade" type="{http://www.softplan.com.br/unj/schema/adv}tipoRecorrenciaType" minOccurs="0"/> <element name="correcaoMonetariaTipo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="contratoTipo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="dataVigenciaInicial" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataVigenciaFinal" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="contratoSituacao" type="{http://www.softplan.com.br/unj/schema/adv}contratoSituacaoType" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}marcadorWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}contratoParteWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}contratoCobrancaWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}contratoEntradaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ControleFranquiaEdicaoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="quantidadeContratada" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType"/> <element name="manterDegustacao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ControleFranquiaServicoConsumidorWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="quantidadeCosumoUnitario" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="name" type="{http://www.softplan.com.br/unj/schema/adv}tipoFranquiaCreditoServicoConsumidorType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ControleFranquiaUtilizadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="quantidadeMaxima" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="quantidadeMinima" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="quantidadeIncremento" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="quantidadeUtilizada" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="degustacao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="valorIndividual" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="servico" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bloqueioAtivo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="servicoDisponivel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="quantidadeContratada" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}controleFranquiaServicoConsumidorWs" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> |
CredencialOrgaoSistemaConsultaType (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCredencialOrgaoSistema" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="login" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="versao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="usuarioResponsavel" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" minOccurs="0"/> <element name="orgaoSistema" type="{http://www.softplan.com.br/unj/schema/adv}orgaoSistemaConsultaType" minOccurs="0"/> <element name="erroCredencialInvalida" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="capturaConfigurada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="autenticacaoDoisFatores" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="certificadoDigital" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="erroQrCodeInvalido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="erroQrCodeObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="erroCertificadoObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CredencialOrgaoSistemaConsultaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}credencialOrgaoSistemaConsultaType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CredencialOrgaoSistemaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCredencialOrgaoSistema" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoOrgaoSistema" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricaoOrgaoSistema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoUsuarioResponsavel" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeUsuarioResponsavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="login" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="senha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="erroCredencialInvalida" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="capturaConfigurada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="descricaoAutenticacaoDoisFatores" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoCertificadoDigital" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
CronometroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="status" type="{http://www.softplan.com.br/unj/schema/adv}cronometroStatusType" minOccurs="0"/> <element name="segundosDecorridos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
DadosBancariosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}dadosBancariosType"> </extension> </complexContent> </complexType> |
DepositoGarantiaConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoDepositoGarantia" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataPeriodoInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPeriodoFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoGarantiaOuDeposito" type="{http://www.softplan.com.br/unj/schema/adv}garantiaDepositoType" minOccurs="0"/> <element name="tipoGarantia" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoPessoa" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
DepositoGarantiaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="codigoDepositoGarantia" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoGarantia" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoGarantiaOuDeposito" type="{http://www.softplan.com.br/unj/schema/adv}garantiaDepositoType" minOccurs="0"/> <element name="dataInicioGarantia" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFimGarantia" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="tipoPessoa" type="{http://www.softplan.com.br/unj/schema/adv}garantiaTipoPessoaType" minOccurs="0"/> <element name="pessoa" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoCorrecaoMonetaria" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="envolvidos" type="{http://www.softplan.com.br/unj/schema/adv}envolvidoEntidadeWs" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
DepositoGarantiasWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}depositoGarantiaWs" maxOccurs="unbounded" minOccurs="0"/> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
DocumentoIdentificacaoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoDocumento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataEmissoDocumento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataValidadeDocumento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="orgaoExpedidorDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="paisDocumento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="estadoDocumento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="cidadeDocumento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoDocumento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoPessoa" type="{http://www.softplan.com.br/unj/schema/adv}tipoPessoaType"/> </sequence> </restriction> </complexContent> </complexType> |
EnderecoSimplesWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cep" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="logradouro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numero" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="complemento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bairro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="pais" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="estado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
EnderecoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoEndereco" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="cepEndereco" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="complementoEndereco" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricaoEndereco" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bairroEndereco" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="logradouroEndereco" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroEndereco" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoEndereco" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="cidadeEndereco" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="estadoEndereco" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="paisEndereco" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="siglaEstadoEstrangeiro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
EnvolvidoConsultaResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoVinculoEnvolvido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoParticipacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagPrincipal" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flagCliente" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="tipoEnvolvido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagCompleto" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
EnvolvidosConsultaResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}envolvidoConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
EstadoRetornoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="simpleDto" type="{http://www.softplan.com.br/unj/schema/adv}estadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
EventoLinhaDoTempoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="eventosLinhaDoTempoType" type="{http://www.softplan.com.br/unj/schema/adv}eventoLinhaDoTempoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
FeriadoCalendarioWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataFeriado" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoFeriado" type="{http://www.softplan.com.br/unj/schema/adv}tipoFeriadoType" minOccurs="0"/> <element name="siglaEstado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
FeriadoConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataPeriodoInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPeriodoFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="estado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="cidade" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoFeriado" type="{http://www.softplan.com.br/unj/schema/adv}tipoFeriadoType" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
FeriadoConsultaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoFeriado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataFeriado" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="estado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
FeriadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoFeriado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="possuiRecorrenciaAnual" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="estado" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="cidade" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="dataFeriado" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoFeriado" type="{http://www.softplan.com.br/unj/schema/adv}tipoFeriadoType" minOccurs="0"/> <element name="codigoArrendatario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="ativo" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="ignorarFeriado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
FeriadosCalendarioWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}feriadoCalendarioWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
FeriadosConsultaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}feriadoConsultaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
FuncaoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoFuncao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeFuncao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
GerarModeloDocumentoEmBrancoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nomeDocumento" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="descricaoDocumento" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="dataEnvio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="sigiloso" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="privado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="tipoArquivo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}modulosEntidadeWs" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
GerarModeloDocumentoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoModeloDocumento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeDocumento" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="descricaoDocumento" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="dataEnvio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="sigiloso" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="privado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="tipoArquivo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}modulosEntidadeWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}mapModeloTipoCodigoEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
GrupoFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="usuarios" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="administrador" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
GrupoResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoGrupo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeUsuarios" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="administrador" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
GrupoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoGrupo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="administrador" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="usuarios" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
GruposWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}grupoResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ImportacaoDadosCelulaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="colunaLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="colunaValor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ImportacaoDadosLinhaMotivoErroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="mensagem" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="parametros" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ImportacaoDadosLinhaMotivoErrosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}importacaoDadosLinhaMotivoErroWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ImportacaoDadosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="statusImportacaoDados" type="{http://www.softplan.com.br/unj/schema/adv}importacaoStatusType" minOccurs="0"/> <element name="dataImportacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="usuarioImportador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeArquivo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tamanhoArquivo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoArquivo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroLinhas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="marcadores" type="{http://www.softplan.com.br/unj/schema/adv}simpleValueType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> |
ImportacoesDadosCelulasWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}importacaoDadosCelulaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IndicadorTypeWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoIndicador" type="{http://www.softplan.com.br/unj/schema/adv}indicadorType" minOccurs="0"/> <element name="total" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="indicadores" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IndicadoresWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}indicadorTypeWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoAssinanteErroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoIntimacaoAssinante" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="termoPrincipal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoAssinanteWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoIntimacaoAssinante" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePesquisa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoAssinante" type="{http://www.softplan.com.br/unj/schema/adv}tipoAssinanteType" minOccurs="0"/> <element name="status" type="{http://www.softplan.com.br/unj/schema/adv}intimacaoAssinanteStatusType" minOccurs="0"/> <element name="codigoUsuarioVinculado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="senhaProvedor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="loginProvedor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoEstadoProvedor" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="siglaEstadoProvedor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="oab" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="tipoOab" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoEstadoOab" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="siglaEstadoOab" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="intimacaoAssinanteTermos" type="{http://www.softplan.com.br/unj/schema/adv}intimacaoAssinanteTermoType" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoProvedor" type="{http://www.softplan.com.br/unj/schema/adv}tipoProvedorType" minOccurs="0"/> <element name="codigosEstadoPesquisa" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="siglasEstadoPesquisa" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="fotoResponsavel" type="{http://www.softplan.com.br/unj/schema/adv}pessoaFotoResponsavel" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoInscricaoOab" type="{http://www.softplan.com.br/unj/schema/adv}TipoInscricaoType" minOccurs="0"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}grupoUsuarioWs" maxOccurs="unbounded" minOccurs="0"/> <element name="siglaProvedor" type="{http://www.softplan.com.br/unj/schema/adv}siglaProvedorType"/> <element name="statusMigracao" type="{http://www.softplan.com.br/unj/schema/adv}intimacaoAssinanteStatusMigracaoType"/> <element name="tipoJustica" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="exibirApenasIntimacoesNumeroOab" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoConfiguracaoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoArrendatario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoUsuarioCriador" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoConfiguracaoIntimacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoConfiguracaoIntimacaoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoConfiguracoesWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}intimacaoConfiguracaoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoFiltroEspeciais" type="{http://www.softplan.com.br/unj/schema/adv}tipoFiltroEspeciasIntimacaoType" minOccurs="0"/> <element name="tipoDataFiltroIntimacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoDataFiltroIntimacaoType" minOccurs="0"/> <element name="tipoSituacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoSituacaoIntimacaoType" minOccurs="0"/> <element name="dataPeriodoInicial" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPeriodoFinal" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoJustica" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="estado" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="nomeOabAdvogado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigosUsuariosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosGruposResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigosUsuariosVinculados" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoInformacaoExclusao" type="{http://www.softplan.com.br/unj/schema/adv}tipoInformacaoExclusaoType" minOccurs="0"/> <element name="intimacoesDescartadas" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="consultaIndexada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dadosOrigemFiltro" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}intimacaoFiltrosAtivos" minOccurs="0"/> <element name="tipoIntimacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoIntimacaoType" minOccurs="0"/> <element name="codigoIntimacaoAssinante" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoConsultaPendenteFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="visaoEscritorio" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigosUsuarioVinculado" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosUsuariosResponsaveisProcesso" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoConsultaPendenteWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoIntimacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataDisponibilizacao" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="dataJornal" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="siglaOrgao" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="fotoResponsavel" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="nomeResponsavel" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="siglaNomeResponsavel" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoIntimacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoIntimacaoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoConsultaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoIntimacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="oabOrigem" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="dataDisponibilizacao" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="dataJornal" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="estado" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="cidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orgao" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="texto" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="tipoSituacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoSituacaoIntimacaoType" minOccurs="0"/> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="termoExcecao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="duplicada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="descartada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dataExclusao" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="nomePessoaExclusao" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="flAtivo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tarefasSugeridas" type="{http://www.softplan.com.br/unj/schema/adv}intimacaoSugestaoType" maxOccurs="unbounded" minOccurs="0"/> <element name="excluindo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="reportandoExcecao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="fotoResponsavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeResponsavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="siglaNomeResponsavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="isSelecionado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}grupoUsuarioWs" maxOccurs="unbounded" minOccurs="0"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoIntimacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoIntimacaoType" minOccurs="0"/> <element name="motivoDescarte" type="{http://www.softplan.com.br/unj/schema/adv}motivoDescarteType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoDetalheWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoIntimacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataDisponibilizacao" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="dataDisponibilizacaoProvedor" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="dataJornal" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="jornal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="justica" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orgao" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="texto" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="textoCortado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}advogadoWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}parteWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoDetalhesIndicadorType" minOccurs="0"/> <element name="situacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoSituacaoIntimacaoType" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tarefasSugeridas" type="{http://www.softplan.com.br/unj/schema/adv}intimacaoSugestaoType" maxOccurs="unbounded" minOccurs="0"/> <element name="dataExclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="usuarioExclusao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="usuarioExclusaoFoto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="termoExcecao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="duplicada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoIntimacaoAssinante" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="resumo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="simplificacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="motivoDescarte" type="{http://www.softplan.com.br/unj/schema/adv}motivoDescarteType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoEletronicaAssinanteConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCredencialOrgaoSistema" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoEletronicaAssinanteDetalheWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoIntimacaoEletronicaAssinante" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="justicaIntegracao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tribunalIntegracao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="intimacaoAssinante" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}CredencialOrgaoSistemaWs" minOccurs="0"/> <element name="tipoInstancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> <element name="status" type="{http://www.softplan.com.br/unj/schema/adv}statusIntimacaoEletronicaAssinanteType" minOccurs="0"/> <element name="gruposUsuarios" type="{http://www.softplan.com.br/unj/schema/adv}grupoUsuarioWs" maxOccurs="unbounded" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoEletronicaAssinanteWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoIntimacaoEletronicaAssinante" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoJusticaIntegracao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTribunalIntegracao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTribunalIntegracao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="intimacaoAssinante" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}CredencialOrgaoSistemaWs" minOccurs="0"/> <element name="tipoInstancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoFiltrosAtivos (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filtroPendentes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="filtroArquivadas" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="filtroProcessadas" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="filtroRapido" type="{http://www.softplan.com.br/unj/schema/adv}tipoSituacaoIntimacaoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoIndicadoresWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalIndicadorPendentes" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorArquivadas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorProcessadas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorTodos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoListaCodigosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="visaoEscritorio" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigosIntimacoes" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacaoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoIntimacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="oabOrigem" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="grauIntimacaoClassificacaoIntuitiva" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataDisponibilizacao" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="dataDisponibilizacaoProvedor" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="dataJornal" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="jornal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="uf" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="justica" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orgao" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="cidade" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="vara" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="paginaPublicacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="texto" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="textoCortado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="processosNumeros" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}advogadoWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}parteWs" maxOccurs="unbounded" minOccurs="0"/> <element name="processo" type="{http://www.softplan.com.br/unj/schema/adv}processoDadosComunsType"/> <element name="situacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoSituacaoIntimacaoType" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="termoExcecao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="duplicada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="descartada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tarefasSugeridas" type="{http://www.softplan.com.br/unj/schema/adv}intimacaoSugestaoType" maxOccurs="unbounded" minOccurs="0"/> <element name="resumo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="simplificacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacoesConsultaPendenteWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}intimacaoConsultaPendenteWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
IntimacoesConsultaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}intimacaoConsultaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
LancamentoFinanceiroConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataPeridoInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPeridoFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoResponsavelPagamento" type="{http://www.softplan.com.br/unj/schema/adv}tipoResponsavelPagamentoType" minOccurs="0"/> <element name="tiposResponsavelPagamento" type="{http://www.softplan.com.br/unj/schema/adv}tipoResponsavelPagamentoType" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoLancamentoFinanceiro" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="tiposSituacaoFinanceira" type="{http://www.softplan.com.br/unj/schema/adv}situacaoFinanceiraType" maxOccurs="unbounded" minOccurs="0"/> <element name="tiposSolicitacaoRecebimentoPagamento" type="{http://www.softplan.com.br/unj/schema/adv}solicitacaoRecebimentoPagtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="codigosPlanosConta" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="pessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigosPessoas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="tipoDataPeriodo" type="{http://www.softplan.com.br/unj/schema/adv}tipoDataPeriodoType" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
LancamentoFinanceiroConsultaResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoLancamentoFinanceiro" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataLancamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="favorecido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagReembolsar" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flagHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="lancamentoFinanceiroAprovacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="lancamentoFinanceiroSituacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="planoConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoLancamentoFinanceiro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorDocumento" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorDocumentoReal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="responsavelPagamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoResponsavelPagamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeTipoDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}solicitacaoRecebimentoPagtoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="flagPodeExcluir" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="totalSolicitacaoRecebimentoPagamento" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="totalArquivos" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="privado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="unidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> |
LancamentoFinanceiroConsultaResultadosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalValor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}lancamentoFinanceiroConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
LancamentoFinanceiroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="codigoLancamentoFinanceiro" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoLancamentoFinanceiro" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoResponsavelPagamento" type="{http://www.softplan.com.br/unj/schema/adv}tipoResponsavelPagamentoType" minOccurs="0"/> <element name="flagCobrarCliente" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flagReembolsarFuncionario" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="favorecido" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="data" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoDocumento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorDocumento" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}marcadorWs" maxOccurs="unbounded" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagRecorrencia" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}recorrenciaWs" minOccurs="0"/> <element name="responsavelPagamento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="cliente" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}solicitacaoRecebimentoPagtoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="totalArquivos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="privado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </extension> </complexContent> </complexType> |
LembreteDataEspecificaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoLembrete" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoLembrete" type="{http://www.softplan.com.br/unj/schema/adv}tipoLembreteType" minOccurs="0"/> <element name="dataLembrete" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
LembreteWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoLembrete" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="quantidade" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="unidadeMedida" type="{http://www.softplan.com.br/unj/schema/adv}unidadeMedidaLembreteType" minOccurs="0"/> <element name="tipoLembrete" type="{http://www.softplan.com.br/unj/schema/adv}tipoLembreteType" minOccurs="0"/> <element name="pessoa" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
LocalidadeDtoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nomeLocalidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoLocalidade" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="segredoJustica" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
LocalidadesDtoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}localidadeDtoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
LoteAndamentosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}andamentoLidoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
MapModeloTipoCodigoEntidadeWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="modeloDocumentoTipo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType"/> <element name="codigoEntidade" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
MapeamentoNovoPagamento (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPagamentoAntigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoPagamentoNovo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
MarcadorConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nomeMarcador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
MarcadorWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoMarcador" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeMarcador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
MarcadoresWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}marcadorWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ModeloDocumentoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoArquivo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeDocumento" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="nomeArquivo" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="descricaoDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modeloDocumentoTipo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType"/> <element name="moduloTipo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoArquivo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="dataUltimaAtualizacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tamanhoArquivo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="ultimoUsuarioAlterou" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="criarModelo" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="editorArquivoStatusType" type="{http://www.softplan.com.br/unj/schema/adv}editorArquivoStatusType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ModuloAgrupadosRetornoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="moduloAreaRetorno" type="{http://www.softplan.com.br/unj/schema/adv}moduloAreaRetornoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ModulosEntidadeWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="modulos" type="{http://www.softplan.com.br/unj/schema/adv}moduloEntidadeType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
MovimentacaoContaConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="conta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="dataPeriodoInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPeriodoFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="historico" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="planoContaNatureza" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="saldoComTodasAsContas" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cliente" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="estorno" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
MovimentacaoContaIndicadoresWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalIndicadorRecebidas" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalIndicadorPagas" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalIndicadorTransferencias" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalIndicadorEstornos" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalIndicadorTodos" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType> |
MovimentacaoContaTotalizadoresWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="total" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="saldoUltimoMes" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="entradas" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="saidas" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
NodeWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="chave" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}nodeWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
NotificacaoCadastroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigosPessoa" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded"/> <element name="descricaoNotificacaoSistema" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="descricaoNotificacaoEmail" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="moduloEntidade" type="{http://www.softplan.com.br/unj/schema/adv}moduloEntidadeType"/> <element name="configuracaoNotificacao" type="{http://www.softplan.com.br/unj/schema/adv}configuracaoNotificacaoType"/> </sequence> </restriction> </complexContent> </complexType> |
NotificacaoConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dataFimNotificacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataInicioNotificacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="notificacaoLida" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="notificacaoVisualizada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoNotificacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
NotificacaoContarIndicadoresWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalIndicadorTodos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorLidos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorNaoLidos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
NotificacaoGeralResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="notificacaoGeralResultado" type="{http://www.softplan.com.br/unj/schema/adv}notificacaoGeralResultadoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
NotificacoesWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="notificacaoWs" type="{http://www.softplan.com.br/unj/schema/adv}notificacaoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
NumeroInstanciaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="numero" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="instancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ObterDadosMesclagemWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoEntidade" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="moduloTipo" type="{http://www.softplan.com.br/unj/schema/adv}modeloDocumentoTipoType"/> </sequence> </restriction> </complexContent> </complexType> |
OrgaoSistemaRetornoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="orgaoSistemas" type="{http://www.softplan.com.br/unj/schema/adv}orgaoSistemaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentoBoletoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}pagamentoDadosBasicosType"> <sequence> <element name="codigoBarras" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="gerarBoleto" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </extension> </complexContent> </complexType> |
PagamentoCartaoDebitoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}pagamentoDadosBasicosType"> </extension> </complexContent> </complexType> |
PagamentoCartaoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}pagamentoDadosBasicosType"> <sequence> <element name="bandeira" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="ultimosDigitos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataValidade" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoCartao" type="{http://www.softplan.com.br/unj/schema/adv}tipoCartaoType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PagamentoChequeWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}pagamentoDadosBasicosType"> <sequence> <element name="banco" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="numeroAgencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataEmissao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="numeroCheque" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroSerie" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoBarras" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PagamentoDebitoEmContaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}pagamentoDadosBasicosType"> <sequence> <element name="favorecido" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="banco" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="numeroAgencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="digitoAgencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="digitoConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PagamentoDepositoBancarioWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}pagamentoDadosBasicosType"> <sequence> <element name="favorecido" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="banco" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="numeroAgencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="digitoAgencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="digitoConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PagamentoDinheiroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}pagamentoDadosBasicosType"> </extension> </complexContent> </complexType> |
PagamentoDuplicataWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}pagamentoDadosBasicosType"> <sequence> <element name="numeroDuplicata" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataEmissao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PagamentoIndicadoresWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalIndicadorBaixados" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalIndicadorPendentes" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalIndicadorAtrasadas" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalIndicadorTodos" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentoOutroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}pagamentoDadosBasicosType"> <sequence> <element name="observacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PagamentoPixWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}pagamentoDadosBasicosType"> </extension> </complexContent> </complexType> |
PagamentoTotalizadoresWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalReceitaDespesaBaixada" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="ultimaReceitaDespesaBaixada" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="totalReceitaBaixada" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="ultimaReceitaBaixada" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="totalDespesaBaixada" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="ultimaDespesaBaixada" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="totalReceitaDespesaPendente" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="totalReceitaPendente" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="totalDespesaPendente" type="{http://www.w3.org/2001/XMLSchema}decimal"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentoTransferenciaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}pagamentoDadosBasicosType"> <sequence> <element name="favorecido" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="banco" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="numeroAgencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="digitoAgencia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="digitoConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PagamentosBoletoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoBoletoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentosCartaoDebitoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoCartaoDebitoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentosCartaoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoCartaoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentosChequeWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoChequeWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentosDebitoEmContaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoDebitoEmContaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentosDepositoBancarioWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoDepositoBancarioWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentosDinheiroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoDinheiroWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentosDuplicataWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoDuplicataWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentosOutroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoOutroWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentosPixWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoPixWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagamentosTransferenciaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoTransferenciaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagarReceberBaixaUnitariaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoPagamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroParcela" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataBaixa" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorParcela" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorBaixa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="descontos" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="juros" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="multa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="conta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="planoContaNatureza" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="descricaoItensPlanoConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="pagamentoTipo" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagarReceberBaixaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPagarReceberBaixa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataBaixa" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataEstorno" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="documento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricaoItensPlanoConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorBaixa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="juros" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="conta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="planoContaNatureza" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="situacao" type="{http://www.softplan.com.br/unj/schema/adv}situacaoFinanceiraType" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificadorReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagarReceberBaixasWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalValor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagarReceberBaixaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagarReceberConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="planoContaNatureza" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="situacao" type="{http://www.softplan.com.br/unj/schema/adv}situacaoFinanceiraType" minOccurs="0"/> <element name="dataInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataExercicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="formaPagamento" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="marcadores" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="contaCaixaBanco" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="codigoPagamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoDataPagamentoConsultaFiltro" type="{http://www.softplan.com.br/unj/schema/adv}tipoDataPagamentoConsultaFiltroType" minOccurs="0"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="contasBanco" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="centrosCusto" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="solicitantes" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="unidadesOrganizacionais" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="formasPagamento" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" maxOccurs="unbounded" minOccurs="0"/> <element name="situacaoPagamento" type="{http://www.softplan.com.br/unj/schema/adv}situacaoPagamentoType" minOccurs="0"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoModulo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="somenteRepasses" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PagarReceberDetalheWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPagamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoReceitaDespesaPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificadorReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="situacoesPagamento" type="{http://www.softplan.com.br/unj/schema/adv}situacaoPagamentoType" maxOccurs="unbounded" minOccurs="0"/> <element name="dataSolicitacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataEmissao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataExercicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataBaixa" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="pagamentoTipo" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="valorPagamento" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorTotal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorBaixado" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorRecebido" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="codigoConta" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="contaCredenciada" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="planosConta" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="centrosCusto" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="usuarioCriador" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" minOccurs="0"/> <element name="usuarioUltimaAlteracao" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="planoContaNatureza" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="parcelas" type="{http://www.softplan.com.br/unj/schema/adv}PagamentoParcelaWs" maxOccurs="unbounded" minOccurs="0"/> <element name="entidadeVinculoReceitaDespesa" type="{http://www.softplan.com.br/unj/schema/adv}entidadeDetalhesIndicadorWs"/> <element name="lancamentosVinculados" type="{http://www.softplan.com.br/unj/schema/adv}lancamentosVinculadosWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagarReceberBaixaWs" minOccurs="0"/> <element name="baixado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="numeroParcela" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroTotalParcelas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="solicitantes" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoParcela" type="{http://www.softplan.com.br/unj/schema/adv}tipoParcelaType" minOccurs="0"/> <element name="multiplosItens" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="possuiBoleto" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="boletoSituacao" type="{http://www.softplan.com.br/unj/schema/adv}boletoSituacaoType"/> <element name="linkBoleto" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="flContaHabilitada" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigoBoleto" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}grupoUsuarioWs" maxOccurs="unbounded" minOccurs="0"/> <element name="possuiRepasse" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
ParametrosAcoesCapturasProcessosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigosCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ParteWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="tipoParticipacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="processoParticipacaoTipo" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> |
PedidoConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoConsultaFiltrosType"> <sequence> <element name="codigoPedido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataPeriodoInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPeriodoFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataDecisao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorDeferido" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="situacaoPedido" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="codigosituacaoPedido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePedido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PedidoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="codigoPedido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePedido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataPedido" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorPedido" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorProvisionado" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="tipoCorrecaoMonetaria" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="situacaoPedido" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="dataDecisao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorDeferido" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="observacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="estimativaTipo" type="{http://www.softplan.com.br/unj/schema/adv}tipoEstimativaType" minOccurs="0"/> <element name="riscoPorcentagem" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="flagValorProvisionado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="usuarioCriador" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" minOccurs="0"/> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PedidosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pedidoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalPaginaValorPedido" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="totalPaginaValorProvisionado" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="totalPaginaValorDeferido" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="totalGeralValorPedido" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="totalGeralValorProvisionado" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="totalGeralValorDeferido" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PerfilArrendatarioWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPerfilArrendatario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePerfilArrendatario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoFuncionalidade" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PerfilConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="perfil" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="permissao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="usuario" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PerfilConsultaResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPerfil" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePerfil" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="usuario" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
PerfilConsultaResultadosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}perfilConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PerfilWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPerfil" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePerfil" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoPermissao" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PermissaoConsultaResultadosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}permissaoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PermissaoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoModulo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePermissao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaConsultaAutoCompleteDtoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaConsultaAutoCompleteSimplesWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaConsultaAutoCompleteSimplesWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlPublicaFoto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoConsultaFiltrosType"> <sequence> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeOuRazaoSocial" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cpfOuCnpj" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoCidade" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoEstado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoPessoa" type="{http://www.softplan.com.br/unj/schema/adv}tipoPessoaType" minOccurs="0"/> <element name="genero" type="{http://www.softplan.com.br/unj/schema/adv}generoPessoaType" minOccurs="0"/> <element name="codigoClassificacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="diaAniversario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="mesAniversario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="atualizadoDesde" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataInclusaoInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataInclusaoFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="flagHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PessoaConsultaSimplesDtoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pessoaConsultaSimples" type="{http://www.softplan.com.br/unj/schema/adv}pessoaConsultaSimplesType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaConsultaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="pessoaConsulta" type="{http://www.softplan.com.br/unj/schema/adv}pessoaConsultaType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaContatoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="codigoPessoaContato" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="observacaoPessoaContato" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeReferenciaPessoaContato" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telefonePessoaContato" type="{http://www.softplan.com.br/unj/schema/adv}telefoneType" minOccurs="0"/> <element name="pessoaRelacionada" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="relacao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PessoaContatosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaContatoWs" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaDadoBancarioWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoPessoaDadosBancarios" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="principal" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}dadosBancariosWs"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaDadosBancariosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaDadoBancarioWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaDadosBasicosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}pessoaDadosBasicosType"> </extension> </complexContent> </complexType> |
PessoaDadosComplementaresWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="observacaoGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dadosBancarios" type="{http://www.softplan.com.br/unj/schema/adv}dadosBancariosType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
PessoaDocumentosIdentificacaoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}documentoIdentificacaoWs" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaEmailWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoEmail" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="observacaoEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="principal" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigoEmailTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeEmailTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaEmailsWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaEmailWs" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaEnderecoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="pessoaHabilitada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoPessoaEndereco" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="principal" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}enderecoWs"/> </sequence> </extension> </complexContent> </complexType> |
PessoaEnderecosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaEnderecoWs" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaEntidadeBloqueioWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="moduloSistema" type="{http://www.softplan.com.br/unj/schema/adv}moduloType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaEnvolvidoSugestaoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoEnvolvido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeEnvolvido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="pessoaCadastradaNoProcesso" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaIndicadoresWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalIndicadorTodos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorPessoaFisica" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorPessoaJuridica" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaResumoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cpfCnpj" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoPessoa" type="{http://www.softplan.com.br/unj/schema/adv}tipoPessoaType"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaTelefoneWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPessoaTelefone" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="principal" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="linkWhatsapp" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="telefone" type="{http://www.softplan.com.br/unj/schema/adv}telefoneType"/> </sequence> </restriction> </complexContent> </complexType> |
PessoaTelefonesWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaTelefoneWs" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> |
PessoasDadosBasicosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="pessoasDadosBasicos" type="{http://www.softplan.com.br/unj/schema/adv}pessoaDadosBasicosType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PessoasUnificarWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosUnificar" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PlanoContaConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoPlanoConta" type="{http://www.softplan.com.br/unj/schema/adv}tipoPlanoContaType" minOccurs="0"/> <element name="planoContaNatureza" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="nomePlanoConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagExibirTelaLancamentoFinanceiro" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagExibirDemonstrativoResultado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagReembolsavel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PlanoContaConsultaResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPlanoConta" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePlanoConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomePlanoContaArvore" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoPlanoConta" type="{http://www.softplan.com.br/unj/schema/adv}tipoPlanoContaType" minOccurs="0"/> <element name="planoContaNatureza" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="flagHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="nivelArvore" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoContabil" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PlanoContaConsultaResultadosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}planoContaConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PlanoContaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPlanoConta" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePlanoConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="planoContaNatureza" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="tipoPlanoConta" type="{http://www.softplan.com.br/unj/schema/adv}tipoPlanoContaType" minOccurs="0"/> <element name="codigoPlanoContaPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="flagExibirTelaLancamentoFinanceiro" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagExibirDemonstrativoResultado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagExibirDemonstrativoFluxoCaixa" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagReembolsavel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PreferenciaUsuarioWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPreferenciaUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoUsuarioCliente" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="estiloCor" type="{http://www.softplan.com.br/unj/schema/adv}estiloCorType" minOccurs="0"/> <element name="fundoCor" type="{http://www.softplan.com.br/unj/schema/adv}fundoCorType" minOccurs="0"/> <element name="layout" type="{http://www.softplan.com.br/unj/schema/adv}layoutType" minOccurs="0"/> <element name="flUsaCaso" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flUsaCaptura" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flUsaPessoa" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flUsaAtendimento" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flDesagruparTarefas" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigoKanbanTarefaFavorito" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="kanbanTarefaOrdenacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="atividadeOrdenacao" type="{http://www.softplan.com.br/unj/schema/adv}ordenacaoConsultaType" minOccurs="0"/> <element name="flUsaKanbanPadrao" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flExibeCartoesSimplificados" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigoKanbanQuadroPadrao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoKanbanColunaPadrao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PreferenciasArrendatarioWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPreferenciasArrendatarioWs" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoArrendatarioWs" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="diasMovimentado" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="diasParado" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="cadastroAutomaticoEnvolvido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="iniciarWorkflowAutomatico" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoAndamentoContarIndicadoresWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalIndicadorTodos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorLidos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorNaoLidos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoAndamentoDetalhesWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="codigoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="data" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="lido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="tipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoDetalhesIndicadorType" minOccurs="0"/> <element name="classificacaoType" type="{http://www.softplan.com.br/unj/schema/adv}andamentoClassifiacaoType" minOccurs="0"/> <element name="historicoAndamentos" type="{http://www.softplan.com.br/unj/schema/adv}andamentoProcessoHistoricoType" maxOccurs="unbounded" minOccurs="0"/> <element name="responsaveisAndamento" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
ProcessoAndamentoIndicadorFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoConsultaFiltrosType"> <sequence> <element name="dataBase" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="visaoEscritorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoUsuariosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="periodoAndamento" type="{http://www.softplan.com.br/unj/schema/adv}periodoAndamentoType" minOccurs="0"/> <element name="filtroRapidoAndamento" type="{http://www.softplan.com.br/unj/schema/adv}filtroRapidoAndamentoType" minOccurs="0"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flSouResponsavel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoTipoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoClassificacaoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataInicioPeriodo" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataTerminoPeriodo" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="codigoOrgao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="processo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoEnvolvido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoGruposResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="cadastroManual" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="desconsiderarIntimacoes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
ProcessoAndamentoIndicadorWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="lido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="siglaOrgao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoAndamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="processoInstancia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificadorProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="dataAndamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="cadastroManual" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoAndamentoListaCodigosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="visaoEscritorio" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigosProcessoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoApensoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoProcessoPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoCadastroAutomaticoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="instanciaCadastrada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="mesmaInstancia" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="capturaCadastrada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoConsultaDetalheWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flCompleto" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flMovimentado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flParado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flEncerrado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="tipoRelacionamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="classificacaoRelacionamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="processoTipo" type="{http://www.softplan.com.br/unj/schema/adv}tipoProcessoType" minOccurs="0"/> <element name="situacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="assunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orgao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="abreviacaoOrgao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="complementoVara" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orgaoJulgador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoOrgaoJulgador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="area" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="statusCaptura" type="{http://www.softplan.com.br/unj/schema/adv}statusCentralCapturaProcessoConsultaType" minOccurs="0"/> <element name="statusCentralCaptura" type="{http://www.softplan.com.br/unj/schema/adv}tipoStatusCentralCapturaProcessoType" minOccurs="0"/> <element name="codigoCentralCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="grupos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorAcao" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="nomePasta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomePastaCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlNumeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}entidadeDetalhesIndicadorWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}entidadesDetalhesIndicadorWs" maxOccurs="unbounded" minOccurs="0"/> <element name="envolvidos" type="{http://www.softplan.com.br/unj/schema/adv}envolvidoEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="dataEncerramento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataTransitado" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="resultado" type="{http://www.softplan.com.br/unj/schema/adv}resultadoEncerramentoType" minOccurs="0"/> <element name="valorEncerramento" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="descricaoEncerramento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="unidadeOrganizacionalOrigem" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="unidadeOrganizacionalAtual" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="justica" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="instancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType"/> <element name="dataDistribuicao" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="dataCitacao" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="dataRecebimento" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="dataArquivamento" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="fase" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="instanciaCnj" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="classeCnj" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="assuntosCnj" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="flSegredoJustica" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="senhaProcesso" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="valorProvisionado" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="probabilidade" type="{http://www.softplan.com.br/unj/schema/adv}probabilidadeType"/> <element name="provisionamento" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="risco" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="numeroProcessoPrincipal" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="numeroProcessoComplementar" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="urlNumeroProcessoPrincipal" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="codigoProcessoPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="operacoesAuditoria" type="{http://www.softplan.com.br/unj/schema/adv}operacaoAuditoriaType" maxOccurs="unbounded" minOccurs="0"/> <element name="sistemaProcesso" type="{http://www.softplan.com.br/unj/schema/adv}sistemaProcessoType" minOccurs="0"/> <element name="instanciaCapturaCapaPadrao" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> <element name="codigoPrognostico" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
ProcessoConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoConsultaFiltrosType"> <sequence> <element name="nomeAssunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoProcessoOrgao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoSituacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosSituacao" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoPessoaEnvolvido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeEnvolvido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="instancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> <element name="nomePasta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoMarcadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoUsuariosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoGruposResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="dataProcessoInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataProcessoFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoDataProcesso" type="{http://www.softplan.com.br/unj/schema/adv}tipoDataProcessoType" minOccurs="0"/> <element name="codigoTipoJustica" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoProcessoPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoEstado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="somenteProcessosSemAtendimento" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="somenteProcessosSemProcessoPai" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="somenteIncompleto" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="somenteCompleto" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoOab" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="flHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flSouResponsavel" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flEstouEnvolvido" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="atualizadoDesde" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="somenteMovimentado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="somenteParado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="somenteEncerrado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="diasMovimentado" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="diasParado" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="tipoProcesso" type="{http://www.softplan.com.br/unj/schema/adv}tipoProcessoType" minOccurs="0"/> <element name="marcadores" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoAtendimento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="capturaProcessualHabilitada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoProcessoIgnorar" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="resultados" type="{http://www.softplan.com.br/unj/schema/adv}resultadoEncerramentoType" maxOccurs="unbounded" minOccurs="0"/> <element name="valorAcao" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="sistemas" type="{http://www.softplan.com.br/unj/schema/adv}sistemaProcessoType" maxOccurs="unbounded" minOccurs="0"/> <element name="cpfCnpjCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
ProcessoConsultaIndicadoresWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalIndicadorIncompletos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorMovimentados" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorParados" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorTodos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoConsultaResumoResutadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoConsultaResumoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="total" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoConsultaResumoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoProcessoPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="envolvimentoCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeEnvolvido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="envolvimentoEnvolvido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="instancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> <element name="assunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orgao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orgaoJulgador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoOrgaoJulgador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="complementoVara" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoRelacionamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flOrigem" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flCompleto" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flMovimentado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flParado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flOrigemProcessoPai" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flProcessoTipo" type="{http://www.softplan.com.br/unj/schema/adv}tipoProcessoType" minOccurs="0"/> <element name="flEncerrado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="processosRelacionadoType" type="{http://www.softplan.com.br/unj/schema/adv}processoRelacionadoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoConsultaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoConsultaResultadoType"> <sequence> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoProcessoPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePasta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeMarcador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeEnvolvidos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeClientes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeAssunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeSituacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeProcessoOrgao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeUsuariosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeGruposResponsaveis" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeSituacaoProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataCitacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataDistribuicao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataEncerramento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataJulgamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataUltimaModificacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="flHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="processoRelacionadoTipoNome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoProcessoRelacionado" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="codigoCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoFrequecinciaCapturaProcesso" type="{http://www.softplan.com.br/unj/schema/adv}tipoFrequenciaCentralCapturaProcessoType" minOccurs="0"/> <element name="tipoInstancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> <element name="flBloqueado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dataRecebimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataArquivamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="flCompleto" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flMergeCaptura" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoCentralCaptura" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
ProcessoDetalhesIndicadorType (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="numero" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlNumero" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="instancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType"/> <element name="envolvidos" type="{http://www.softplan.com.br/unj/schema/adv}envolvidoEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="grupos" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposUsuarios" type="{http://www.softplan.com.br/unj/schema/adv}grupoUsuarioWs" maxOccurs="unbounded" minOccurs="0"/> <element name="responsavelProcessoType" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="sistemaProcesso" type="{http://www.softplan.com.br/unj/schema/adv}sistemaProcessoType" minOccurs="0"/> <element name="assunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoEncerramentoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataEncerramento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataTransitado" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="resultado" type="{http://www.softplan.com.br/unj/schema/adv}resultadoEncerramentoType" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagEncerrarCaptura" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoEnvolvidoConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoParticipacao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="nomePessoaEnvolvido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagCliente" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tipoEnvolvido" type="{http://www.softplan.com.br/unj/schema/adv}tipoEnvolvidoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoEnvolvidoSimplificadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoProcessoEnvolvido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePessoaEnvolvido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoPessoaEnvolvido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoParticipacaoTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="participacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoEnvolvidoType" minOccurs="0"/> <element name="participacaoTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagPrincipal" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flagCliente" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoEnvolvidoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="codigoProcessoEnvolvido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoParticipacao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="pessoaEnvolvido" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="flagPrincipal" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flagCliente" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="tipoEnvolvido" type="{http://www.softplan.com.br/unj/schema/adv}tipoEnvolvidoType" minOccurs="0"/> <element name="acaoCapturaEnvolvido" type="{http://www.softplan.com.br/unj/schema/adv}acaoCapturaEnvolvidoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaEnvolvidoSugestaoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
ProcessoEnvolvidosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoEnvolvidoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoExtraJudicialWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}processoExtraJudicialDadosType"> </extension> </complexContent> </complexType> |
ProcessoJudicialWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}processoJudicialDadosType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}centralCapturaProcessoWs" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
ProcessoJusticaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoJustica" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeJustica" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoProcesso" type="{http://www.softplan.com.br/unj/schema/adv}tipoProcessoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoNumeroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoProcessoNumero" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoNumeracao" type="{http://www.softplan.com.br/unj/schema/adv}tipoNumeracaoType" minOccurs="0"/> <element name="numeroDoProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoInstancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> <element name="principal" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoNumerosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoNumeroWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoOrgaoExtraJudicialWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoOrgao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeOrgao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="abreviacaoOrgao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cidade" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="orgaoSuperior" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="classificacaoOrgao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoOrgaoJudicialWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="sigla" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="estado" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="cidade" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="orgaoSuperior" type="{http://www.softplan.com.br/unj/schema/adv}processoOrgaoJudicialResumidoWs" minOccurs="0"/> <element name="justica" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="codigoOrgaoCNJ" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTribunalCNJ" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="flagHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="linkNumeracaoPadraoCnj" type="{http://www.softplan.com.br/unj/schema/adv}processoOrgaoLinkResultadoWs" minOccurs="0"/> <element name="linkNumeracaoOutro" type="{http://www.softplan.com.br/unj/schema/adv}processoOrgaoLinkResultadoWs" minOccurs="0"/> <element name="linkNumeracaoPadraoCnjOrgaoSuperior" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="linkNumeracaoOutroOrgaoSuperior" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoOrgaoLinkResultadosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoOrgaoLinkResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoOrgaoSugestaoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nomeOrgao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoOrgao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoJustica" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoPaiWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="codigoProcessoPai" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tipoProcessoRelacionadoWs"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoResponsaveisGruposWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposTrabalho" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoResumoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="processoOrgao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoNumeroWs" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoProcesso" type="{http://www.softplan.com.br/unj/schema/adv}tipoProcessoType" minOccurs="0"/> <element name="unidadeAtualArvore" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoEnvolvidoSimplificadoWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}marcadorWs" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposTrabalho" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="completo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dataDistribuicao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataUltimaModificacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoProcesso" type="{http://www.softplan.com.br/unj/schema/adv}tipoProcessoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoJudicialWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoExtraJudicialWs" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessosAndamentosIndicadorWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoAndamentoIndicadorWs" maxOccurs="unbounded" minOccurs="0"/> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessosConsultaCompletaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="processoDadosComunsType" type="{http://www.softplan.com.br/unj/schema/adv}processoDadosComunsType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProcessosConsultaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoConsultaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PrognosticoProcessoRequest (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="instancia" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
PrognosticoProcessoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="codProcesso" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="instancia" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="dadosPreditivo" type="{http://www.softplan.com.br/unj/schema/adv}dadosPreditivo" minOccurs="0"/> <element name="dadosProcessoEncontrado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoArrendatario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="contabilizarFranquia" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="processando" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="erro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ativo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dataExclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataUltimaAtualizacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ReceitaDespesaConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="dataPeridoInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPeridoFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="planoContaNatureza" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="situacao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="nomeFavorecido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoFavorecido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoReceitaDespesaPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="marcadores" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="filtrosUteisReceitaDespesa" type="{http://www.softplan.com.br/unj/schema/adv}filtrosUteisReceitaDespesaType" minOccurs="0"/> <element name="dataFiltro" type="{http://www.softplan.com.br/unj/schema/adv}filtroDataType" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ReceitaDespesaConsultaResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="data" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="situacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="planoConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeFavorecido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorReal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificadorModulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoLancamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType"/> <element name="dataExercicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoDocumento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}receitaDespesaItemWs" maxOccurs="unbounded" minOccurs="0"/> <element name="pagamentoDadosBasico" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoDadosBasicosType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ReceitaDespesaConsultaResultadosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalValor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}receitaDespesaConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ReceitaDespesaItemWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoReceitaDespesaItem" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="centroCusto" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ReceitaDespesaRepasseWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoReceitaDespesaRepasse" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="conta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="pessoaFavorecida" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="taxaRepasse" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="pagamentoTipo" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ReceitaDespesaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}modulosEntidadeType"> <sequence> <element name="codigoReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="planoContaNatureza" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="fonecedorPessoa" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="data" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataCompetencia" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoDocumento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="periodicidade" type="{http://www.softplan.com.br/unj/schema/adv}tipoRecorrenciaType" minOccurs="0"/> <element name="numeroTotalParcelas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="condicaoPagamento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="valorTotalReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}marcadorWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}recorrenciaWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}receitaDespesaItemWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}receitaDespesaRepasseWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoDinheiroWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoChequeWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoBoletoWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoDuplicataWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoTransferenciaWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoOutroWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoCartaoWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoDebitoEmContaWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoDepositoBancarioWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoPixWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagamentoCartaoDebitoWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}mapeamentoNovoPagamento" maxOccurs="unbounded" minOccurs="0"/> <element name="possuiBoletoAtivo" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoReceitaDespesaPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
RecorrenciaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoRecorrencia" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoRecorrencia" type="{http://www.softplan.com.br/unj/schema/adv}tipoRecorrenciaType" minOccurs="0"/> <element name="numeroRecorrencia" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="tipoTerminoRecorrencia" type="{http://www.softplan.com.br/unj/schema/adv}tipoTerminoRecorrenciaType" minOccurs="0"/> <element name="prorrogarFinalDeSemana" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ReemitirBoletoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoBoleto" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoPagamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
RegistroConsumoCreditoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoArrendatario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoUsuarioConsumidor" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="servico" type="{http://www.softplan.com.br/unj/schema/adv}tipoFranquiaCreditoServicoConsumidorType" minOccurs="0"/> <element name="quantidadeServicoConsumido" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="devolucao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
RelatorioConfiguracaoExclusaoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoConfigExclusao" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="periodo" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="tipoExclusao" type="{http://www.softplan.com.br/unj/schema/adv}tipoExclusaoType" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
RelatorioConsultaFiltroAdvWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tiposRelatorio" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="areaRelatorio" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="dataInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="statusRelatorio" type="{http://www.softplan.com.br/unj/schema/adv}relatorioStatusType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
RelatorioConsultaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}relatorioType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
RelatorioFiltroType (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
RelatorioTarefaLoteWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tarefasSalvas" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="erros" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
RelatorioType (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoRelatorio" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoRelatorio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataRelatorioGerado" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="statusRelatorio" type="{http://www.softplan.com.br/unj/schema/adv}relatorioStatusType" minOccurs="0"/> <element name="tamanhoArquivo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}relatorioFiltroType" maxOccurs="unbounded" minOccurs="0"/> <element name="nomeArquivoRelatorio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="extensaoArquivoRelatorio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="exibidoFiltroRelatorio" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
SimpleDtoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="simpleDto" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SimpleOneValueLongWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SimpleValueBooleanWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SimpleValueLongWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}simpleOneValueLongWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SimpleValueWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="simpleValue" type="{http://www.softplan.com.br/unj/schema/adv}simpleValueType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SolicitacaoCancelamentoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="detalhes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="solicitacaoCancelamentoMotivo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="solicitacaoCancelamentoProblemas" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="solicitacaoCancelamentoSolucao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="ticketSuporte" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SolicitacaoConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="situacaoSolicitacao" type="{http://www.softplan.com.br/unj/schema/adv}situacaoFinanceiraType" minOccurs="0"/> <element name="tipoSolicitacaoRecebimentoPagto" type="{http://www.softplan.com.br/unj/schema/adv}solicitacaoRecebimentoPagtoType" minOccurs="0"/> <element name="tipoDataPeriodo" type="{http://www.softplan.com.br/unj/schema/adv}tipoDataPeriodoConsultaSolicitacaoType" minOccurs="0"/> <element name="dataPeriodoInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPeriodoFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="pessoa" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoDocumento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorSolicitacaoInicial" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorSolicitacaoFinal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="formaPagamento" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" maxOccurs="unbounded" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType"/> <element name="identificadorModulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SolicitacaoConsultaResultadoIndividualWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="codigoLancamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType"/> <element name="codigoSolicitacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificadorLancamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificadorModuloVinculo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="justificativaSolicitacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorSolicitacao" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorSolicitacaoReal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="pessoaACobrar" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoSolicitacaoRecebimentoPagto" type="{http://www.softplan.com.br/unj/schema/adv}solicitacaoRecebimentoPagtoType" minOccurs="0"/> <element name="situacaoSolicitacao" type="{http://www.softplan.com.br/unj/schema/adv}situacaoFinanceiraType" minOccurs="0"/> <element name="totalArquivos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SolicitacaoConsultaResultadoPorPessoaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pessoa" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoSolicitacaoRecebimentoPagto" type="{http://www.softplan.com.br/unj/schema/adv}solicitacaoRecebimentoPagtoType" minOccurs="0"/> <element name="valorSolicitacao" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorSolicitacaoReal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="quantidadeSolicitacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosSolicitacao" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SolicitacaoConsultaResultadosIndividualWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalValor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}solicitacaoConsultaResultadoIndividualWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SolicitacaoConsultaResultadosPorPessoaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalValor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}solicitacaoConsultaResultadoPorPessoaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SolicitacaoIntegracaoAgrupadaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="condicaoPagamento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="valorEntrada" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="conta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="formaPagamento" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorSaldo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="numeroParcelas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="formaPagamentoParcelado" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="dataVencimentoParcela" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoRecorrencia" type="{http://www.softplan.com.br/unj/schema/adv}tipoRecorrenciaType" minOccurs="0"/> <element name="flagBaixarPagamento" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="dataBaixa" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorBaixa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="flagEnviarNotaDebitoCliente" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="emails" type="{http://www.softplan.com.br/unj/schema/adv}stringList"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}solicitacaoIntegracaoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="valorTotal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SolicitacaoIntegracaoIndividualWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}solicitacaoIntegracaoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SolicitacaoIntegracaoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoLancamentoFinanceiro" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoSolicitacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoSolicitacaoRecebimentoPagto" type="{http://www.softplan.com.br/unj/schema/adv}solicitacaoRecebimentoPagtoType" minOccurs="0"/> <element name="identificadorLancamentoFinanceiro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="pessoaACobrar" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="condicaoPagamento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="conta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="formaPagamento" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="formaPagamentoParcelado" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataVencimentoParcela" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorReal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorEntrada" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorSaldo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="numeroParcelas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="planoConta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="flagBaixarPagamento" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="dataBaixa" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorBaixa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="flagEnviarNotaDebitoCliente" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="tipoRecorrencia" type="{http://www.softplan.com.br/unj/schema/adv}tipoRecorrenciaType" minOccurs="0"/> <element name="totalArquivos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="emails" type="{http://www.softplan.com.br/unj/schema/adv}stringList"/> </sequence> </restriction> </complexContent> </complexType> |
SolicitacaoRecebimentoPagtoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoSolicitacaoRecebimentoPagto" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoLancamentoFinanceiro" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoSolicitacaoRecebimentoPagto" type="{http://www.softplan.com.br/unj/schema/adv}solicitacaoRecebimentoPagtoType" minOccurs="0"/> <element name="dataSolicitacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPagamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorSolicitacao" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorSolicitacaoModulo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="pessoa" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="formaPagamento" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="numeroParcelas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoRecorrencia" type="{http://www.softplan.com.br/unj/schema/adv}tipoRecorrenciaType" minOccurs="0"/> <element name="flagNotificarResp" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="situacaoSolicitacao" type="{http://www.softplan.com.br/unj/schema/adv}situacaoFinanceiraType" minOccurs="0"/> <element name="dataUltimoPagto" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorPago" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorPendente" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="justificativa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorEntrada" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="formaPagamentoEntrada" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="valorSaldo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="dataPrimeiroVencto" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="condicaoPagamento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="receitaDespesa" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="boletoSituacao" type="{http://www.softplan.com.br/unj/schema/adv}boletoSituacaoType" minOccurs="0"/> <element name="tipoResponsavelPagamento" type="{http://www.softplan.com.br/unj/schema/adv}tipoResponsavelPagamentoType" minOccurs="0"/> <element name="favorecido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroDocumento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="planoContas" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}marcadorWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SolicitacaoRecusaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoSolicitacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="justificativa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SolicitacaoResultadoPorLancamentoFinanceiroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoSolicitacaoRecebimentoPagto" type="{http://www.softplan.com.br/unj/schema/adv}solicitacaoRecebimentoPagtoType" minOccurs="0"/> <element name="pessoaRecebimentoPagamento" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="valorSolicitacao" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoSituacaoFinanceira" type="{http://www.softplan.com.br/unj/schema/adv}situacaoFinanceiraType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
SolicitacaoResultadosPorLancamentoFinanceiroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}solicitacaoResultadoPorLancamentoFinanceiroWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
StatusProcessoEnvolvidoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="flagCompleto" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="possuiCliente" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaCompromissoEventoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}tarefaEventoType"> <sequence> <element name="concluido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dataHoraInicio" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="dataHoraFim" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="convidados" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
TarefaConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filaTrabalho" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="concluidaPor" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="usuariosCriadores" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="convidados" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="moduloTarefa" type="{http://www.softplan.com.br/unj/schema/adv}moduloTarefaType" minOccurs="0"/> <element name="codigoTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoSituacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosSituacao" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="marcadores" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="tituloCompromisso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataTarefaInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataTarefaFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tarefaTipoData" type="{http://www.softplan.com.br/unj/schema/adv}tipoDataTarefaType" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomePessoaEnvolvido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomePasta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoOrgao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoCidade" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoEstado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeContrario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagSituacaoConcluida" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagVinculoPrincipal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="filtroTarefaCompromisso" type="{http://www.softplan.com.br/unj/schema/adv}filtroTarefaCompromissoType" minOccurs="0"/> <element name="flagConsultaDetalhada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagClassificacaoTarefa" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagClassificacaoAudiencia" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagCompromisso" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoTarefa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoFiltroTarefaConsulta" type="{http://www.softplan.com.br/unj/schema/adv}tipoFiltroTarefaConsultaType" minOccurs="0"/> <element name="tipoFiltroDataTarefaConsulta" type="{http://www.softplan.com.br/unj/schema/adv}tipoFiltroDataTarefaConsultaType" minOccurs="0"/> <element name="visaoPessoal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagSomenteCompromissoPrivado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagSomenteCompromissoPublico" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagAgruparDataFatal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagDadosCompletosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagAgruparSomentePorData" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagCompromissoConcluido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dataInclusaoInicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataInclusaoFim" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataConclusaoMaiorQue" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="flagKanban" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoQuadroKanban" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="assuntoVinculo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoInformacaoExclusao" type="{http://www.softplan.com.br/unj/schema/adv}tipoInformacaoExclusaoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaConsultaResumoFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filtroTarefaCompromisso" type="{http://www.softplan.com.br/unj/schema/adv}filtroTarefaCompromissoType" minOccurs="0"/> <element name="flagEstouEnvolvido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagSouResponsavel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tipoClassificacao" type="{http://www.softplan.com.br/unj/schema/adv}tarefaTipoClassificacaoType" minOccurs="0"/> <element name="filtroRapidoTarefaConsulta" type="{http://www.softplan.com.br/unj/schema/adv}filtroRapidoTarefaConsultaType" minOccurs="0"/> <element name="visaoEscritorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoUsuariosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoFiltroTarefaEnvolvimento" type="{http://www.softplan.com.br/unj/schema/adv}tipoFiltroTarefaConsultaType" minOccurs="0"/> <element name="flagSomenteCompromissoPrivado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagSomenteCompromissoPublico" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaConsultaResumoResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTarefaEvento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="corTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoSituacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeSituacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="dataPrevista" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horaPrevista" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="titulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="diaTodo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="compromissoPrivado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isSelecionado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="clientes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaConsultaTarefaTipoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="data" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="codigoTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="moduloEntidade" type="{http://www.softplan.com.br/unj/schema/adv}moduloEntidadeType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaConsultaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTarefa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTarefaEvento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="ativo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="corTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="chaveModulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="usuarioResponsaveis" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataLimite" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataConclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataConclusaoPrevista" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horaConclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horaLimite" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="codigoSituacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="situacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagSituacaoConcluida" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="titulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagTarefaCompromisso" type="{http://www.softplan.com.br/unj/schema/adv}filtroTarefaCompromissoType" minOccurs="0"/> <element name="dataInicioCompromisso" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horaInicioCompromisso" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFimCompromisso" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="numeroComentarios" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="flagCompromissoConcluido" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="privado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="parteAtiva" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="partePassiva" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificadorModulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="clienteAtendimento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="contrarioAtendimento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tarefaTipoClassificacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tarefaPrivada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="acessoPrivado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dadosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="clientes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="diaTodo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dataInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="codigoSimulacaoCalculoPrazo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="concluidaPor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="operacoesAuditoria" type="{http://www.softplan.com.br/unj/schema/adv}operacaoAuditoriaType" maxOccurs="unbounded" minOccurs="0"/> <element name="identificadorApontamentosVinculados" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="totalHorasApontamentosVinculados" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaDetalhesResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTarefa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTarefaEvento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="ativo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposTrabalho" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposUsuarios" type="{http://www.softplan.com.br/unj/schema/adv}grupoUsuarioWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}entidadeDetalhesIndicadorWs" minOccurs="0"/> <element name="tarefaOrigem" type="{http://www.softplan.com.br/unj/schema/adv}entidadeDetalhesIndicadorWs" minOccurs="0"/> <element name="codigoTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="dataBase" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataConclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horaConclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFatal" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horaFatal" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}checklistWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}comentarioWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}arquivoMetadadosWs" minOccurs="0"/> <element name="situacao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoClassificacao" type="{http://www.softplan.com.br/unj/schema/adv}tarefaTipoClassificacaoType" minOccurs="0"/> <element name="descricaoComplementar" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="operacoesAuditoria" type="{http://www.softplan.com.br/unj/schema/adv}operacaoAuditoriaType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoSimulacaoCalculoPrazo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="flagKanban" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoKanbanTarefa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tituloKanbanTarefa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="kanbanTarefaColuna" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tituloTarefa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="localTarefa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaEventoDadosComplementaresWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTarefaEventoDadosComplementares" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="textoComplementar" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaEventoSituacaoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTarefaEventoSituacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="situacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="situacaoConcluida" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaEventoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}tarefaEventoType"> </extension> </complexContent> </complexType> |
TarefaIndicadoresWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalIndicadorTarefa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorCompromisso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorAudiencia" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorTodos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaKanbanColunaIndicadoresWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoColunaKanban" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicador" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaKanbanIndicadoresWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalIndicadorTodos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorSouResponsavel" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorEstouEnvolvido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="totalIndicadorDelegadasPorMim" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaKanbanWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTarefa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTarefaEvento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="colunaKanbanNome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="usuariosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="situacao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="flagTarefaCompromisso" type="{http://www.softplan.com.br/unj/schema/adv}filtroTarefaCompromissoType" minOccurs="0"/> <element name="corTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="nomeTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeEnvolvido" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificadorModulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="parteAtiva" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="partePassiva" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="clienteAtendimento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="contrarioAtendimento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroArquivos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagSituacaoConcluida" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dataConclusaoPrevista" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataConclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFatal" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dadosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoColunaKanban" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTarefaAnterior" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTarefaPosterior" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tituloTarefa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="concluidaPor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaPainelWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTarefaEvento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoPessoaResponsavel" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="situacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="chaveModulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataConclusaoPrevista" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaPrazosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dataLimite" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataConclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaSituacaoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoSituacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosTarefaEvento" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosTarefaComprisso" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaTipoConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulos" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="filaTrabalho" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="nomeTipoTarefa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="prazoPadrao" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tipoPrazo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="marcadores" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaTipoConsultaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTipoTarefa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="prazoPadrao" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="prazoFatal" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="nomeResponsaveis" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeGrupos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeFilaTrabalho" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoTemplateUsuario" type="{http://www.softplan.com.br/unj/schema/adv}tipoTemplateUsuarioGrupoType" minOccurs="0"/> <element name="tipoTemplateGrupo" type="{http://www.softplan.com.br/unj/schema/adv}tipoTemplateUsuarioGrupoType" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="classificacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaTipoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTipoTarefa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricaoTarefa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cor" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="prazoPadrao" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="prazoFatal" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="tempoPadrao" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/> <element name="modulos" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="filaTrabalho" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoContagemPrazo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoPrazo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoTemplateUsuario" type="{http://www.softplan.com.br/unj/schema/adv}tipoTemplateUsuarioGrupoType" minOccurs="0"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoTemplateGrupo" type="{http://www.softplan.com.br/unj/schema/adv}tipoTemplateUsuarioGrupoType" minOccurs="0"/> <element name="terceirosConclusao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="terceirosCriacao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}marcadorWs" maxOccurs="unbounded" minOccurs="0"/> <element name="permiteAlterarDescricao" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="permiteAlterarTipo" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="possuiProrrogacao" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="notificaTerceiroConclusao" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="notificaClienteConclusao" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="notificaResponsavelConclusao" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="notificaTerceiroCriacao" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="notificaClienteCriacao" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="notificaResponsavelCriacao" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="checklistTemplate" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoClassificacao" type="{http://www.softplan.com.br/unj/schema/adv}tarefaTipoClassificacaoType" minOccurs="0"/> <element name="exibirKanban" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="quadroKanban" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="colunaKanban" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaTotalAbertaEConcluidaDoDiaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalTarefaAbertaDoDia" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="totalTarefaConcluidaDoDia" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="data" type="{http://www.w3.org/2001/XMLSchema}date"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaTotalDoDiaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalTarefaDoDia" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="dataTotalTarefaDoDia" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaTotalPorStatusWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tarefasNovas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tarefasAtrasadas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tarefasDoDia" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tarefasDoDiaSeguinte" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tarefasFuturas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaTotalPorTipoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTipoTarefa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTipoTarefa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="totalTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType> |
TarefaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}modulosEntidadeType"> <sequence> <element name="codigoTarefa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="possuiRecorrencia" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="compromisso" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}recorrenciaWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaEventoWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaCompromissoEventoWs" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
TarefasAgrupadasDataTipoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="data" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFatal" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="nomeTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="totalRegistrosAgrupamento" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaConsultaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefasConsultaAgrupadasWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefasAgrupadasDataTipoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefasConsultaResumoResutadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaConsultaResumoResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefasConsultaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaConsultaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefasKanbanConsultaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="quadroKanbanNome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaKanbanWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaKanbanColunaIndicadoresWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefasListaCodigosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="visaoEscritorio" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigosTarefas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefasPainelWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaPainelWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefasTipoConsultaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaTipoConsultaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefasTotalAbertaEConcluidaDoDiaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaTotalAbertaEConcluidaDoDiaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefasTotalDoDiaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaTotalDoDiaWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TarefasTotalPorTipoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaTotalPorTipoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TermosValidacaoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoAssinante" type="{http://www.softplan.com.br/unj/schema/adv}tipoAssinanteType"/> <element name="termos" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> |
TipoDocumentoIdentificacaoConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataEmissaoObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dataValidadeObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="orgaoEmissaoObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="localEmissaoObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TipoDocumentoIdentificacaoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTipoDocumento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoArrendatario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataEmissaoObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dataValidadeObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="orgaoEmissaoObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="localEmissaoObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
TipoDocumentoIdentificacoesWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tipoDocumentoIdentificacaoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TipoProcessoRelacionadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTipoProcessoRelacionado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTipoProcessoRelacionado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoProcessoRelacionado" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TransferenciaContaDetalheWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="dataTransferencia" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataCadastro" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="nomeContaOrigem" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeContaDestino" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="responsavel" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TransferenciaContaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTransferencia" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="data" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="contaOrigem" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="contaDestino" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TreeWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}nodeWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UnidadeOrganizacionalConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="unidadeOrganizacionalPai" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="nomeUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoUnidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}tipoUnidadeOrganizacionalType" minOccurs="0"/> <element name="situacao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UnidadeOrganizacionalConsultaResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UnidadeOrganizacionalConsultaResultadosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}unidadeOrganizacionalConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UnidadeOrganizacionalWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="abreviacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoUnidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}tipoUnidadeOrganizacionalType" minOccurs="0"/> <element name="codigoPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UsuarioAlteracaoSenhaWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="senhaAtual" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="senhaNova" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="senhaNovaConfirmacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UsuarioAlterarSenhaComHashWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="hashAcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="senhaNova" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="senhaNovaConfirmacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UsuarioAutenticacaoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="login" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="emailPrincipal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlFoto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlFotoArrendatario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="administrado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="cliente" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="arrendatario" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoAutenticacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoAutenticacaoType" minOccurs="0"/> <element name="statusArrendatario" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="gruposDeTrabalho" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="modulosLiberado" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="pessoaArrendatario" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="arrendatarioTipo" type="{http://www.softplan.com.br/unj/schema/adv}tipoDominioType" minOccurs="0"/> <element name="dominioArrendatario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="funcionalidades" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="permissoes" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="trocarSenha" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="dataInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dadosArrendatario" type="{http://www.softplan.com.br/unj/schema/adv}dadosArrendatarioWs" minOccurs="0"/> <element name="flRealizarOnboard" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flOnboardConfirmado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flAcessoSuporte" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}preferenciaUsuarioWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}preferenciasArrendatarioWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}arrendatarioTotalizadoresWs" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UsuarioClienteWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoUsuarioCliente" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoPessoaEmail" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="pessoa" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="senha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="permissoes" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UsuarioConsultaFiltroWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filtroGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeUsuario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="perfil" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="grupo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="ativo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="desabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigosUsuario" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UsuarioConsultaResultadoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="login" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeUsuario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeCargo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomePerfis" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="administrador" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="urlFoto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UsuarioConsultaResultadosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}usuarioConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="totalRegistros" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UsuarioDadosComplementaresWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoUsuarioDadosComplementares" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="salario" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="dataContratacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataDemissao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="cargo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="observacaoGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}funcaoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UsuarioDadosRedeSocialWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="redeSocialType" type="{http://www.softplan.com.br/unj/schema/adv}redeSocialType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UsuarioDetalheWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeUsuario" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="administrador" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="nomePerfis" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="login" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataCadastro" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoAutenticacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}usuarioDadosComplementaresWs" minOccurs="0"/> <element name="dataUltimoAcesso" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="urlFoto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="gruposTrabalho" type="{http://www.softplan.com.br/unj/schema/adv}grupoUsuarioWs" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
UsuarioWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="login" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="senha" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="perfis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposDeTrabalho" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoAutenticacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoAutenticacaoType" minOccurs="0"/> <element name="trocarSenha" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flRealizarOnboard" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlFoto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}usuarioDadosComplementaresWs" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ValidacaoBoletoDocumentoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="validacaoBoletoDocumento" type="{http://www.softplan.com.br/unj/schema/adv}validacaoBoletoDocumentoType"/> </sequence> </restriction> </complexContent> </complexType> |
VinculoCapturaProcessoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCentralCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ProjecaoRelatorioWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="projecaoRelatorio" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}projecaoGrupoRelatorioType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
RelatorioFiltroCamposDinamicosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCampoDinamico" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="modulo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoCampo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorPesquisaTexto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorPesquisaNumero" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="valorPesquisaData" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="valorPesquisaBoolean" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="valorPesquisaLista" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioSimpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="valorPesquisaLabel" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioSimpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
RelatorioOrdenacaoWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="relatorioOrdenacao" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioOrdenacaoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
RelatorioRetornoStatusWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="statusRelatorio" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioStatusType" minOccurs="0"/> <element name="urlArquivo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
TemplateRelatoriosGeradosWs (Anonymous) | Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="relatoriosGerados" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}templateRelatorioGeradoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
type | description |
---|---|
formaPagamentoType | Java class for formaPagamentoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="formaPagamentoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CHEQUE"/> <enumeration value="BOLETO"/> <enumeration value="DUPLICATA"/> <enumeration value="TRANSFERENCIA"/> <enumeration value="CARTAO"/> <enumeration value="DINHEIRO"/> <enumeration value="OUTROS"/> <enumeration value="DEBITO_EM_CONTA"/> <enumeration value="DEPOSITO_BANCARIO"/> <enumeration value="PIX"/> <enumeration value="CARTAO_DEBITO"/> </restriction> </simpleType> |
projecaoGrupoRelatorioType | Java class for projecaoGrupoRelatorioType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="projecaoGrupoRelatorioType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="projecao" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}projecaoItemRelatorioType" maxOccurs="unbounded"/> <element name="grupo" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> |
projecaoItemRelatorioType | Java class for projecaoItemRelatorioType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="projecaoItemRelatorioType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identificadorColuna" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="labelColuna" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="tipoCampo" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}tipoProjecaoItemType"/> </sequence> </restriction> </complexContent> </complexType> |
receitaDespesaType | Java class for receitaDespesaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="receitaDespesaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="RECEITA"/> <enumeration value="DESPESA"/> </restriction> </simpleType> |
relatorioAndamentoConsultaFiltroWs | Java class for relatorioAndamentoConsultaFiltroWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioAndamentoConsultaFiltroWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="chaveModulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoAndamentoTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricaoAndamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosPessoaEnvolvido" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
relatorioApontamentoFiltroWs | Java class for relatorioApontamentoFiltroWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioApontamentoFiltroWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="chaveModulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoApontamentoTipo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="pessoasEnvolvidos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
relatorioDataFiltroType | Java class for relatorioDataFiltroType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="relatorioDataFiltroType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DATA_PEDIDO"/> <enumeration value="DATA_DECISAO"/> <enumeration value="DATA_VENCIMENTO"/> <enumeration value="DATA_CADASTRO"/> <enumeration value="DATA_CONCLUSAO"/> <enumeration value="DATA_PAGAMENTO"/> <enumeration value="DATA_LIMITE"/> </restriction> </simpleType> |
relatorioDataInicioFimFiltroType | Java class for relatorioDataInicioFimFiltroType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioDataInicioFimFiltroType"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioFiltroType"> <sequence> <element name="dataInicio" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="dataFim" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
relatorioFiltroAtendimentosPorClienteWs | Java class for relatorioFiltroAtendimentosPorClienteWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroAtendimentosPorClienteWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="codigosPessoaCliente" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoDataAtendimento" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}tipoDataAtendimentoType" minOccurs="0"/> <element name="codigosSituacoesAtendimento" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosGruposTrabalho" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosAssuntos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="flSomenteTarefasPendentes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flUltimosAndamentos" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="nuUltimosAndamentos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
relatorioFiltroBensGarantiasPorProcessoWs | Java class for relatorioFiltroBensGarantiasPorProcessoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroBensGarantiasPorProcessoWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="codigosTipoBensGarantia" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosMarcadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="identificadorProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigosJusticas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoProcessoOrgao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosAreas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosFases" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="flExibirDescricaoProcesso" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigosParticipacaoTipo" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
relatorioFiltroContasPagarReceberPorDiaWs | Java class for relatorioFiltroContasPagarReceberPorDiaWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroContasPagarReceberPorDiaWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="tipoReceitaDespesa" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}receitaDespesaType" maxOccurs="unbounded" minOccurs="0"/> <element name="situacaoParcela" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}situacaoParcelaType" minOccurs="0"/> <element name="flSomenteVencidas" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tipoDataFiltro" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataFiltroType" minOccurs="0"/> <element name="codigosPessoas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosPlanosConta" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tiposFormasPagto" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}formaPagamentoType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoCentroCusto" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosConta" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="valorMinimo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorMaximo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="flMostrarDescricaoReceitaDespesaItem" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
relatorioFiltroFinanceiroDfcWs | Java class for relatorioFiltroFinanceiroDfcWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroFinanceiroDfcWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="codigoCentroCusto" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoData" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}tipoDataDFCType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
relatorioFiltroFinanceiroDreWs | Java class for relatorioFiltroFinanceiroDreWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroFinanceiroDreWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="dataExercicio" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataEmissao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="codigoCentroCusto" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
relatorioFiltroFluxoCaixaPorContaWs | Java class for relatorioFiltroFluxoCaixaPorContaWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroFluxoCaixaPorContaWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="dataExercicio" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosConta" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
relatorioFiltroPedidoWs | Java class for relatorioFiltroPedidoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroPedidoWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
relatorioFiltroPedidosPorProcessoWs | Java class for relatorioFiltroPedidosPorProcessoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroPedidosPorProcessoWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="codigosSituacoesProcesso" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosSituacoesPedido" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoDataFiltro" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataFiltroType" minOccurs="0"/> <element name="codigosMarcadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="identificadorProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="pessoasEnvolvidos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosJusticas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoProcessoOrgao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosAreas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosFases" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="flExibirDescricaoProcesso" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigosParticipacaoTipo" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
relatorioFiltroPessoaWs | Java class for relatorioFiltroPessoaWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroPessoaWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioFiltroType"> <sequence> <element name="nomeOuRazaoSocial" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cpfOuCnpj" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoCidade" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoCategoria" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoPessoa" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}tipoPessoaType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
relatorioFiltroProcessoMovimentacaoWs | Java class for relatorioFiltroProcessoMovimentacaoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroProcessoMovimentacaoWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="diasSemMovimentacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoProcessoTypes" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioTipoProcessoType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoEstado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoProcessoOrgao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosSituacoesProcesso" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosGruposTrabalho" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosJusticas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosAreas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosFases" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoAssunto" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoClasse" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="pessoaEnvolvido" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="flExibirDescricaoProcesso" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigosParticipacaoTipo" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
relatorioFiltroProcessosEmPlanilhaWs | Java class for relatorioFiltroProcessosEmPlanilhaWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroProcessosEmPlanilhaWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="codigosPessoaEnvolvido" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoEnvolvimento" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}tipoEnvolvidoType" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoProcessoTypes" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioTipoProcessoType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosSituacoesProcesso" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosGruposTrabalho" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosJusticas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoEstado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosEstados" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoProcessoOrgao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosAreas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosFases" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoAssunto" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosAssuntoCnj" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosAssuntos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoClasse" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosClasse" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="flExibirDescricaoProcesso" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="flHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="filtroData" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}tipoFiltroDataProcessoType" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigosOrgaosJulgadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoPessoa" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}tipoPessoaType" minOccurs="0"/> <element name="codigosCategoriasPessoa" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="cpfCnpjPessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioFiltroCamposDinamicosWs" maxOccurs="unbounded" minOccurs="0"/> <element name="flExibirAndamentos" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoTipoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoClassificacaoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="quantidadeAndamentos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="periodoAndamentoInicio" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="periodoAndamentoFim" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="descricaoAndamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
relatorioFiltroProcessosPorClienteWs | Java class for relatorioFiltroProcessosPorClienteWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroProcessosPorClienteWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="codigosPessoaCliente" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="flSomenteTarefasPendentes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flUltimosAndamentos" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="nuUltimosAndamentos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosSituacoesProcesso" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosGruposTrabalho" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosJusticas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoEstado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosEstados" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoProcessoOrgao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosProcessoOrgao" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosAreas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosFases" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoAssunto" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosAssuntoCnj" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosAssuntos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoClasse" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="flExibirTarefas" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flExibirAndamentos" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flExibirDescricaoProcesso" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigosParticipacaoTipo" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoProcessoTypes" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioTipoProcessoType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosOrgaosJulgadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="flHabilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="filtroData" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}tipoFiltroDataProcessoType" minOccurs="0"/> <element name="codigosClasse" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
relatorioFiltroProcessosRecebidosArquivadosWs | Java class for relatorioFiltroProcessosRecebidosArquivadosWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroProcessosRecebidosArquivadosWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioFiltroType"> <sequence> <element name="codigosPessoaCliente" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoProcessoOrgao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigosAreas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosFases" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="dataReferencia" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="codigosParticipacaoTipo" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
relatorioFiltroReceitaDespesaPorDiaWs | Java class for relatorioFiltroReceitaDespesaPorDiaWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroReceitaDespesaPorDiaWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="tipoReceitaDespesa" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}receitaDespesaType" maxOccurs="unbounded" minOccurs="0"/> <element name="flSomenteVencidas" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigosPessoas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosPlanosConta" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoCentroCusto" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosConta" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="valorMinimo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorMaximo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="flMostrarDescricaoReceitaDespesaItem" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
relatorioFiltroReceitaDespesaPorPessoaWs | Java class for relatorioFiltroReceitaDespesaPorPessoaWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroReceitaDespesaPorPessoaWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="situacaoParcela" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}situacaoParcelaType" minOccurs="0"/> <element name="flSomenteVencidas" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tipoDataFiltro" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataFiltroType" minOccurs="0"/> <element name="codigosPessoas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosPlanosConta" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tiposFormasPagto" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}formaPagamentoType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoCentroCusto" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosConta" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="valorMinimo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorMaximo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="tipoReceitaDespesa" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}receitaDespesaType" minOccurs="0"/> <element name="codigosPessoaCliente" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="flMostrarDescricaoReceitaDespesaItem" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
relatorioFiltroTarefasGeraisWs | Java class for relatorioFiltroTarefasGeraisWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroTarefasGeraisWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataInicioFimFiltroType"> <sequence> <element name="chavesModulo" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosTipoTarefa" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosSituacaoTarefa" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoDataFiltro" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioDataFiltroType" minOccurs="0"/> <element name="codigosResponsaveis" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosGruposTrabalho" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigosUnidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="pessoasEnvolvidos" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosResponsaveisVinculo" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="codigosGruposTrabalhoVinculo" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="nomeTipoTarefa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
relatorioFiltroType | Java class for relatorioFiltroType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioFiltroType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identificadoresProjecaoItem" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
relatorioOrdenacaoFiltroType | Java class for relatorioOrdenacaoFiltroType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioOrdenacaoFiltroType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="chaveOrdenacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoOrdenacao" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioTipoOrdenacaoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
relatorioOrdenacaoType | Java class for relatorioOrdenacaoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioOrdenacaoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="chaveOrdenacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeOrdenacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
relatorioSimpleDtoType | Java class for relatorioSimpleDtoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="relatorioSimpleDtoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="chave" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
relatorioStatusType | Java class for relatorioStatusType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="relatorioStatusType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PENDENTE"/> <enumeration value="PROCESSADO"/> <enumeration value="PROCESSADO_COM_ERRO"/> </restriction> </simpleType> |
relatorioTipoExtensaoType | Java class for relatorioTipoExtensaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="relatorioTipoExtensaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="XLS"/> <enumeration value="XLSX"/> <enumeration value="PDF"/> <enumeration value="DOC"/> <enumeration value="DOCX"/> <enumeration value="HTML"/> </restriction> </simpleType> |
relatorioTipoOrdenacaoType | Java class for relatorioTipoOrdenacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="relatorioTipoOrdenacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ASC"/> <enumeration value="DESC"/> </restriction> </simpleType> |
relatorioTipoProcessoType | Java class for relatorioTipoProcessoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="relatorioTipoProcessoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="J"/> <enumeration value="E"/> </restriction> </simpleType> |
relatorioTipoType | Java class for relatorioTipoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="relatorioTipoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="processos-sem-movimentacao"/> <enumeration value="processos-sem-movimentacao-sintetico"/> <enumeration value="processos-sem-movimentacao-planilha"/> <enumeration value="processos-sem-movimentacao-planilha-sintetico"/> <enumeration value="financeiro-dre"/> <enumeration value="financeiro-dfc"/> <enumeration value="processos-por-cliente"/> <enumeration value="processos-por-cliente-planilha"/> <enumeration value="processos-em-planilha"/> <enumeration value="andamentos-em-planilha"/> <enumeration value="bens-garantias-por-processo"/> <enumeration value="bens-garantias-por-processo-planilha"/> <enumeration value="atendimentos-por-cliente"/> <enumeration value="atendimentos-por-cliente-planilha"/> <enumeration value="pedidos-por-processo"/> <enumeration value="pedidos-por-processo-planilha"/> <enumeration value="fluxo-caixa-por-conta"/> <enumeration value="receita-despesa-por-pessoa"/> <enumeration value="receita-despesa-por-pessoa-sintetico"/> <enumeration value="contas-pagar-receber-por-dia"/> <enumeration value="contas-pagar-receber-por-dia-sintetico"/> <enumeration value="tarefas-gerais"/> <enumeration value="tarefas-gerais-planilha"/> <enumeration value="tarefas-audiencias"/> <enumeration value="processos-recebidos-arquivados"/> <enumeration value="pessoas-planilha"/> <enumeration value="apontamento-horas"/> <enumeration value="processos-simplificado-planilha"/> <enumeration value="receita-despesa-por-dia"/> <enumeration value="receita-despesa-por-dia-sintetico"/> </restriction> </simpleType> |
situacaoParcelaType | Java class for situacaoParcelaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="situacaoParcelaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ABERTO"/> <enumeration value="PAGO"/> </restriction> </simpleType> |
templateRelatorioGeradoType | Java class for templateRelatorioGeradoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="templateRelatorioGeradoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filtro" type="{http://www.softplan.com.br/unj/schema/adv-relatorio}relatorioFiltroType" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataAgendamento" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="tipoRelatorio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
tipoDataAtendimentoType | Java class for tipoDataAtendimentoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoDataAtendimentoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CADASTRO_ATENDIMENTO"/> <enumeration value="ULTIMA_MOVIMENTACAO"/> </restriction> </simpleType> |
tipoDataDFCType | Java class for tipoDataDFCType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoDataDFCType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DATA_BAIXA"/> <enumeration value="DATA_VENCIMENTO"/> </restriction> </simpleType> |
tipoEnvolvidoType | Java class for tipoEnvolvidoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoEnvolvidoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PARTE_ATIVA"/> <enumeration value="PARTE_PASSIVA"/> <enumeration value="TERCEIRO"/> <enumeration value="ASSISTENTE"/> <enumeration value="FISCAL"/> <enumeration value="TESTEMUNHA"/> <enumeration value="VITIMA"/> <enumeration value="OUTROS"/> </restriction> </simpleType> |
tipoFiltroDataProcessoType | Java class for tipoFiltroDataProcessoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoFiltroDataProcessoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DATA_CITACAO"/> <enumeration value="DATA_DISTRIBUICAO"/> <enumeration value="DATA_CADASTRO"/> <enumeration value="DATA_ENCERRAMENTO"/> <enumeration value="DATA_JULGAMENTO"/> </restriction> </simpleType> |
tipoPessoaType | Java class for tipoPessoaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoPessoaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="FISICA"/> <enumeration value="JURIDICA"/> </restriction> </simpleType> |
tipoProjecaoItemType | Java class for tipoProjecaoItemType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoProjecaoItemType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="FIXO"/> <enumeration value="DINAMICO"/> </restriction> </simpleType> |
type | description |
---|---|
acaoCapturaEnvolvidoType | Java class for acaoCapturaEnvolvidoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="acaoCapturaEnvolvidoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CADASTRAR_PESSOA_NOVA"/> <enumeration value="VINCULAR_PESSOA_EXISTENTE"/> <enumeration value="DESCARTAR_ENVOLVIDO"/> </restriction> </simpleType> |
acaoEmLoteNovasTarefasType | Java class for acaoEmLoteNovasTarefasType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="acaoEmLoteNovasTarefasType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaWs" minOccurs="0"/> <element name="tipoTemplateUsuario" type="{http://www.softplan.com.br/unj/schema/adv}tipoTemplateUsuarioGrupoType" minOccurs="0"/> <element name="tipoTemplateGrupo" type="{http://www.softplan.com.br/unj/schema/adv}tipoTemplateUsuarioGrupoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
analiseJulgamentoComPedidoLiminar | Java class for analiseJulgamentoComPedidoLiminar complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="analiseJulgamentoComPedidoLiminar"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codAnaliseJulgamentoComPedidoLiminar" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="tipoDecisao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="indeferidos" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="deferidos" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="deferidosEmParte" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
andamentoAlteracaoTipoType | Java class for andamentoAlteracaoTipoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="andamentoAlteracaoTipoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="USUARIO"/> <enumeration value="FONTE_EXTERNA"/> <enumeration value="EXCLUIDO_FONTE_EXTERNA"/> </restriction> </simpleType> |
andamentoClassifiacaoType | Java class for andamentoClassifiacaoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="andamentoClassifiacaoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoAndamentoClassificacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoAndamentoGrupo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeGrupo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="probabilidadeGrupo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="possuiPrazo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="possuiValor" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="confirmado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
andamentoDadosBasicosType | Java class for andamentoDadosBasicosType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="andamentoDadosBasicosType"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeMultiModuloType"> <sequence> <element name="codigoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="lido" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="descricaoAndamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="processoInstancia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataAndamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horaAndamento" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/> <element name="codigoTipoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTipoAndamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="privado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoCapturaMovimento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="totalArquivos" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="flStatusClassificacao" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="cadastroManual" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="simplificacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
andamentoProcessoHistoricoType | Java class for andamentoProcessoHistoricoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="andamentoProcessoHistoricoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoAndamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataAndamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="descricaoAndamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
apontamentoHorasExibirType | Java class for apontamentoHorasExibirType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="apontamentoHorasExibirType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="TODOS"/> <enumeration value="PENDENTES_LIBERACAO"/> <enumeration value="LIBERADOS_FATURAMENTO"/> </restriction> </simpleType> |
apontamentoHorasTipoDataType | Java class for apontamentoHorasTipoDataType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="apontamentoHorasTipoDataType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DATA_CADASTRO"/> <enumeration value="DATA_LANCAMENTO"/> </restriction> </simpleType> |
atendimentoConsultaType | Java class for atendimentoConsultaType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="atendimentoConsultaType"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoConsultaResultadoType"> <sequence> <element name="codigoAtendimento" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="dataAtendimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="nomeSituacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeAssunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="observacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeResponsaveis" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="unidadeOrganizacional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeClientes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeContrarios" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}atendimentoEnvolvidoConsultaResultadoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="marcadores" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataUltimaModificacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="bloqueado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}grupoUsuarioWs" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
atendimentoDadosBasicosComApontamentosDeHorasType | Java class for atendimentoDadosBasicosComApontamentosDeHorasType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="atendimentoDadosBasicosComApontamentosDeHorasType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}atendimentoDadosBasicosWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}apontamentosHorasWs" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
atendimentoEnvolvidoTipoType | Java class for atendimentoEnvolvidoTipoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="atendimentoEnvolvidoTipoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CLIENTE"/> <enumeration value="CONTRARIO"/> </restriction> </simpleType> |
atendimentoTipoDataType | Java class for atendimentoTipoDataType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="atendimentoTipoDataType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DATA_CADASTRO"/> <enumeration value="DATA_MOVIMENTACAO"/> <enumeration value="DATA_ATUALIZACAO"/> <enumeration value="DATA_ATENDIMENTO"/> </restriction> </simpleType> |
boletoSituacaoType | Java class for boletoSituacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="boletoSituacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PENDENTE"/> <enumeration value="RECEBIDO"/> <enumeration value="CANCELADO"/> <enumeration value="SENDO_GERADO"/> <enumeration value="ERRO"/> <enumeration value="ERRO_NOME_CLIENTE_INVALIDO"/> <enumeration value="ERRO_PENDENCIA_CREDENCIAMENTO"/> <enumeration value="REJEITADO"/> <enumeration value="BAIXADO"/> <enumeration value="CONFIRMADO"/> </restriction> </simpleType> |
campoDinamicoConsultaFiltroType | Java class for campoDinamicoConsultaFiltroType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="campoDinamicoConsultaFiltroType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCampoDinamico" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeCampoDinamico" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="campoDinamicoTipo" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoTipoType" minOccurs="0"/> <element name="valorPesquisaTexto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorPesquisaNumero" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="valorPesquisaData" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorPesquisaBoolean" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="valorPesquisaLista" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="valorPesquisaLabel" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
campoDinamicoConsultaFiltrosType | Java class for campoDinamicoConsultaFiltrosType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="campoDinamicoConsultaFiltrosType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="campoDinamicoConsultaFiltro" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoConsultaFiltroType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
campoDinamicoConsultaResultadoType | Java class for campoDinamicoConsultaResultadoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="campoDinamicoConsultaResultadoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="valoresCamposDinamicos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
campoDinamicoDadoRegistroVinculoType | Java class for campoDinamicoDadoRegistroVinculoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="campoDinamicoDadoRegistroVinculoType"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadoType"> <sequence> <element name="modulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
campoDinamicoDadoType | Java class for campoDinamicoDadoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="campoDinamicoDadoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCampoDinamicoDado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoCampoDinamico" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoAba" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeCampoDinamico" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="campoDinamicoTipo" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoTipoType" minOccurs="0"/> <element name="valorCampoTexto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="valorCampoNumero" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="valorCampoData" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorCampoBoolean" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="visivel" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="obrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="campoDinamicoItemLista" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoItemListaType" maxOccurs="unbounded" minOccurs="0"/> <element name="campoDinamicoItemLabel" type="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoItemLabelType" maxOccurs="unbounded" minOccurs="0"/> <element name="itensSelecionadosLista" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="itensSelecionadosLabel" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="campoDinamicoItemListaSelecionado" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="textoAjuda" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
campoDinamicoDadosEntidadeMultiModuloType | Java class for campoDinamicoDadosEntidadeMultiModuloType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="campoDinamicoDadosEntidadeMultiModuloType"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}modulosEntidadeType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
campoDinamicoDadosEntidadeType | Java class for campoDinamicoDadosEntidadeType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="campoDinamicoDadosEntidadeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadoWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
campoDinamicoItemLabelType | Java class for campoDinamicoItemLabelType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="campoDinamicoItemLabelType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="padrao" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
campoDinamicoItemListaType | Java class for campoDinamicoItemListaType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="campoDinamicoItemListaType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="posicao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="padrao" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
campoDinamicoTipoType | Java class for campoDinamicoTipoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="campoDinamicoTipoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="TEXTO_LONGO"/> <enumeration value="TEXTO_CURTO"/> <enumeration value="NUMERO"/> <enumeration value="DATA"/> <enumeration value="LISTA_SELECAO_UNICA"/> <enumeration value="LISTA_MULTIPLA_SELECAO"/> <enumeration value="CHECKBOX"/> <enumeration value="LABEL"/> </restriction> </simpleType> |
chaveFiltroTiposConsultaType | Java class for chaveFiltroTiposConsultaType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="chaveFiltroTiposConsultaType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filtro" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="valorDefaultFiltro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="filtroObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
chavePaginacaoTiposConsultaType | Java class for chavePaginacaoTiposConsultaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="chavePaginacaoTiposConsultaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="NAO_POSSUI"/> <enumeration value="NAO_OBRIGATORIO"/> <enumeration value="OBRIGATORIO"/> </restriction> </simpleType> |
chaveTipoConsultaType | Java class for chaveTipoConsultaType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="chaveTipoConsultaType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="chaveTipo" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="paginacaoTiposConsulta" type="{http://www.softplan.com.br/unj/schema/adv}chavePaginacaoTiposConsultaType"/> <element name="filtroTiposConsulta" type="{http://www.softplan.com.br/unj/schema/adv}chaveFiltroTiposConsultaType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
checklistOrdenacaoType | Java class for checklistOrdenacaoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="checklistOrdenacaoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoChecklistItem" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="ordem" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
checklistTemplateItemType | Java class for checklistTemplateItemType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="checklistTemplateItemType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoItem" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeItem" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroOrdem" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
checklistWizardAgrupadoType | Java class for checklistWizardAgrupadoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="checklistWizardAgrupadoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tipoChecklistWizard" type="{http://www.softplan.com.br/unj/schema/adv}checklistWizardTipoType"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}checklistWizardControleWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
checklistWizardEnumType | Java class for checklistWizardEnumType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="checklistWizardEnumType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="SAJADV"/> <enumeration value="PROCESSO"/> <enumeration value="ATENDIMENTO"/> <enumeration value="PAINEL_DE_CONTROLE"/> <enumeration value="COLABORADOR"/> </restriction> </simpleType> |
checklistWizardTipoType | Java class for checklistWizardTipoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="checklistWizardTipoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="INTRODUCAO"/> <enumeration value="VIDEO"/> <enumeration value="CONFIGURACAO"/> </restriction> </simpleType> |
checkoutCartaoWs | Java class for checkoutCartaoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="checkoutCartaoWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nomeCartao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numero" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="mesValidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="anoValidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoSeguranca" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
checkoutContatoWs | Java class for checkoutContatoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="checkoutContatoWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nomeCompleto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cpfCnpj" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}enderecoSimplesWs" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
checkoutServicoWs | Java class for checkoutServicoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="checkoutServicoWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="agrupador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="quantidade" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="quantidadeMinima" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="unitario" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="obrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="valorUnitario" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="valorTotal" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
configNotificacaoTipoItemType | Java class for configNotificacaoTipoItemType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="configNotificacaoTipoItemType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoConfigNotificacaoItem" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="configNotificacaoTipoType" type="{http://www.softplan.com.br/unj/schema/adv}configNotificacaoTipoType"/> <element name="habilitarRecebimento" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
configNotificacaoTipoType | Java class for configNotificacaoTipoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="configNotificacaoTipoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="SISTEMA"/> <enumeration value="EMAIL"/> <enumeration value="MOBILE"/> </restriction> </simpleType> |
configNotificacaoWs | Java class for configNotificacaoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="configNotificacaoWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoConfigNotificacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeConfigNotificacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tokenConfigNotificacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoConfigNotificacaoPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="configNotificacoesFilhosWs" type="{http://www.softplan.com.br/unj/schema/adv}configNotificacaoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="configNotificacaoTipoItemType" type="{http://www.softplan.com.br/unj/schema/adv}configNotificacaoTipoItemType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
configuracaoNotificacaoMobileWs | Java class for configuracaoNotificacaoMobileWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="configuracaoNotificacaoMobileWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="mobileId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="mobileToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="mobileConfig" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
configuracaoNotificacaoType | Java class for configuracaoNotificacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="configuracaoNotificacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PROCESSO_PRONTO_PETICIONAR"/> <enumeration value="INTIMACAO_IMPORTADA"/> <enumeration value="INTIMACAO_IMPORTADA_ANDAMENTO"/> </restriction> </simpleType> |
consultaTipoRetornoType | Java class for consultaTipoRetornoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="consultaTipoRetornoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="chaveTipo" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="quantidadeRegistros" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="simpleDto" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
contaComunsType | Java class for contaComunsType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="contaComunsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoConta" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoConta" type="{http://www.softplan.com.br/unj/schema/adv}tipoContaType" minOccurs="0"/> <element name="titular" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="saldoInicial" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
contratoCobrancaType | Java class for contratoCobrancaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="contratoCobrancaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ENTRADA"/> <enumeration value="VALOR_MENSAL"/> <enumeration value="RESULTADO_PROCESSO"/> <enumeration value="POR_ATO"/> <enumeration value="POR_TIMESHEET"/> <enumeration value="VALOR_UNICO"/> </restriction> </simpleType> |
contratoParteType | Java class for contratoParteType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="contratoParteType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CONTRATANTE"/> <enumeration value="CONTRATADO"/> <enumeration value="PRIMEIRA_TESTEMUNHA"/> <enumeration value="SEGUNDA_TESTEMUNHA"/> </restriction> </simpleType> |
contratoSituacaoType | Java class for contratoSituacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="contratoSituacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ATIVO"/> <enumeration value="ENCERRADO"/> </restriction> </simpleType> |
credenciamentoStatusType | Java class for credenciamentoStatusType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="credenciamentoStatusType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="SUCESSO"/> <enumeration value="PENDENTE"/> <enumeration value="PENDENTE_CREDENCIAMENTO"/> <enumeration value="ERRO"/> <enumeration value="ERRO_BANCO_REPASSE_INVALIDO"/> <enumeration value="ERRO_AGENCIA_REPASSE_INVALIDO"/> <enumeration value="ERRO_CONTA_REPASSE_INVALIDO"/> <enumeration value="ERRO_CONTA_BANCO_REPASSE_INVALIDO"/> <enumeration value="ERRO_NOME_EMPRESA_INVALIDO"/> </restriction> </simpleType> |
cronometroStatusType | Java class for cronometroStatusType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="cronometroStatusType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="INATIVO"/> <enumeration value="PAUSADO"/> <enumeration value="EM_EXECUCAO"/> </restriction> </simpleType> |
dadosArrendatarioWs | Java class for dadosArrendatarioWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="dadosArrendatarioWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dataInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
dadosBancariosType | Java class for dadosBancariosType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="dadosBancariosType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoDadosBancarios" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataInclusaoDadosBancarios" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="agenciaDadosBancarios" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroContaDadosBancarios" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoBancoDadosBancarios" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeBancoDadosBancarios" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoTipoContaDadosBancarios" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTipoContaDadosBancarios" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="pixDadosBancarios" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="observacaoDadosBancarios" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
dadosPreditivo | Java class for dadosPreditivo complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="dadosPreditivo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tribunal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orgaoJulgador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="classeCnj" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoClasseCnj" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="assuntos" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="listaJulgamento" type="{http://www.softplan.com.br/unj/schema/adv}listaJulgamento" maxOccurs="unbounded" minOccurs="0"/> <element name="analiseJulgamentoComPedidoLiminar" type="{http://www.softplan.com.br/unj/schema/adv}analiseJulgamentoComPedidoLiminar" maxOccurs="unbounded" minOccurs="0"/> <element name="pedidosLiminares" type="{http://www.softplan.com.br/unj/schema/adv}pedidosLiminares" minOccurs="0"/> <element name="mediaValorCausa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="mediaValorExecucao" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="mediaDiasTransitoJulgado" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="unidadeOrigemJudicial" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="mediaDiasAteArquivamento" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="mediaValorCondenacao" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="mediaDiasAteSentenca" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="resumoIApreditivo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="qtdProcessosAnalisados" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
dataBaseTarefaIntimacaoType | Java class for dataBaseTarefaIntimacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="dataBaseTarefaIntimacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DATA_DISPONIBILIZACAO"/> <enumeration value="DATA_PUBLICACAO"/> <enumeration value="DATA_MANUAL"/> </restriction> </simpleType> |
editorArquivoStatusType | Java class for editorArquivoStatusType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="editorArquivoStatusType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="EM_EDICAO"/> <enumeration value="EM_TRANSITO"/> <enumeration value="FINALIZADO"/> <enumeration value="AUTENTICACAO_INVALIDA"/> <enumeration value="ARQUIVO_NAO_ENCONTRADO"/> <enumeration value="FALHA_NO_DOWNLOAD"/> <enumeration value="FALHA_NO_UPLOAD"/> <enumeration value="LOCK_ATIVO"/> </restriction> </simpleType> |
entidadeDetalhesIndicadorWs | Java class for entidadeDetalhesIndicadorWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="entidadeDetalhesIndicadorWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoEntidade" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoUsuarioCriador" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoModulo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="chaveModulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlNumeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="envolvidos" type="{http://www.softplan.com.br/unj/schema/adv}envolvidoEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposTrabalho" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposUsuarios" type="{http://www.softplan.com.br/unj/schema/adv}grupoUsuarioWs" maxOccurs="unbounded" minOccurs="0"/> <element name="planoContaNatureza" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataDisponibilizacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPublicacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataPrevista" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horaPrevista" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataFatal" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horaFatal" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoTarefa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="instancia" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoPessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cpfOuCnpj" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="classificacoes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="assunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
envolvidoEntidadeWs | Java class for envolvidoEntidadeWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="envolvidoEntidadeWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeCompleto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="envolvimento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlFoto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flagCliente" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="flagPrincipal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoEnvolvimento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
estadoWs | Java class for estadoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="estadoWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType"> <sequence> <element name="sigla" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
estiloCorType | Java class for estiloCorType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="estiloCorType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="VERDE"/> <enumeration value="VERMELHO"/> <enumeration value="LARANJA"/> <enumeration value="PETROLEO"/> <enumeration value="AZUL"/> <enumeration value="ROXO"/> <enumeration value="DOURADO"/> </restriction> </simpleType> |
eventoAuditoriaType | Java class for eventoAuditoriaType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="eventoAuditoriaType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataEvento" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="codigoTransacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoUsuarioEvento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoOperacao" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="nomeTabela" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="codigoRegistroEvento" type="{http://www.w3.org/2001/XMLSchema}anyType"/> <element name="conteudo" type="{http://www.w3.org/2001/XMLSchema}anyType"/> <element name="conteudoAnterior" type="{http://www.w3.org/2001/XMLSchema}anyType"/> </sequence> </restriction> </complexContent> </complexType> |
eventoLinhaDoTempoType | Java class for eventoLinhaDoTempoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="eventoLinhaDoTempoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoEvento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoClassificacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoGrupo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataEvento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="nomeEvento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricaoEvento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="flConfirmado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
eventosAuditoriaType | Java class for eventosAuditoriaType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="eventosAuditoriaType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="eventos" type="{http://www.softplan.com.br/unj/schema/adv}eventoAuditoriaType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
filtroDataType | Java class for filtroDataType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="filtroDataType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="EMISSAO"/> <enumeration value="VENCIMENTO"/> <enumeration value="PAGAMENTO"/> </restriction> </simpleType> |
filtroPersonalizadoWs | Java class for filtroPersonalizadoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="filtroPersonalizadoWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="titulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="conteudoFiltroJson" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modulo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="ativo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
filtroRapidoAndamentoType | Java class for filtroRapidoAndamentoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="filtroRapidoAndamentoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="TODOS"/> <enumeration value="LIDOS"/> <enumeration value="NAO_LIDOS"/> </restriction> </simpleType> |
filtroRapidoTarefaConsultaType | Java class for filtroRapidoTarefaConsultaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="filtroRapidoTarefaConsultaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="TODAS"/> <enumeration value="ATRASADAS"/> <enumeration value="HOJE"/> <enumeration value="FUTURAS"/> </restriction> </simpleType> |
filtroTarefaCompromissoType | Java class for filtroTarefaCompromissoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="filtroTarefaCompromissoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="TAREFA"/> <enumeration value="COMPROMISSO"/> </restriction> </simpleType> |
filtrosUteisReceitaDespesaType | Java class for filtrosUteisReceitaDespesaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="filtrosUteisReceitaDespesaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="VENCIDOS"/> <enumeration value="VENCIMENTO_HOJE"/> </restriction> </simpleType> |
fundoCorType | Java class for fundoCorType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="fundoCorType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="fundo-escuro"/> <enumeration value="fundo-claro"/> </restriction> </simpleType> |
garantiaDepositoType | Java class for garantiaDepositoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="garantiaDepositoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="GARANTIA"/> <enumeration value="DEPOSITO"/> </restriction> </simpleType> |
garantiaTipoPessoaType | Java class for garantiaTipoPessoaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="garantiaTipoPessoaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PARTE_ATIVA"/> <enumeration value="PARTE_PASSIVA"/> <enumeration value="TERCEIRO"/> </restriction> </simpleType> |
generoPessoaType | Java class for generoPessoaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="generoPessoaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="MASCULINO"/> <enumeration value="FEMININO"/> <enumeration value="NAO-BINARIO"/> <enumeration value="OUTROS"/> </restriction> </simpleType> |
grupoUsuarioWs | Java class for grupoUsuarioWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="grupoUsuarioWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoGrupo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeGrupo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
horaApontamentoType | Java class for horaApontamentoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="horaApontamentoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoHoraApontamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataApontamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="horasApontamento" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="/^\d{2}:\d{2}$/"/> </restriction> </simpleType> </element> <element name="descricaoApontamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
importacaoStatusType | Java class for importacaoStatusType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="importacaoStatusType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PENDENTE"/> <enumeration value="EXECUTADA"/> </restriction> </simpleType> |
indicadorType | Java class for indicadorType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="indicadorType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="tarefa"/> <enumeration value="intimacao"/> <enumeration value="compromisso"/> <enumeration value="andamento"/> <enumeration value="audiencia"/> </restriction> </simpleType> |
intimacaoAssinanteStatusMigracaoType | Java class for intimacaoAssinanteStatusMigracaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="intimacaoAssinanteStatusMigracaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="EM_MIGRACAO"/> <enumeration value="ERRO_MIGRACAO"/> <enumeration value="PROCESSANDO_CADASTRO_FORNECEDOR"/> <enumeration value="EM_HOMOLOGACAO"/> <enumeration value="AGUARDANDO_EXCLUSAO"/> <enumeration value="FINALIZADA"/> </restriction> </simpleType> |
intimacaoAssinanteStatusType | Java class for intimacaoAssinanteStatusType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="intimacaoAssinanteStatusType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PENDENTE_CADASTRO_PROVEDOR"/> <enumeration value="CADASTRADO_COM_SUCESSO_PROVEDOR"/> <enumeration value="ERRO_CADASTRO_PROVEDOR"/> <enumeration value="ERRO_AUTENTICACAO_PROVEDOR"/> <enumeration value="EXCLUIDO_COM_SUCESSO_PROVEDOR"/> </restriction> </simpleType> |
intimacaoAssinanteTermoType | Java class for intimacaoAssinanteTermoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="intimacaoAssinanteTermoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoIntimacaoAssinanteTermo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTermo" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="tipoTermoType" type="{http://www.softplan.com.br/unj/schema/adv}tipoTermoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
intimacaoProcessoAcaoEmLoteType | Java class for intimacaoProcessoAcaoEmLoteType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="intimacaoProcessoAcaoEmLoteType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoIntimacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
intimacaoSugestaoType | Java class for intimacaoSugestaoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="intimacaoSugestaoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoIntimacaoSugestao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoIntimacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoArrendatario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTarefaTipoSugestao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="probabilidadeSugestao" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="nomeTarefaTipo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
itemValidacaoType | Java class for itemValidacaoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="itemValidacaoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="chaveErro" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="parametroErro" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
lancamentosVinculadosWs | Java class for lancamentosVinculadosWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="lancamentosVinculadosWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoLancamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="moduloVinculo" type="{http://www.softplan.com.br/unj/schema/adv}moduloEntidadeType" minOccurs="0"/> <element name="valorTotal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="planoConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="planoContaNatureza" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
layoutType | Java class for layoutType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="layoutType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="LAYOUT_V1"/> <enumeration value="LAYOUT_V2"/> </restriction> </simpleType> |
listaJulgamento | Java class for listaJulgamento complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="listaJulgamento"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codJulgamento" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="tipoDecisao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="mediaDiasAteDecisao" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="mediaValorCausa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="probabilidade" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="processos" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
modeloDocumentoTipoType | Java class for modeloDocumentoTipoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="modeloDocumentoTipoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ATENDIMENTO"/> <enumeration value="PESSOA"/> <enumeration value="PROCESSO"/> <enumeration value="ATENDIMENTO_ENVOLVIDOS"/> </restriction> </simpleType> |
moduloAreaRetornoType | Java class for moduloAreaRetornoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="moduloAreaRetornoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="moduloArea" type="{http://www.softplan.com.br/unj/schema/adv}moduloAreaType"/> <element name="simpleValue" type="{http://www.softplan.com.br/unj/schema/adv}simpleValueType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
moduloAreaType | Java class for moduloAreaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="moduloAreaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="atendimento"/> <enumeration value="sistema"/> <enumeration value="processo"/> <enumeration value="financeiro"/> <enumeration value="atividades"/> <enumeration value="pessoa"/> </restriction> </simpleType> |
moduloEntidadeType | Java class for moduloEntidadeType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="moduloEntidadeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="modulo" type="{http://www.softplan.com.br/unj/schema/adv}moduloType"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="identificadorRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="vinculoPrincipal" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
moduloTarefaType | Java class for moduloTarefaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="moduloTarefaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ATENDIMENTO"/> <enumeration value="PROCESSO"/> <enumeration value="RECEITA-DESPESA"/> <enumeration value="INTIMACAO"/> <enumeration value="TAREFA-EVENTO"/> </restriction> </simpleType> |
moduloType | Java class for moduloType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="moduloType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="atendimento"/> <enumeration value="pessoa"/> <enumeration value="processo"/> <enumeration value="tarefa-evento"/> <enumeration value="tarefa-tipo"/> <enumeration value="compromisso-tipo"/> <enumeration value="lancamento-financeiro"/> <enumeration value="receita-despesa"/> <enumeration value="andamento-tipo"/> <enumeration value="apontamento-hora-tipo"/> <enumeration value="arquivo-tipo"/> <enumeration value="unidade-organizacional"/> <enumeration value="centro-custo"/> <enumeration value="conta"/> <enumeration value="conta-banco"/> <enumeration value="conta-cartao"/> <enumeration value="plano-conta"/> <enumeration value="intimacao"/> <enumeration value="processo-orgao"/> <enumeration value="feriado"/> <enumeration value="pessoa-contato-referencia"/> <enumeration value="pessoa-documento-identificacao"/> <enumeration value="pessoa-tipo-documento-identificacao"/> <enumeration value="pessoa-email"/> <enumeration value="pessoa-endereco"/> <enumeration value="pessoa-profissao"/> <enumeration value="pessoa-telefone"/> <enumeration value="processo-envolvido"/> <enumeration value="processo-garantia"/> <enumeration value="processo-numero"/> <enumeration value="processo-pedido"/> <enumeration value="atendimento-pessoa"/> <enumeration value="andamento"/> <enumeration value="compromisso"/> <enumeration value="grupo"/> <enumeration value="usuario"/> <enumeration value="perfil"/> <enumeration value="comentario"/> <enumeration value="acesso-sistema"/> <enumeration value="arquivo"/> <enumeration value="processo-area"/> <enumeration value="processo-fase"/> <enumeration value="processo-situacao"/> <enumeration value="atendimento-situacao"/> <enumeration value="processo-vara-tipo"/> <enumeration value="processo-vara-numero"/> <enumeration value="lancamento-financeiro-documento-tipo"/> <enumeration value="assunto"/> <enumeration value="relatorio"/> <enumeration value="pessoa-classificacao"/> <enumeration value="checklist-template"/> <enumeration value="checklist-item"/> <enumeration value="checklist"/> <enumeration value="solicitacoes-recebimento-pagamento"/> <enumeration value="intimacao-assinante"/> <enumeration value="intimacao-eletronica-assinante"/> <enumeration value="central-captura-processo"/> <enumeration value="central-captura-processo-vinculado"/> <enumeration value="processo-consulta-por-identificador"/> <enumeration value="andamento-processo"/> <enumeration value="processo-consulta-por-numero-orgao"/> <enumeration value="processo-captura"/> <enumeration value="editor-arquivo-notificacao-autenticacao-erro"/> <enumeration value="editor-arquivo-notificacao-arquivo-nao-encontrado-erro"/> <enumeration value="usuario-cliente"/> <enumeration value="modelo-documento"/> <enumeration value="processos-movimentados"/> <enumeration value="peticionamento"/> <enumeration value="campo-dinamico"/> <enumeration value="importacao-dados"/> <enumeration value="perfil-arrendatario"/> <enumeration value="arrendatario"/> <enumeration value="importacao-dados-linha"/> <enumeration value="processo-risco-tipo"/> <enumeration value="usuario-dados-rede-social"/> <enumeration value="processo-relacionado-agrupador-tipo"/> <enumeration value="processo-indexada"/> <enumeration value="processo-orgao-extra-judicial"/> <enumeration value="atendimento-indexada"/> <enumeration value="processo-orgao-judicial"/> <enumeration value="mesclagem-documento"/> <enumeration value="captura-oab"/> <enumeration value="boleto"/> <enumeration value="pagamento"/> <enumeration value="boleto-notificacao-emissao-erro"/> <enumeration value="boleto-notificacao-cancelado"/> <enumeration value="conta-notificacao-credenciamento-erro"/> <enumeration value="calculadora-prazos"/> <enumeration value="kanban-atividades"/> <enumeration value="aniversariantes-dia"/> <enumeration value="chat-gpt"/> <enumeration value="pessoa-dados-bancarios"/> <enumeration value="workflow"/> <enumeration value="etapa-workflow"/> <enumeration value="franquia-credito"/> <enumeration value="contrato"/> <enumeration value="dashboard"/> <enumeration value="arquivo-compactado"/> <enumeration value="pessoa-foto"/> <enumeration value="menssageria-acao-lote"/> </restriction> </simpleType> |
modulosEntidadeType | Java class for modulosEntidadeType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="modulosEntidadeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="modulos" type="{http://www.softplan.com.br/unj/schema/adv}moduloEntidadeType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
motivoDescarteType | Java class for motivoDescarteType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="motivoDescarteType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="TERMO_EXCECAO"/> <enumeration value="FILTRO_OAB"/> <enumeration value="FILTRO_JUSTICA"/> <enumeration value="DUPLICADA"/> </restriction> </simpleType> |
notificacaoGeralAcaoType | Java class for notificacaoGeralAcaoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="notificacaoGeralAcaoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoNotificacaoGeralAcao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="chave" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="acao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="abrirEmNovaJanela" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="destaque" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tipoNotificacaoGeralAcao" type="{http://www.softplan.com.br/unj/schema/adv}tipoNotificacaoGeralAcaoType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
notificacaoGeralResultadoType | Java class for notificacaoGeralResultadoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="notificacaoGeralResultadoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoNotificacaoGeral" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="conteudo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="podeFechar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tipoApresentacao" type="{http://www.softplan.com.br/unj/schema/adv}tipoApresentacaoType" minOccurs="0"/> <element name="notificacaoGeralAcao" type="{http://www.softplan.com.br/unj/schema/adv}notificacaoGeralAcaoType" maxOccurs="unbounded" minOccurs="0"/> <element name="urlApresentacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="titulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
notificacaoWs | Java class for notificacaoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="notificacaoWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}modulosEntidadeType"> <sequence> <element name="codigoNotificacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricaoNotificacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaConsultaAutoCompleteSimplesWs" minOccurs="0"/> <element name="notificacaoLida" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="modulosEntidade" type="{http://www.softplan.com.br/unj/schema/adv}moduloEntidadeType" maxOccurs="unbounded" minOccurs="0"/> <element name="dataNotificacao" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
operacaoAuditoriaType | Java class for operacaoAuditoriaType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="operacaoAuditoriaType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="data" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="tipo" type="{http://www.softplan.com.br/unj/schema/adv}tipoOperacaoAuditoriaType"/> <element name="usuario" type="{http://www.softplan.com.br/unj/schema/adv}responsavelEntidadeWs" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
ordenacaoConsultaType | Java class for ordenacaoConsultaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="ordenacaoConsultaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ASC"/> <enumeration value="DESC"/> </restriction> </simpleType> |
orgaoConsultaType | Java class for orgaoConsultaType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="orgaoConsultaType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
orgaoSistemaConsultaType | Java class for orgaoSistemaConsultaType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="orgaoSistemaConsultaType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orgao" type="{http://www.softplan.com.br/unj/schema/adv}orgaoConsultaType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
orgaoSistemaWs | Java class for orgaoSistemaWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="orgaoSistemaWs"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType"> <sequence> <element name="certificadoDigitalObrigatorio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
origemCapturaHistoricoType | Java class for origemCapturaHistoricoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="origemCapturaHistoricoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CAPTURA_INICIAL"/> <enumeration value="CAPTURA_MANUAL_ANDAMENTO"/> <enumeration value="CAPTURA_MANUAL_PROCESSO"/> <enumeration value="CAPTURA_AUTOMATICA"/> </restriction> </simpleType> |
pagamentoDadosBasicosType | Java class for pagamentoDadosBasicosType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="pagamentoDadosBasicosType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPagamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="conta" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorEntrada" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorPagamento" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="pagamentoTipo" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="pagamentoTipoParcelado" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="dataBaixa" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorBaixa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="baixado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="numeroParcela" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoParcela" type="{http://www.softplan.com.br/unj/schema/adv}tipoParcelaType" minOccurs="0"/> <element name="possuiBoletoAtivo" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> |
pagamentoExclusaoType | Java class for pagamentoExclusaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="pagamentoExclusaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="SOMENTE_ESSE_PAGAMENTO"/> <enumeration value="ESSE_PAGAMENTO_E_PROXIMOS"/> <enumeration value="TODOS_PAGAMENTOS"/> </restriction> </simpleType> |
PagamentoParcelaWs | Java class for PagamentoParcelaWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="PagamentoParcelaWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPagamento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataVencimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorPagamento" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="pagamentoTipo" type="{http://www.softplan.com.br/unj/schema/adv}pagamentoTipoType" minOccurs="0"/> <element name="codigoPagamentoPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="possuiPagamentoParcialVinculado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="baixado" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pagarReceberBaixaWs" minOccurs="0"/> <element name="situacoesPagamento" type="{http://www.softplan.com.br/unj/schema/adv}situacaoPagamentoType" maxOccurs="unbounded" minOccurs="0"/> <element name="numeroParcela" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroTotalParcelas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="planoContaNatureza" type="{http://www.softplan.com.br/unj/schema/adv}planoContaNaturezaType" minOccurs="0"/> <element name="identificadorReceitaDespesa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="multiplosItens" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="planosConta" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoConta" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeConta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="contaCredenciada" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="possuiBoleto" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="boletoSituacao" type="{http://www.softplan.com.br/unj/schema/adv}boletoSituacaoType"/> <element name="flContaHabilitada" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="codigoBoleto" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
pagamentoTipoType | Java class for pagamentoTipoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="pagamentoTipoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CHEQUE"/> <enumeration value="BOLETO"/> <enumeration value="DUPLICATA"/> <enumeration value="TRANSFERENCIA"/> <enumeration value="CARTAO"/> <enumeration value="OUTROS"/> <enumeration value="DINHEIRO"/> <enumeration value="DEBITO_EM_CONTA"/> <enumeration value="DEPOSITO_BANCARIO"/> <enumeration value="PIX"/> <enumeration value="CARTAO_DEBITO"/> </restriction> </simpleType> |
pedidosLiminares | Java class for pedidosLiminares complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="pedidosLiminares"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="indeferidos" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="total" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="deferidosEmParte" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="deferidos" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
periodoAndamentoType | Java class for periodoAndamentoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="periodoAndamentoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="TRINTA_DIAS"/> <enumeration value="CINCO_DIAS"/> <enumeration value="QUATRO_DIAS"/> <enumeration value="TRES_DIAS"/> <enumeration value="DOIS_DIAS"/> <enumeration value="UM_DIA"/> <enumeration value="HOJE"/> </restriction> </simpleType> |
pessoaCadastroType | Java class for pessoaCadastroType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="pessoaCadastroType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="SISTEMA"/> <enumeration value="ARRENDATARIO"/> </restriction> </simpleType> |
pessoaClassificacaoType | Java class for pessoaClassificacaoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="pessoaClassificacaoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoClassificacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
pessoaConsultaSimplesType | Java class for pessoaConsultaSimplesType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="pessoaConsultaSimplesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cpfCnpj" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoPessoa" type="{http://www.softplan.com.br/unj/schema/adv}tipoPessoaType"/> <element name="telefonePrincipal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
pessoaConsultaType | Java class for pessoaConsultaType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="pessoaConsultaType"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoConsultaResultadoType"> <sequence> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cpfOuCnpj" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="emailPrincipal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telefonePrincipal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cidadePrincipal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="estadoPrincipal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="classificacoes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoPessoa" type="{http://www.softplan.com.br/unj/schema/adv}tipoPessoaType"/> <element name="dataNascimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bairro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cep" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="complemento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="logradouro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numero" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="isSelecionado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dtInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
pessoaDadosBasicosType | Java class for pessoaDadosBasicosType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="pessoaDadosBasicosType"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="cpfCnpj" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="areaAtuacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="profissao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="flagSemCpfCnpj" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="justificativaSemCpfCnpj" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataNascimentoFundacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="nomePai" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nomeMae" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoEstadoCivil" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="naturalidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="razaoSocial" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoPessoa" type="{http://www.softplan.com.br/unj/schema/adv}tipoPessoaType"/> <element name="pessoaCadastroTipo" type="{http://www.softplan.com.br/unj/schema/adv}pessoaCadastroType" minOccurs="0"/> <element name="genero" type="{http://www.softplan.com.br/unj/schema/adv}generoPessoaType" minOccurs="0"/> <element name="urlFoto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="classificacao" type="{http://www.softplan.com.br/unj/schema/adv}pessoaClassificacaoType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoPessoaTelefone" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTelefone" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="telefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoTipoTelefone" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoEmail" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoTipoEmail" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaTelefonesWs"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaEmailsWs"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaDocumentosIdentificacaoWs" minOccurs="0"/> <element name="observacaoGeral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="habilitado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaEnderecosWs" minOccurs="0"/> <element name="codigoPessoaEndereco" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoEndereco" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoEndereco" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="cep" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="logradouro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numero" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="complemento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bairro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cidade" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="estado" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tratamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="nacionalidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="inscricaoMunicipal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="inscricaoEstadual" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="regimeTributario" type="{http://www.softplan.com.br/unj/schema/adv}pessoaRegimeTributarioType" minOccurs="0"/> <element name="dadosBancarios" type="{http://www.softplan.com.br/unj/schema/adv}dadosBancariosType" minOccurs="0"/> <element name="qualificacao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataInclusao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}pessoaContatosWs" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataObito" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
pessoaFotoResponsavel | Java class for pessoaFotoResponsavel complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="pessoaFotoResponsavel"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoResponsavel" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeResponsavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlFotoResponsavel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
pessoaRegimeTributarioType | Java class for pessoaRegimeTributarioType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="pessoaRegimeTributarioType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="SIMPLES_NACIONAL"/> <enumeration value="LUCRO_PRESUMIDO"/> <enumeration value="LUCRO_REAL"/> </restriction> </simpleType> |
planoContaNaturezaType | Java class for planoContaNaturezaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="planoContaNaturezaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="RECEITA"/> <enumeration value="DESPESA"/> <enumeration value="TRANSFERENCIA"/> </restriction> </simpleType> |
probabilidadeType | Java class for probabilidadeType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="probabilidadeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="EXITO"/> <enumeration value="PERDA"/> </restriction> </simpleType> |
processoCapturadoType | Java class for processoCapturadoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="processoCapturadoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataDistribuicao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="tipoFrequencia" type="{http://www.softplan.com.br/unj/schema/adv}tipoFrequenciaCentralCapturaProcessoType" minOccurs="0"/> <element name="processo" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="assunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orgao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoInstancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> <element name="status" type="{http://www.softplan.com.br/unj/schema/adv}tipoStatusCapturaProcessoType" minOccurs="0"/> <element name="codigosCapturasAgrupadas" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/> <element name="capturaCapaPadrao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="origem" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="classe" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
processoDadosComunsType | Java class for processoDadosComunsType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="processoDadosComunsType"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}campoDinamicoDadosEntidadeType"> <sequence> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoAtendimento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="dataCadastroProcesso" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="nomePasta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="situacaoProcesso" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="unidadeOrganizacionalOrigem" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="unidadeOrganizacionalAtual" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="responsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposDeTrabalho" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="pastaCliente" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="assunto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}marcadorWs" maxOccurs="unbounded" minOccurs="0"/> <element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoProcesso" type="{http://www.softplan.com.br/unj/schema/adv}tipoProcessoType" minOccurs="0"/> <element name="tipoJustica" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="estado" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="cidade" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="vara" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoVara" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="complementoVara" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataDistribuicao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataCitacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="area" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="fase" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="dataJulgamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="estimativa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="tipoEstimativa" type="{http://www.softplan.com.br/unj/schema/adv}tipoEstimativaType" minOccurs="0"/> <element name="tipoInstancia" type="{http://www.softplan.com.br/unj/schema/adv}tipoInstanciaProcessoType" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tipoProcessoRelacionadoWs" minOccurs="0"/> <element name="codigoProcessoPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoIntimacao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoEnvolvidoSimplificadoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="tipoProbabilidade" type="{http://www.softplan.com.br/unj/schema/adv}probabilidadeType" minOccurs="0"/> <element name="tipoContingencia" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="tipoRisco" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="valorAcao" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoNumeroWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}processoEnvolvidoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="dataUltimaModificacao" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="unidadeAtualArvore" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataRecebimento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataArquivamento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="valorProvisionado" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="identificadorProcessoPai" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroProcessoPai" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoCapturaProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoCapturaCapaPadrao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="igualCapaPadrao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="completo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="capturaHabilitada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dataEncerramento" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataTransitadoJulgado" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="resultadoEncerramento" type="{http://www.softplan.com.br/unj/schema/adv}resultadoEncerramentoType" minOccurs="0"/> <element name="valorCondenacao" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="descricaoEncerramento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}andamentoWs" maxOccurs="unbounded" minOccurs="0"/> <element name="processoJudicialCapturado" type="{http://www.softplan.com.br/unj/schema/adv}processoJudicialDadosType" minOccurs="0"/> <element name="mergeCaptura" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoExterno" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoExternoAdicional" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="testeCodigoArrendatarioSpringContextView" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="testeCodigoUsuarioSpringContextView" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="testeValorAutenticacaoSpringContextView" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="testeCodigoArrendatarioSessionView" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="testeCodigoUsuarioSessionView" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="testeValorAutenticacaoSessionView" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="testeTrackView" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
processoExtraJudicialDadosType | Java class for processoExtraJudicialDadosType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="processoExtraJudicialDadosType"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}processoDadosComunsType"> <sequence> <element ref="{http://www.softplan.com.br/unj/schema/adv}centralCapturaProcessoWs" minOccurs="0"/> <element name="orgaoExtraJudicial" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
processoJudicialDadosType | Java class for processoJudicialDadosType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="processoJudicialDadosType"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}processoDadosComunsType"> <sequence> <element name="instanciaCnj" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="orgaoJudicial" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="orgaoJudicialConcatenado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="classeCnj" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="assuntoCnj" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="quantidadeAndamentosCapturados" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="segredoJustica" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="senhaProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="sistemaProcesso" type="{http://www.softplan.com.br/unj/schema/adv}sistemaProcessoType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
processoOrgaoJudicialResumidoWs | Java class for processoOrgaoJudicialResumidoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="processoOrgaoJudicialResumidoWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="justica" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="codigoOrgaoCNJ" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoTribunalCNJ" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeFormatado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
processoOrgaoLinkResultadoWs | Java class for processoOrgaoLinkResultadoWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="processoOrgaoLinkResultadoWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="linkProcessoConsulta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoNumeracao" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoProcessoOrgao" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
processoRelacionadoType | Java class for processoRelacionadoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="processoRelacionadoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoProcesso" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroProcesso" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tipoRelacionamento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlLinkOrgaoCNJ" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlLinkOrgaoOutro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
redeSocialType | Java class for redeSocialType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="redeSocialType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="FACEBOOK"/> <enumeration value="GOOGLE"/> <enumeration value="LINKEDIN"/> <enumeration value="WINDOWSLIVE"/> <enumeration value="TWITTER"/> </restriction> </simpleType> |
registroSistemaBancarioType | Java class for registroSistemaBancarioType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="registroSistemaBancarioType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="REJEITADO"/> <enumeration value="CONFIRMADO"/> <enumeration value="PENDENTE"/> <enumeration value="BAIXADO"/> </restriction> </simpleType> |
relatorioStatusType | Java class for relatorioStatusType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="relatorioStatusType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PROCESSANDO"/> <enumeration value="PROCESSADO"/> <enumeration value="PROCESSADO_COM_ERRO"/> </restriction> </simpleType> |
responsavelEntidadeWs | Java class for responsavelEntidadeWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="responsavelEntidadeWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoPessoa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeCompleto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="urlFoto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
resultadoEncerramentoType | Java class for resultadoEncerramentoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="resultadoEncerramentoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="EXITO"/> <enumeration value="EXITO_PARCIAL"/> <enumeration value="PERDA"/> <enumeration value="PERDA_PARCIAL"/> <enumeration value="ACORDO"/> <enumeration value="ARQUIVAMENTO"/> <enumeration value="EXTINTO_C_MRT"/> <enumeration value="EXTINTO_S_MRT"/> <enumeration value="IMPROCEDENTE"/> <enumeration value="PROCEDENTE"/> <enumeration value="PROCEDENTE_PT"/> </restriction> </simpleType> |
siglaProvedorType | Java class for siglaProvedorType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="siglaProvedorType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="POL"/> <enumeration value="SOLUCIONARE"/> </restriction> </simpleType> |
simpleDtoType | Java class for simpleDtoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="simpleDtoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="chave" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
simpleValueType | Java class for simpleValueType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="simpleValueType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="valor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
sistemaProcessoType | Java class for sistemaProcessoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="sistemaProcessoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PJE"/> <enumeration value="ESAJ"/> <enumeration value="EPROC"/> <enumeration value="THEMIS"/> <enumeration value="PROJUDI"/> <enumeration value="CRETA"/> <enumeration value="TJRJLOCAL"/> <enumeration value="EDOC"/> <enumeration value="OUTROS"/> </restriction> </simpleType> |
situacaoCapturaOabType | Java class for situacaoCapturaOabType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="situacaoCapturaOabType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="EM_ATIVACAO"/> <enumeration value="EM_ANDAMENTO"/> <enumeration value="CONCLUIDO"/> <enumeration value="CANCELADO"/> <enumeration value="REALIZADA_COM_ERRO"/> </restriction> </simpleType> |
situacaoFinanceiraType | Java class for situacaoFinanceiraType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="situacaoFinanceiraType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ABERTO"/> <enumeration value="PAGO"/> <enumeration value="PENDENTE"/> <enumeration value="RECUSADA"/> </restriction> </simpleType> |
situacaoPagamentoType | Java class for situacaoPagamentoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="situacaoPagamentoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PENDENTE"/> <enumeration value="RECEBIDA"/> <enumeration value="PAGA"/> <enumeration value="ATRASADA"/> <enumeration value="PROXIMO_VENCIMENTO"/> <enumeration value="VENCIMENTO_HOJE"/> </restriction> </simpleType> |
situacaoSolicitacaoType | Java class for situacaoSolicitacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="situacaoSolicitacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="EM_ANDAMENTO"/> <enumeration value="REALIZADA_COM_SUCESSO"/> <enumeration value="REALIZADA_COM_ERRO"/> </restriction> </simpleType> |
solicitacaoRecebimentoPagtoType | Java class for solicitacaoRecebimentoPagtoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="solicitacaoRecebimentoPagtoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="RECEITA"/> <enumeration value="DESPESA"/> <enumeration value="RECEITA_REEMBOLSO"/> <enumeration value="DESPESA_REEMBOLSO"/> </restriction> </simpleType> |
statusCentralCapturaProcessoConsultaType | Java class for statusCentralCapturaProcessoConsultaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="statusCentralCapturaProcessoConsultaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="NAO_CONFIGURADO"/> <enumeration value="NAO_CAPTURAR"/> <enumeration value="CAPTURAR"/> </restriction> </simpleType> |
statusIntimacaoEletronicaAssinanteType | Java class for statusIntimacaoEletronicaAssinanteType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="statusIntimacaoEletronicaAssinanteType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="EM_ATIVACAO"/> <enumeration value="PENDENTE_CADASTRO_PROVEDOR"/> <enumeration value="PENDENTE_VALIDACAO_CADASTRO_PROVEDOR"/> <enumeration value="SUCESSO_CADASTRO_PROVEDOR"/> <enumeration value="ERRO_CADASTRO_PROVEDOR"/> <enumeration value="CREDENCIAL_INVALIDA"/> <enumeration value="DESABILITADO"/> <enumeration value="QR_CODE_INVALIDO"/> <enumeration value="QR_CODE_OBRIGATORIO"/> <enumeration value="CERTIFICADO_DIGITAL_OBRIGATORIO"/> </restriction> </simpleType> |
tarefaEtapaWorkflowWs | Java class for tarefaEtapaWorkflowWs complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="tarefaEtapaWorkflowWs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoEtapaWorkflow" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="codigoModulo" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="codigoRegistroVinculo" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="dataBaseTarefas" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="codigoResponsavelTarefas" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
tarefaEventoType | Java class for tarefaEventoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="tarefaEventoType"> <complexContent> <extension base="{http://www.softplan.com.br/unj/schema/adv}modulosEntidadeType"> <sequence> <element name="codigoTarefaEvento" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="codigoUsuarioCriador" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="descricaoTarefa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identificador" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataConclusao" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="dataConclusaoPrevista" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="horaConclusao" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/> <element name="horaLimite" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/> <element name="dataLimite" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="dataBase" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="usuariosResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="gruposResponsaveis" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="codigoTarefa" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="tipoTarefa" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="notificaClienteCriacao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="notificaResponsavelCriacao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="notificaTerceirosCriacao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="notificaClienteConclusao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="notificaResponsavelConclusao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="notificaTerceirosConclusao" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoTarefaEventoPai" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="terceirosConclusao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element name="terceirosCriacao" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}marcadorWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaEventoDadosComplementaresWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}tarefaEventoSituacaoWs" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}checklistWs" minOccurs="0"/> <element name="tipoEvento" type="{http://www.softplan.com.br/unj/schema/adv}tipoEventoType" minOccurs="0"/> <element name="local" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="titulo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}lembreteWs" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.softplan.com.br/unj/schema/adv}lembreteDataEspecificaWs" maxOccurs="unbounded" minOccurs="0"/> <element name="privado" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tarefaPrivada" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="codigoSimulacaoCalculoPrazo" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="kanban" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="quadroKanban" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> <element name="colunaKanban" type="{http://www.softplan.com.br/unj/schema/adv}simpleDtoType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> |
tarefaTipoClassificacaoType | Java class for tarefaTipoClassificacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tarefaTipoClassificacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="TAREFA"/> <enumeration value="AUDIENCIA"/> </restriction> </simpleType> |
telefoneType | Java class for telefoneType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="telefoneType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoTelefone" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="ramalTelefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numeroTelefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="observacaoTelefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codigoTipoTelefone" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomeTipoTelefone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
tipoApresentacaoType | Java class for tipoApresentacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoApresentacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="INFO"/> <enumeration value="WARN"/> <enumeration value="ALERT"/> </restriction> </simpleType> |
tipoAssinanteType | Java class for tipoAssinanteType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoAssinanteType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ADVOGADO"/> <enumeration value="TERMO_PESQUISA"/> </restriction> </simpleType> |
tipoAutenticacaoType | Java class for tipoAutenticacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoAutenticacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="SENHA"/> <enumeration value="CERTIFICADO_DIGITAL"/> <enumeration value="SENHA_OU_CERTIFICADO_DIGITAL"/> </restriction> </simpleType> |
tipoCadastroCapturaProcessoType | Java class for tipoCadastroCapturaProcessoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoCadastroCapturaProcessoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="COMPLETO"/> <enumeration value="SIMPLIFICADO"/> </restriction> </simpleType> |
tipoCartaoType | Java class for tipoCartaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoCartaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DEBITO"/> <enumeration value="CREDITO"/> </restriction> </simpleType> |
tipoConfiguracaoIntimacaoType | Java class for tipoConfiguracaoIntimacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoConfiguracaoIntimacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="EXCLUSAO_AUTOMATICA"/> <enumeration value="VISUALIZAR_POR_DATA_DISPONIBILIZACAO"/> <enumeration value="VISUALIZAR_POR_DATA_PUBLICACAO"/> <enumeration value="NAO_EXIBIR_DATA_DISPONIBILIZACAO"/> <enumeration value="NAO_CADASTRAR_AUDIENCIAS_AUTOMATICAMENTE"/> <enumeration value="EXCLUSAO_AUTOMATICA_ADICIONAIS_PROCESSO"/> <enumeration value="DISTRIBUICAO_RESPONSAVEL_PROCESSO"/> <enumeration value="DISTRIBUICAO_RESPONSAVEL_INTIMACAO"/> <enumeration value="DISTRIBUICAO_RESPONSAVEL_AMBOS"/> </restriction> </simpleType> |
tipoContaType | Java class for tipoContaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoContaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CX"/> <enumeration value="BA"/> <enumeration value="CA"/> </restriction> </simpleType> |
tipoDataAndamentoType | Java class for tipoDataAndamentoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoDataAndamentoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DATA_DO_CADASTRO"/> <enumeration value="DATA_DO_ANDAMENTO"/> </restriction> </simpleType> |
tipoDataFiltroIntimacaoType | Java class for tipoDataFiltroIntimacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoDataFiltroIntimacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DATA_DA_DISPONIBILIZACAO"/> <enumeration value="DATA_DO_JORNAL"/> </restriction> </simpleType> |
tipoDataPagamentoConsultaFiltroType | Java class for tipoDataPagamentoConsultaFiltroType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoDataPagamentoConsultaFiltroType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="EMISSAO"/> <enumeration value="VENCIMENTO"/> <enumeration value="PAGAMENTO"/> <enumeration value="CADASTRO"/> </restriction> </simpleType> |
tipoDataPeriodoConsultaSolicitacaoType | Java class for tipoDataPeriodoConsultaSolicitacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoDataPeriodoConsultaSolicitacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="VENCIMENTO_SOLICITACAO"/> <enumeration value="EMISSAO_LANCAMENTO"/> </restriction> </simpleType> |
tipoDataPeriodoType | Java class for tipoDataPeriodoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoDataPeriodoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="LANCAMENTO_CADASTRO_FILTRO"/> <enumeration value="VENCIMENTO_LANCAMENTO_FILTRO"/> <enumeration value="VENCIMENTO_SOLICITACAO_FILTRO"/> </restriction> </simpleType> |
tipoDataProcessoType | Java class for tipoDataProcessoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoDataProcessoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DATA_DO_CADASTRO"/> <enumeration value="DATA_DA_DISTRIBUICAO"/> <enumeration value="DATA_DA_CITACAO"/> <enumeration value="DATA_DO_JULGAMENTO"/> <enumeration value="DATA_DO_ENCERRAMENTO"/> </restriction> </simpleType> |
tipoDataReceitaDespesaType | Java class for tipoDataReceitaDespesaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoDataReceitaDespesaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DATA_VENCIMENTO"/> </restriction> </simpleType> |
tipoDataTarefaType | Java class for tipoDataTarefaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoDataTarefaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DATA_LIMITE"/> <enumeration value="DATA_CONCLUSAO"/> <enumeration value="DATA_PREVISTA_CONCLUSAO"/> <enumeration value="DATA_INCLUSAO"/> <enumeration value="DATA_LIMITE_E_PREVISTA_CONCLUSAO"/> </restriction> </simpleType> |
tipoDominioType | Java class for tipoDominioType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoDominioType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ESCRITORIO"/> <enumeration value="CLIENTE"/> </restriction> </simpleType> |
tipoEnvolvidoType | Java class for tipoEnvolvidoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoEnvolvidoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PARTE_ATIVA"/> <enumeration value="PARTE_PASSIVA"/> <enumeration value="TERCEIRO"/> <enumeration value="ASSISTENTE"/> <enumeration value="FISCAL"/> <enumeration value="TESTEMUNHA"/> <enumeration value="VITIMA"/> <enumeration value="OUTROS"/> </restriction> </simpleType> |
tipoEstimativaType | Java class for tipoEstimativaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoEstimativaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="REMOTO"/> <enumeration value="PROVAVEL"/> <enumeration value="POSSIVEL"/> </restriction> </simpleType> |
tipoEventoType | Java class for tipoEventoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoEventoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="TAREFA"/> <enumeration value="COMPROMISSO"/> </restriction> </simpleType> |
tipoExclusaoType | Java class for tipoExclusaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoExclusaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DIA"/> <enumeration value="MES"/> <enumeration value="ANO"/> </restriction> </simpleType> |
tipoFeriadoType | Java class for tipoFeriadoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoFeriadoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="MUNICIPAL"/> <enumeration value="ESTADUAL"/> <enumeration value="FEDERAL"/> </restriction> </simpleType> |
tipoFiltroCapturaProcessoConsultaType | Java class for tipoFiltroCapturaProcessoConsultaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoFiltroCapturaProcessoConsultaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="TODOS"/> <enumeration value="FILTRO_PENDENTES"/> <enumeration value="FILTRO_EM_ANDAMENTO"/> <enumeration value="VINCULADOS"/> <enumeration value="FILTRO_PROCESSO_NAO_LOCALIZADO"/> <enumeration value="INDISPONIVEL"/> <enumeration value="ERRO"/> <enumeration value="PROCESSO_ARQUIVADO"/> <enumeration value="PROCESSO_EM_SEGREDO_JUSTICA"/> </restriction> </simpleType> |
tipoFiltroDataTarefaConsultaType | Java class for tipoFiltroDataTarefaConsultaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoFiltroDataTarefaConsultaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="TODOS"/> <enumeration value="DATA_PREVISTA"/> <enumeration value="DATA_FATAL"/> </restriction> </simpleType> |
tipoFiltroEspeciasIntimacaoType | Java class for tipoFiltroEspeciasIntimacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoFiltroEspeciasIntimacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PROCESSO_CADASTRADO"/> <enumeration value="PROCESSO_NAO_CADASTRADO"/> <enumeration value="SOMENTE_PENDENTES"/> </restriction> </simpleType> |
tipoFiltroTarefaConsultaType | Java class for tipoFiltroTarefaConsultaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoFiltroTarefaConsultaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="TODOS"/> <enumeration value="ESTOU_ENVOLVIDO"/> <enumeration value="SOU_RESPONSAVEL"/> <enumeration value="QUE_DELEGUEI"/> </restriction> </simpleType> |
tipoFranquiaCreditoServicoConsumidorType | Java class for tipoFranquiaCreditoServicoConsumidorType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoFranquiaCreditoServicoConsumidorType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CONSULTA_DADOS_PESSOA"/> <enumeration value="CAPTURA_PROCESSO_OAB"/> <enumeration value="CALCULADORA_PRAZO"/> <enumeration value="CHAT_GPT"/> <enumeration value="CHAT_GPT_DOCUMENTO"/> <enumeration value="CHAT_GPT_RESUMO_DOCUMENTO"/> <enumeration value="CHAT_GPT_RESUMO_INTIMACAO"/> <enumeration value="CHAT_GPT_TRADUCAO_INTIMACAO"/> <enumeration value="CHAT_GPT_TRADUCAO_ANDAMENTO"/> <enumeration value="PROGNOSTICO_JURIDICO"/> </restriction> </simpleType> |
tipoFrequenciaCentralCapturaProcessoType | Java class for tipoFrequenciaCentralCapturaProcessoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoFrequenciaCentralCapturaProcessoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="NAO_CAPTURAR"/> <enumeration value="DIARIA"/> </restriction> </simpleType> |
tipoInformacaoExclusaoType | Java class for tipoInformacaoExclusaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoInformacaoExclusaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="NAO_EXIBIR_EXCLUIDOS"/> <enumeration value="EXIBIR_EXCLUIDOS"/> <enumeration value="EXIBIR_SOMENTE_EXCLUIDOS"/> </restriction> </simpleType> |
TipoInscricaoType | Java class for TipoInscricaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="TipoInscricaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ADVOGADO"/> <enumeration value="ESTAGIARIO"/> <enumeration value="SUPLEMENTAR"/> </restriction> </simpleType> |
tipoInstanciaProcessoType | Java class for tipoInstanciaProcessoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoInstanciaProcessoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PRIMEIRA_INSTANCIA"/> <enumeration value="SEGUNDA_INSTANCIA"/> <enumeration value="TERCEIRA_INSTANCIA"/> <enumeration value="QUARTA_INSTANCIA"/> </restriction> </simpleType> |
tipoIntimacaoType | Java class for tipoIntimacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoIntimacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DIARIO"/> <enumeration value="ELETRONICA"/> </restriction> </simpleType> |
tipoLembreteType | Java class for tipoLembreteType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoLembreteType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="EMAIL"/> <enumeration value="NOTIFICACAO"/> </restriction> </simpleType> |
tipoNotificacaoGeralAcaoType | Java class for tipoNotificacaoGeralAcaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoNotificacaoGeralAcaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="LINK"/> <enumeration value="BOTAO"/> </restriction> </simpleType> |
tipoNumeracaoType | Java class for tipoNumeracaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoNumeracaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PADRAO_CNJ"/> <enumeration value="OUTROS"/> </restriction> </simpleType> |
tipoOperacaoAuditoriaType | Java class for tipoOperacaoAuditoriaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoOperacaoAuditoriaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="INCLUSAO"/> <enumeration value="EDICAO"/> <enumeration value="CONCLUSAO"/> <enumeration value="ENCERRAMENTO"/> </restriction> </simpleType> |
tipoParcelaType | Java class for tipoParcelaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoParcelaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ENTRADA"/> <enumeration value="PARCELA"/> </restriction> </simpleType> |
tipoPessoaType | Java class for tipoPessoaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoPessoaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="FISICA"/> <enumeration value="JURIDICA"/> </restriction> </simpleType> |
tipoPlanoContaType | Java class for tipoPlanoContaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoPlanoContaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="A"/> <enumeration value="S"/> </restriction> </simpleType> |
tipoProcessoType | Java class for tipoProcessoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoProcessoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="J"/> <enumeration value="E"/> </restriction> </simpleType> |
tipoProvedorType | Java class for tipoProvedorType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoProvedorType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CONTA_SAJADV"/> <enumeration value="PUBLICACOES_ONLINE"/> </restriction> </simpleType> |
tipoRecorrenciaType | Java class for tipoRecorrenciaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoRecorrenciaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="MENSAL"/> <enumeration value="DIARIO"/> <enumeration value="SEMANAL"/> <enumeration value="ANUAL"/> </restriction> </simpleType> |
tipoResponsavelPagamentoType | Java class for tipoResponsavelPagamentoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoResponsavelPagamentoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CLIENTE"/> <enumeration value="FUNCIONARIO"/> <enumeration value="ESCRITORIO"/> <enumeration value="TERCEIRO"/> </restriction> </simpleType> |
tipoSituacaoIntimacaoType | Java class for tipoSituacaoIntimacaoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoSituacaoIntimacaoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PENDENTE"/> <enumeration value="PROCESSADA"/> <enumeration value="ARQUIVADA"/> <enumeration value="ATIVA"/> </restriction> </simpleType> |
tipoStatusCapturaProcessoType | Java class for tipoStatusCapturaProcessoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoStatusCapturaProcessoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DESCARTADO"/> <enumeration value="PROCESSO_NAO_LOCALIZADO"/> <enumeration value="PROCESSO_VINCULADO"/> <enumeration value="AJUSTE"/> <enumeration value="PENDENTE"/> <enumeration value="EM_ATIVACAO"/> <enumeration value="EM_ANDAMENTO"/> <enumeration value="ERRO"/> <enumeration value="INDISPONIVEL"/> <enumeration value="PROCESSO_ARQUIVADO"/> <enumeration value="PROCESSO_EM_SEGREDO_JUSTICA"/> <enumeration value="CREDENCIAL_INVALIDA"/> </restriction> </simpleType> |
tipoStatusCentralCapturaProcessoType | Java class for tipoStatusCentralCapturaProcessoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoStatusCentralCapturaProcessoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PROCESSO_NAO_LOCALIZADO"/> <enumeration value="PROCESSO_VINCULADO"/> <enumeration value="AJUSTE"/> <enumeration value="PENDENTE"/> <enumeration value="EM_ATIVACAO"/> <enumeration value="EM_ANDAMENTO"/> <enumeration value="ERRO"/> <enumeration value="INDISPONIVEL"/> <enumeration value="PROCESSO_ARQUIVADO"/> <enumeration value="PROCESSO_EM_SEGREDO_JUSTICA"/> <enumeration value="CREDENCIAL_INVALIDA"/> </restriction> </simpleType> |
tipoTemplateUsuarioGrupoType | Java class for tipoTemplateUsuarioGrupoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoTemplateUsuarioGrupoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="AUTOMATICO_TAREFA"/> <enumeration value="AUTOMATICO"/> <enumeration value="PRE_DEFINIDO"/> <enumeration value="SEM_RESPONSAVEL"/> </restriction> </simpleType> |
tipoTerminoRecorrenciaType | Java class for tipoTerminoRecorrenciaType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoTerminoRecorrenciaType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="DATA"/> <enumeration value="QUANTIDADE"/> </restriction> </simpleType> |
tipoTermoType | Java class for tipoTermoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoTermoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="EXCECAO"/> <enumeration value="ALTERNATIVO"/> </restriction> </simpleType> |
tipoUnidadeOrganizacionalType | Java class for tipoUnidadeOrganizacionalType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoUnidadeOrganizacionalType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="GRP"/> <enumeration value="EMP"/> <enumeration value="FIL"/> <enumeration value="DEP"/> <enumeration value="SET"/> <enumeration value="NUC"/> </restriction> </simpleType> |
unidadeMedidaLembreteType | Java class for unidadeMedidaLembreteType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="unidadeMedidaLembreteType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="MINUTO"/> <enumeration value="HORA"/> <enumeration value="DIA"/> <enumeration value="SEMANA"/> <enumeration value="MES"/> </restriction> </simpleType> |
usuarioResumoType | Java class for usuarioResumoType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="usuarioResumoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoUsuario" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="nomePessoa" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="login" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="administrador" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> |
validacaoBoletoDocumentoType | Java class for validacaoBoletoDocumentoType. The following schema fragment specifies the expected content contained within this class.
<simpleType name="validacaoBoletoDocumentoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CPF_INVALIDO"/> <enumeration value="CNPJ_INVALIDO"/> <enumeration value="DOCUMENTO_IGUAL_CONTA"/> <enumeration value="DOCUMENTO_VALIDO"/> </restriction> </simpleType> |
type | description |
---|---|
statusMesclagemDocumentoTipoType |