br.jus.cnj.intercomunicacao.beans
Class RespostaConsultaProcesso

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

public class RespostaConsultaProcesso
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

sucesso

protected boolean sucesso

mensagem

protected String mensagem

processo

protected ProcessoJudicial processo
Constructor Detail

RespostaConsultaProcesso

public RespostaConsultaProcesso()
Method Detail

isSucesso

public boolean isSucesso()
Gets the value of the sucesso property.


setSucesso

public void setSucesso(boolean value)
Sets the value of the sucesso property.


isSetSucesso

public boolean isSetSucesso()

getMensagem

public String getMensagem()
Gets the value of the mensagem property.

Returns:
possible object is String

setMensagem

public void setMensagem(String value)
Sets the value of the mensagem property.

Parameters:
value - allowed object is String

isSetMensagem

public boolean isSetMensagem()

getProcesso

public ProcessoJudicial getProcesso()
Gets the value of the processo property.

Returns:
possible object is ProcessoJudicial

setProcesso

public void setProcesso(ProcessoJudicial value)
Sets the value of the processo property.

Parameters:
value - allowed object is ProcessoJudicial

isSetProcesso

public boolean isSetProcesso()


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