br.jus.cnj.intercomunicacao.beans
Class RequisicaoConsultaProcesso

java.lang.Object
  extended by br.jus.cnj.intercomunicacao.beans.RequisicaoConsultaProcesso
All Implemented Interfaces:
Serializable

public class RequisicaoConsultaProcesso
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

idConsultante

protected String idConsultante

senhaConsultante

protected String senhaConsultante

numeroProcesso

protected NumeroUnico numeroProcesso

dataReferencia

protected DataHora dataReferencia

movimentos

protected Boolean movimentos

incluirDocumentos

protected Boolean incluirDocumentos

documento

protected List<String> documento
Constructor Detail

RequisicaoConsultaProcesso

public RequisicaoConsultaProcesso()
Method Detail

getIdConsultante

public String getIdConsultante()
Gets the value of the idConsultante property.

Returns:
possible object is String

setIdConsultante

public void setIdConsultante(String value)
Sets the value of the idConsultante property.

Parameters:
value - allowed object is String

isSetIdConsultante

public boolean isSetIdConsultante()

getSenhaConsultante

public String getSenhaConsultante()
Gets the value of the senhaConsultante property.

Returns:
possible object is String

setSenhaConsultante

public void setSenhaConsultante(String value)
Sets the value of the senhaConsultante property.

Parameters:
value - allowed object is String

isSetSenhaConsultante

public boolean isSetSenhaConsultante()

getNumeroProcesso

public NumeroUnico getNumeroProcesso()
Gets the value of the numeroProcesso property.

Returns:
possible object is NumeroUnico

setNumeroProcesso

public void setNumeroProcesso(NumeroUnico value)
Sets the value of the numeroProcesso property.

Parameters:
value - allowed object is NumeroUnico

isSetNumeroProcesso

public boolean isSetNumeroProcesso()

getDataReferencia

public DataHora getDataReferencia()
Gets the value of the dataReferencia property.

Returns:
possible object is DataHora

setDataReferencia

public void setDataReferencia(DataHora value)
Sets the value of the dataReferencia property.

Parameters:
value - allowed object is DataHora

isSetDataReferencia

public boolean isSetDataReferencia()

isMovimentos

public Boolean isMovimentos()
Gets the value of the movimentos property.

Returns:
possible object is Boolean

setMovimentos

public void setMovimentos(Boolean value)
Sets the value of the movimentos property.

Parameters:
value - allowed object is Boolean

isSetMovimentos

public boolean isSetMovimentos()

isIncluirDocumentos

public Boolean isIncluirDocumentos()
Gets the value of the incluirDocumentos property.

Returns:
possible object is Boolean

setIncluirDocumentos

public void setIncluirDocumentos(Boolean value)
Sets the value of the incluirDocumentos property.

Parameters:
value - allowed object is Boolean

isSetIncluirDocumentos

public boolean isSetIncluirDocumentos()

getDocumento

public List<String> getDocumento()
Gets the value of the documento property.

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


isSetDocumento

public boolean isSetDocumento()

unsetDocumento

public void unsetDocumento()


Copyright © 2012 Conselho Nacional de Justiça. All Rights Reserved.