public class RequisicaoConsultaProcesso extends Object implements Serializable
Java class for tipoConsultarProcesso complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tipoConsultarProcesso"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="idConsultante" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="senhaConsultante" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="numeroProcesso" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoNumeroUnico"/> <element name="dataReferencia" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoDataHora" minOccurs="0"/> <element name="movimentos" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <choice> <element name="incluirDocumentos" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="documento" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected DataHora |
dataReferencia |
protected List<String> |
documento |
protected String |
idConsultante |
protected Boolean |
incluirDocumentos |
protected Boolean |
movimentos |
protected NumeroUnico |
numeroProcesso |
protected String |
senhaConsultante |
Constructor and Description |
---|
RequisicaoConsultaProcesso() |
Modifier and Type | Method and Description |
---|---|
DataHora |
getDataReferencia()
Gets the value of the dataReferencia property.
|
List<String> |
getDocumento()
Gets the value of the documento property.
|
String |
getIdConsultante()
Gets the value of the idConsultante property.
|
NumeroUnico |
getNumeroProcesso()
Gets the value of the numeroProcesso property.
|
String |
getSenhaConsultante()
Gets the value of the senhaConsultante property.
|
Boolean |
isIncluirDocumentos()
Gets the value of the incluirDocumentos property.
|
Boolean |
isMovimentos()
Gets the value of the movimentos property.
|
boolean |
isSetDataReferencia() |
boolean |
isSetDocumento() |
boolean |
isSetIdConsultante() |
boolean |
isSetIncluirDocumentos() |
boolean |
isSetMovimentos() |
boolean |
isSetNumeroProcesso() |
boolean |
isSetSenhaConsultante() |
void |
setDataReferencia(DataHora value)
Sets the value of the dataReferencia property.
|
void |
setIdConsultante(String value)
Sets the value of the idConsultante property.
|
void |
setIncluirDocumentos(Boolean value)
Sets the value of the incluirDocumentos property.
|
void |
setMovimentos(Boolean value)
Sets the value of the movimentos property.
|
void |
setNumeroProcesso(NumeroUnico value)
Sets the value of the numeroProcesso property.
|
void |
setSenhaConsultante(String value)
Sets the value of the senhaConsultante property.
|
void |
unsetDocumento() |
protected String idConsultante
protected String senhaConsultante
protected NumeroUnico numeroProcesso
protected DataHora dataReferencia
protected Boolean movimentos
protected Boolean incluirDocumentos
public String getIdConsultante()
String
public void setIdConsultante(String value)
value
- allowed object is
String
public boolean isSetIdConsultante()
public String getSenhaConsultante()
String
public void setSenhaConsultante(String value)
value
- allowed object is
String
public boolean isSetSenhaConsultante()
public NumeroUnico getNumeroProcesso()
NumeroUnico
public void setNumeroProcesso(NumeroUnico value)
value
- allowed object is
NumeroUnico
public boolean isSetNumeroProcesso()
public DataHora getDataReferencia()
DataHora
public void setDataReferencia(DataHora value)
value
- allowed object is
DataHora
public boolean isSetDataReferencia()
public Boolean isMovimentos()
Boolean
public void setMovimentos(Boolean value)
value
- allowed object is
Boolean
public boolean isSetMovimentos()
public Boolean isIncluirDocumentos()
Boolean
public void setIncluirDocumentos(Boolean value)
value
- allowed object is
Boolean
public boolean isSetIncluirDocumentos()
public List<String> 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
String
public boolean isSetDocumento()
public void unsetDocumento()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.