public class RequisicaoRemeterProcesso extends Object implements Serializable
Classe Java de requisicaoRemeterProcesso complex type.
O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
<complexType name="requisicaoRemeterProcesso"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="manifestante" type="{http://www.cnj.jus.br/mni/v300/intercomunicacao}tipoAutenticacao"/> <choice> <element name="numeroProcesso" type="{http://www.cnj.jus.br/mni/v300/intercomunicacao}tipoNumeroUnico"/> <element name="dadosBasicos" type="{http://www.cnj.jus.br/mni/v300/intercomunicacao}tipoCabecalhoProcesso"/> </choice> <element name="documentos" type="{http://www.cnj.jus.br/mni/v300/intercomunicacao}tipoDocumento" maxOccurs="unbounded"/> <element name="dataEnvio" type="{http://www.cnj.jus.br/mni/v300/intercomunicacao}tipoDataHora"/> <element name="movimento" type="{http://www.cnj.jus.br/mni/v300/intercomunicacao}tipoMovimentoProcessual" maxOccurs="unbounded" minOccurs="0"/> <element name="fluxo" type="{http://www.cnj.jus.br/mni/v300/intercomunicacao}tipoMovimentoNacional"/> <element name="tribunalRetorno" type="{http://www.cnj.jus.br/mni/v300/intercomunicacao}tipoUnidadeJudiciaria" minOccurs="0"/> <element name="parametros" type="{http://www.cnj.jus.br/mni/v300/intercomunicacao}tipoParametro" maxOccurs="unbounded" minOccurs="0"/> <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Object> |
any |
protected CabecalhoProcessual |
dadosBasicos |
protected DataHora |
dataEnvio |
protected List<DocumentoProcessual> |
documentos |
protected MovimentoNacional |
fluxo |
protected Autenticacao |
manifestante |
protected List<MovimentacaoProcessual> |
movimento |
protected NumeroUnico |
numeroProcesso |
protected List<Parametro> |
parametros |
protected UnidadeJudiciaria |
tribunalRetorno |
Constructor and Description |
---|
RequisicaoRemeterProcesso() |
Modifier and Type | Method and Description |
---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
CabecalhoProcessual |
getDadosBasicos()
Obtém o valor da propriedade dadosBasicos.
|
DataHora |
getDataEnvio()
Obtém o valor da propriedade dataEnvio.
|
List<DocumentoProcessual> |
getDocumentos()
Gets the value of the documentos property.
|
MovimentoNacional |
getFluxo()
Obtém o valor da propriedade fluxo.
|
Autenticacao |
getManifestante()
Obtém o valor da propriedade manifestante.
|
List<MovimentacaoProcessual> |
getMovimento()
Gets the value of the movimento property.
|
NumeroUnico |
getNumeroProcesso()
Obtém o valor da propriedade numeroProcesso.
|
List<Parametro> |
getParametros()
Gets the value of the parametros property.
|
UnidadeJudiciaria |
getTribunalRetorno()
Obtém o valor da propriedade tribunalRetorno.
|
boolean |
isSetAny() |
boolean |
isSetDadosBasicos() |
boolean |
isSetDataEnvio() |
boolean |
isSetDocumentos() |
boolean |
isSetFluxo() |
boolean |
isSetManifestante() |
boolean |
isSetMovimento() |
boolean |
isSetNumeroProcesso() |
boolean |
isSetParametros() |
boolean |
isSetTribunalRetorno() |
void |
setDadosBasicos(CabecalhoProcessual value)
Define o valor da propriedade dadosBasicos.
|
void |
setDataEnvio(DataHora value)
Define o valor da propriedade dataEnvio.
|
void |
setFluxo(MovimentoNacional value)
Define o valor da propriedade fluxo.
|
void |
setManifestante(Autenticacao value)
Define o valor da propriedade manifestante.
|
void |
setNumeroProcesso(NumeroUnico value)
Define o valor da propriedade numeroProcesso.
|
void |
setTribunalRetorno(UnidadeJudiciaria value)
Define o valor da propriedade tribunalRetorno.
|
void |
unsetAny() |
void |
unsetDocumentos() |
void |
unsetMovimento() |
void |
unsetParametros() |
protected Autenticacao manifestante
protected NumeroUnico numeroProcesso
protected CabecalhoProcessual dadosBasicos
protected List<DocumentoProcessual> documentos
protected DataHora dataEnvio
protected List<MovimentacaoProcessual> movimento
protected MovimentoNacional fluxo
protected UnidadeJudiciaria tribunalRetorno
public Autenticacao getManifestante()
Autenticacao
public void setManifestante(Autenticacao value)
value
- allowed object is
Autenticacao
public boolean isSetManifestante()
public NumeroUnico getNumeroProcesso()
NumeroUnico
public void setNumeroProcesso(NumeroUnico value)
value
- allowed object is
NumeroUnico
public boolean isSetNumeroProcesso()
public CabecalhoProcessual getDadosBasicos()
CabecalhoProcessual
public void setDadosBasicos(CabecalhoProcessual value)
value
- allowed object is
CabecalhoProcessual
public boolean isSetDadosBasicos()
public List<DocumentoProcessual> getDocumentos()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the documentos property.
For example, to add a new item, do as follows:
getDocumentos().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentoProcessual
public boolean isSetDocumentos()
public void unsetDocumentos()
public DataHora getDataEnvio()
DataHora
public void setDataEnvio(DataHora value)
value
- allowed object is
DataHora
public boolean isSetDataEnvio()
public List<MovimentacaoProcessual> getMovimento()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the movimento property.
For example, to add a new item, do as follows:
getMovimento().add(newItem);
Objects of the following type(s) are allowed in the list
MovimentacaoProcessual
public boolean isSetMovimento()
public void unsetMovimento()
public MovimentoNacional getFluxo()
MovimentoNacional
public void setFluxo(MovimentoNacional value)
value
- allowed object is
MovimentoNacional
public boolean isSetFluxo()
public UnidadeJudiciaria getTribunalRetorno()
UnidadeJudiciaria
public void setTribunalRetorno(UnidadeJudiciaria value)
value
- allowed object is
UnidadeJudiciaria
public boolean isSetTribunalRetorno()
public List<Parametro> getParametros()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the parametros property.
For example, to add a new item, do as follows:
getParametros().add(newItem);
Objects of the following type(s) are allowed in the list
Parametro
public boolean isSetParametros()
public void unsetParametros()
public List<Object> getAny()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetAny()
public void unsetAny()
Copyright © 2019 Conselho Nacional de Justiça. All rights reserved.