|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.RespostaConsultaProcesso
public class RespostaConsultaProcesso
Tipo de elemento que encapsula os dados de resposta relativos a uma consulta de processo judicial. Retorna indicativo do sucesso da opera��o, mensagem a seu respeito e zero ou um elemento do tipo 'tipoProcessoJudicial', definido no namespace http://www.cnj.jus.br/intercomunicao-2.0, contendo o processo consultado. Os elementos documentos do elemento processo poder�o encerrar apenas bin�rios encriptados cuja chave ser� fornecida na consultaTeorComunicacao, caso haja intima��o pendente para o documento transferido.
Java class for tipoConsultarProcessoResposta complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tipoConsultarProcessoResposta"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sucesso" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="mensagem" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="processo" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoProcessoJudicial" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
mensagem
|
protected ProcessoJudicial |
processo
|
protected boolean |
sucesso
|
Constructor Summary | |
---|---|
RespostaConsultaProcesso()
|
Method Summary | |
---|---|
String |
getMensagem()
Gets the value of the mensagem property. |
ProcessoJudicial |
getProcesso()
Gets the value of the processo property. |
boolean |
isSetMensagem()
|
boolean |
isSetProcesso()
|
boolean |
isSetSucesso()
|
boolean |
isSucesso()
Gets the value of the sucesso property. |
void |
setMensagem(String value)
Sets the value of the mensagem property. |
void |
setProcesso(ProcessoJudicial value)
Sets the value of the processo property. |
void |
setSucesso(boolean value)
Sets the value of the sucesso property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean sucesso
protected String mensagem
protected ProcessoJudicial processo
Constructor Detail |
---|
public RespostaConsultaProcesso()
Method Detail |
---|
public boolean isSucesso()
public void setSucesso(boolean value)
public boolean isSetSucesso()
public String getMensagem()
String
public void setMensagem(String value)
value
- allowed object is
String
public boolean isSetMensagem()
public ProcessoJudicial getProcesso()
ProcessoJudicial
public void setProcesso(ProcessoJudicial value)
value
- allowed object is
ProcessoJudicial
public boolean isSetProcesso()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |