br.jus.cnj.intercomunicacao.beans
Class RequisicaoConsultaAvisosPendentes

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

public class RequisicaoConsultaAvisosPendentes
extends Object
implements Serializable

Tipo de elemento que reune o conjunto de dados pertinentes � realiza��o de uma consulta de avisos de comunica��o pendentes. Caso seja omitida a dataInicioConsulta, dever� retornar a lista de todos os avisos pendentes (ou seja, aqueles em rela��o aos quais ainda n�o houve ci�ncia pelo comunicado). Caso j� tenha havido a ci�ncia (por consulta realizada com o uso da opera��o consultarTeorComunicacao ou por decurso do prazo legal de ci�ncia), n�o dever� retornar o aviso.

Java class for tipoConsultarAvisosPendentes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tipoConsultarAvisosPendentes">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="idRepresentado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="idConsultante" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="senhaConsultante" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="dataReferencia" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoDataHora" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  DataHora dataReferencia
           
protected  String idConsultante
           
protected  String idRepresentado
           
protected  String senhaConsultante
           
 
Constructor Summary
RequisicaoConsultaAvisosPendentes()
           
 
Method Summary
 DataHora getDataReferencia()
          Gets the value of the dataReferencia property.
 String getIdConsultante()
          Gets the value of the idConsultante property.
 String getIdRepresentado()
          Gets the value of the idRepresentado property.
 String getSenhaConsultante()
          Gets the value of the senhaConsultante property.
 boolean isSetDataReferencia()
           
 boolean isSetIdConsultante()
           
 boolean isSetIdRepresentado()
           
 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 setIdRepresentado(String value)
          Sets the value of the idRepresentado property.
 void setSenhaConsultante(String value)
          Sets the value of the senhaConsultante property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

idRepresentado

protected String idRepresentado

idConsultante

protected String idConsultante

senhaConsultante

protected String senhaConsultante

dataReferencia

protected DataHora dataReferencia
Constructor Detail

RequisicaoConsultaAvisosPendentes

public RequisicaoConsultaAvisosPendentes()
Method Detail

getIdRepresentado

public String getIdRepresentado()
Gets the value of the idRepresentado property.

Returns:
possible object is String

setIdRepresentado

public void setIdRepresentado(String value)
Sets the value of the idRepresentado property.

Parameters:
value - allowed object is String

isSetIdRepresentado

public boolean isSetIdRepresentado()

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()

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()


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