|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.TipoConsultarTeorComunicacao
public class TipoConsultarTeorComunicacao
Tipo de elemento destinado a permitir a consulta de teor de comunica��o processual pendente relativa ao consultante em um determinado processo judicial. Os dados encapsulados s�o o identificador do consultante, sua senha, e o n�mero do processo judicial no qual se est� efetivando a consulta de comunica��o. Os par�metros de identifica��o e senha s�o dispens�veis no caso de autentica��o de certificado cliente.
Java class for tipoConsultarTeorComunicacao complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tipoConsultarTeorComunicacao"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <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"/> <choice> <element name="numeroProcesso" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoNumeroUnico"/> <element name="identificadorAviso" type="{http://www.cnj.jus.br/intercomunicacao-2.1}identificadorComunicacao"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
idConsultante
|
protected Identificador |
identificadorAviso
|
protected NumeroUnico |
numeroProcesso
|
protected String |
senhaConsultante
|
Constructor Summary | |
---|---|
TipoConsultarTeorComunicacao()
|
Method Summary | |
---|---|
String |
getIdConsultante()
Gets the value of the idConsultante property. |
Identificador |
getIdentificadorAviso()
Gets the value of the identificadorAviso property. |
NumeroUnico |
getNumeroProcesso()
Gets the value of the numeroProcesso property. |
String |
getSenhaConsultante()
Gets the value of the senhaConsultante property. |
boolean |
isSetIdConsultante()
|
boolean |
isSetIdentificadorAviso()
|
boolean |
isSetNumeroProcesso()
|
boolean |
isSetSenhaConsultante()
|
void |
setIdConsultante(String value)
Sets the value of the idConsultante property. |
void |
setIdentificadorAviso(Identificador value)
Sets the value of the identificadorAviso property. |
void |
setNumeroProcesso(NumeroUnico value)
Sets the value of the numeroProcesso 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 idConsultante
protected String senhaConsultante
protected NumeroUnico numeroProcesso
protected Identificador identificadorAviso
Constructor Detail |
---|
public TipoConsultarTeorComunicacao()
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 Identificador getIdentificadorAviso()
Identificador
public void setIdentificadorAviso(Identificador value)
value
- allowed object is
Identificador
public boolean isSetIdentificadorAviso()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |