public class RequisicaoConsultaAvisosPendentes extends Object implements Serializable
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.2}tipoDataHora" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected DataHora |
dataReferencia |
protected String |
idConsultante |
protected String |
idRepresentado |
protected String |
senhaConsultante |
Constructor and Description |
---|
RequisicaoConsultaAvisosPendentes() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String idRepresentado
protected String idConsultante
protected String senhaConsultante
protected DataHora dataReferencia
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()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.