|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.RequisicaoConsultaProcesso
public class RequisicaoConsultaProcesso
Elemento destinado a encapsular os par�metros necess�rios a uma consulta processual. A identifica��o do consultante e sua senha s�o desnecess�rias caso tenha havido a autentica��o e autoriza��o por meio de certificado cliente.
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.1}tipoNumeroUnico"/> <element name="dataReferencia" type="{http://www.cnj.jus.br/intercomunicacao-2.1}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>
Field Summary | |
---|---|
protected DataHora |
dataReferencia
|
protected List<String> |
documento
|
protected String |
idConsultante
|
protected Boolean |
incluirDocumentos
|
protected Boolean |
movimentos
|
protected NumeroUnico |
numeroProcesso
|
protected String |
senhaConsultante
|
Constructor Summary | |
---|---|
RequisicaoConsultaProcesso()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String idConsultante
protected String senhaConsultante
protected NumeroUnico numeroProcesso
protected DataHora dataReferencia
protected Boolean movimentos
protected Boolean incluirDocumentos
protected List<String> documento
Constructor Detail |
---|
public RequisicaoConsultaProcesso()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |