public class ManifestacaoProcessual extends Object implements Serializable
Java class for tipoEntregarManifestacaoProcessual complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tipoEntregarManifestacaoProcessual"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="idManifestante" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="senhaManifestante" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <choice> <element name="numeroProcesso" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoNumeroUnico"/> <element name="dadosBasicos" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoCabecalhoProcesso"/> </choice> <element name="documento" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoDocumento" maxOccurs="unbounded"/> <element name="dataEnvio" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoDataHora"/> <element name="parametros" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoParametro" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CabecalhoProcessual |
dadosBasicos |
protected DataHora |
dataEnvio |
protected List<DocumentoProcessual> |
documento |
protected String |
idManifestante |
protected NumeroUnico |
numeroProcesso |
protected List<Parametro> |
parametros |
protected String |
senhaManifestante |
Constructor and Description |
---|
ManifestacaoProcessual() |
Modifier and Type | Method and Description |
---|---|
CabecalhoProcessual |
getDadosBasicos()
Gets the value of the dadosBasicos property.
|
DataHora |
getDataEnvio()
Gets the value of the dataEnvio property.
|
List<DocumentoProcessual> |
getDocumento()
Gets the value of the documento property.
|
String |
getIdManifestante()
Gets the value of the idManifestante property.
|
NumeroUnico |
getNumeroProcesso()
Gets the value of the numeroProcesso property.
|
List<Parametro> |
getParametros()
Gets the value of the parametros property.
|
String |
getSenhaManifestante()
Gets the value of the senhaManifestante property.
|
boolean |
isSetDadosBasicos() |
boolean |
isSetDataEnvio() |
boolean |
isSetDocumento() |
boolean |
isSetIdManifestante() |
boolean |
isSetNumeroProcesso() |
boolean |
isSetParametros() |
boolean |
isSetSenhaManifestante() |
void |
setDadosBasicos(CabecalhoProcessual value)
Sets the value of the dadosBasicos property.
|
void |
setDataEnvio(DataHora value)
Sets the value of the dataEnvio property.
|
void |
setIdManifestante(String value)
Sets the value of the idManifestante property.
|
void |
setNumeroProcesso(NumeroUnico value)
Sets the value of the numeroProcesso property.
|
void |
setSenhaManifestante(String value)
Sets the value of the senhaManifestante property.
|
void |
unsetDocumento() |
void |
unsetParametros() |
protected String idManifestante
protected String senhaManifestante
protected NumeroUnico numeroProcesso
protected CabecalhoProcessual dadosBasicos
protected List<DocumentoProcessual> documento
protected DataHora dataEnvio
public String getIdManifestante()
String
public void setIdManifestante(String value)
value
- allowed object is
String
public boolean isSetIdManifestante()
public String getSenhaManifestante()
String
public void setSenhaManifestante(String value)
value
- allowed object is
String
public boolean isSetSenhaManifestante()
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> getDocumento()
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 documento property.
For example, to add a new item, do as follows:
getDocumento().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentoProcessual
public boolean isSetDocumento()
public void unsetDocumento()
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()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.