public class RequisicaoEntregarPeticaoInicial extends Object implements Serializable
Classe Java de requisicaoEntregarPeticaoInicial complex type.
O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
<complexType name="requisicaoEntregarPeticaoInicial"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="manifestante" type="{http://www.cnj.jus.br/mni/v300/intercomunicacao}tipoAutenticacao"/> <element name="dadosBasicos" type="{http://www.cnj.jus.br/mni/v300/intercomunicacao}tipoCabecalhoProcesso"/> <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="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 Autenticacao |
manifestante |
protected List<Parametro> |
parametros |
Constructor and Description |
---|
RequisicaoEntregarPeticaoInicial() |
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.
|
Autenticacao |
getManifestante()
Obtém o valor da propriedade manifestante.
|
List<Parametro> |
getParametros()
Gets the value of the parametros property.
|
boolean |
isSetAny() |
boolean |
isSetDadosBasicos() |
boolean |
isSetDataEnvio() |
boolean |
isSetDocumentos() |
boolean |
isSetManifestante() |
boolean |
isSetParametros() |
void |
setDadosBasicos(CabecalhoProcessual value)
Define o valor da propriedade dadosBasicos.
|
void |
setDataEnvio(DataHora value)
Define o valor da propriedade dataEnvio.
|
void |
setManifestante(Autenticacao value)
Define o valor da propriedade manifestante.
|
void |
unsetAny() |
void |
unsetDocumentos() |
void |
unsetParametros() |
protected Autenticacao manifestante
protected CabecalhoProcessual dadosBasicos
protected List<DocumentoProcessual> documentos
protected DataHora dataEnvio
public Autenticacao getManifestante()
Autenticacao
public void setManifestante(Autenticacao value)
value
- allowed object is
Autenticacao
public boolean isSetManifestante()
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<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.