public class RespostaConsultaProcesso extends Object implements Serializable
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.2}tipoProcessoJudicial" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
mensagem |
protected ProcessoJudicial |
processo |
protected boolean |
sucesso |
Constructor and Description |
---|
RespostaConsultaProcesso() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected boolean sucesso
protected String mensagem
protected ProcessoJudicial processo
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()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.