|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.RequisicaoConsultaAvisosPendentes
public class RequisicaoConsultaAvisosPendentes
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>
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 |
---|
protected String idRepresentado
protected String idConsultante
protected String senhaConsultante
protected DataHora dataReferencia
Constructor Detail |
---|
public RequisicaoConsultaAvisosPendentes()
Method Detail |
---|
public String getIdRepresentado()
String
public void setIdRepresentado(String value)
value
- allowed object is
String
public boolean isSetIdRepresentado()
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 DataHora getDataReferencia()
DataHora
public void setDataReferencia(DataHora value)
value
- allowed object is
DataHora
public boolean isSetDataReferencia()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |